Re: LDAP Client

2008-04-04 Thread Clément OUDOT
Didi a écrit : > Hi > > I personally would go with the openldap c stuff. Here is a little > example program I wrote for work > https://sourceforge.net/projects/ldaptest (use cvs) > might give you some help. > > Otherwise the source of ldapsearch is quite easy. But this of course > would be openldap

Re: LDAP Client

2008-04-03 Thread Didi
Apr 2, 2008 at 4:57 PM, Zeberdee <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have to write a very basic LDAP client using an SDK for a university > project. After researching SDKs, the Mozilla C LDAP SDK seems to be > the best choice. I have had some experience with writing

Re: LDAP Client

2008-04-02 Thread Quanah Gibson-Mount
--On Wednesday, April 02, 2008 7:57 AM -0700 Zeberdee <[EMAIL PROTECTED]> wrote: Hi everyone, I have to write a very basic LDAP client using an SDK for a university project. After researching SDKs, the Mozilla C LDAP SDK seems to be the best choice. I have had some experience with w

LDAP Client

2008-04-02 Thread Zeberdee
Hi everyone, I have to write a very basic LDAP client using an SDK for a university project. After researching SDKs, the Mozilla C LDAP SDK seems to be the best choice. I have had some experience with writing software to access LDAP during my industry placement. There we used Perl and its Net