Re: [PHP] Re: LDAP (NDS) authentication example...

2002-09-10 Thread Richard Whittaker
If on the other hand you actually want to retrieve data from your LDAP system then i suggest reading the manual. it's not actually a lot harder that connecting to RDBMS. I managed to get a working script straight off the manual page. http://www.php.net/manual/en/ref.ldap.php Unfortunately,

[PHP] LDAP (NDS) authentication example...

2002-09-09 Thread Richard Whittaker
Greetings: We've got a Netware 6.0 server setup, and this is our network's primary means of authentication of users, and I would like to use NDS (eDirectory) to authenticate various web pages of ours that are written in PHP. I know that NDS interfaces with LDAP, and was wondering if I could