Re: [PHP] Re: LDAP

2007-08-21 Thread Alain Roger
I found what was the problem :-( in PHP.ini the Temp directory was not setup the same. i do not know what is the link with LDAP module, but since i updated php.ini, it works correctly. Alain On 8/21/07, Colin Guthrie <[EMAIL PROTECTED]> wrote: > > Alain Roger wrote: > > Hi, > > > > I have a stup

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

2002-09-22 Thread Stig Venaas
On Thu, Sep 12, 2002 at 09:37:22AM +1000, joshua wrote: > i'm not sure if i follow you. i have never used ldap to write > authentication scripts as i've only used the .htaccess method. > > to retrieve data you need to bind using a username/password combination > that is valid. i guess you could

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

2002-09-11 Thread joshua
i'm not sure if i follow you. i have never used ldap to write authentication scripts as i've only used the .htaccess method. to retrieve data you need to bind using a username/password combination that is valid. i guess you could test your user's username/password by using it to attempt a bind

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 Unfortuna