Re: [PHP] ldap strong authentication

2002-11-12 Thread BigDog
Check the documentation on the openldap and see what you need to use for the rdn.. if you are running gnome you might want to test it out with gq. That is what i use to test out my connection and stuff with... On Wed, 2002-11-13 at 00:44, Karim Jafarmadar wrote: > On 12 Nov 2002 17:33:35 +

Re: [PHP] ldap strong authentication

2002-11-12 Thread Karim Jafarmadar
On 12 Nov 2002 17:33:35 + BigDog <[EMAIL PROTECTED]> wrote: > You have two problems it seems. > > 1. Wrong connection security...now you are using ldaps > 2. Now you have the incorrect rdn. Oh .. i get it you mean the second error is due to a ldap/nds problem but i got the connection right

Re: [PHP] ldap strong authentication

2002-11-12 Thread BigDog
You have two problems it seems. 1. Wrong connection security...now you are using ldaps 2. Now you have the incorrect rdn. when you tried it with ldap you could not even pass the rdn because the encryption was not sufficient. Now you have the encryption down and now it seems that the rdn is wrong

Re: [PHP] ldap strong authentication

2002-11-12 Thread Karim Jafarmadar
On 12 Nov 2002 17:24:38 + Ray Hunter <[EMAIL PROTECTED]> wrote: > So you are connecting via ldaps://host in the ldap_connect function > right? > > then when you bind make sure you are using the appropriate rdn for that > ldap server. do i have to use another rdn, than when connecting via lda

Re: [PHP] ldap strong authentication

2002-11-12 Thread Ray Hunter
So you are connecting via ldaps://host in the ldap_connect function right? then when you bind make sure you are using the appropriate rdn for that ldap server. That is probably why u are getting a "No such Object" error. On Wed, 2002-11-13 at 00:19, Karim Jafarmadar wrote: > thanks for your r

Re: [PHP] ldap strong authentication

2002-11-12 Thread Karim Jafarmadar
thanks for your reply the whole error message is Warning: LDAP: Unable to bind to server: Strong authentication required and when i connect via SSH its something like that Warning: LDAP: Unable to bind to server: No such Object in ... i am running this thing on a debian box with php4 and openl

Re: [PHP] ldap strong authentication

2002-11-12 Thread BigDog
What type of strong authentication does it want? Do you need to connect via ssh or something... On Tue, 2002-11-12 at 22:13, Karim Jafarmadar wrote: > hello > > I want to connect to a local NDS via LDAP, but when i try to bind i get > the error: > > Unable to bind: Strong authentication requ

[PHP] ldap strong authentication

2002-11-12 Thread Karim Jafarmadar
hello I want to connect to a local NDS via LDAP, but when i try to bind i get the error: Unable to bind: Strong authentication required after i search in google and php.net manual i wonder if it is possible do connect with strong authentication any further suggenstions would be great tia kar