LDAP and Sybase connection using C#

S

Sean

I was thinking about making an application that would both interface
with an older Sybase database (ASA 9.0) and LDAP to do some grunt
work.

My plan is that the Sybase DB holds all the user information and I
want to cross check it with the LDAP directory to make sure that all
the users that exist in the Sybase DB have an LDAP entry so that both
hold the same information.

I did find this on Novell's website:
http://forge.novell.com/modules/xfc...p/ldapcsharp/CsharpLDAP-v2.1.8/lib-v2.1.8.zip

This would allow me to interface with LDAP I believe. (Looking for
someone to verify this?)

And the Sybase connection should be able to be done through ODBC.

I was wondering if anyone has had any experience with this before and
knows of a better way or had done it differently with good results.

Thanks,
Sean
 
B

badzio

I did find this on Novell's website:http://forge.novell.com/modules/xfcontent/file.php/ldapcsharp/ldapcsh...

This would allow me to interface with LDAP I believe. (Looking for
someone to verify this?)

Yes, I've used this library to connect with LDAP Server. Everything
works without problems. My application connects with LDAP Servers
(Novell eDirectory and Active Directory) and Sybase database (ASA
8.0/9.0) and exchange data LDAP<=>Sybase.
If you have more question - write mail me.
 
S

Sean

Yes, I've used this library to connect with LDAP Server. Everything
works without problems. My application connects with LDAP Servers
(Novell eDirectory and Active Directory) and Sybase database (ASA
8.0/9.0) and exchange data LDAP<=>Sybase.
If you have more question - write mail me.

Great!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top