Re: [PHP] ADS authentication

2004-05-13 Thread Ray Hunter
On Thu, 2004-05-13 at 08:36, Kuldeep Singh Tomar wrote: > Finally I am able to authenticate my user to ADS using php. Thanks for > your suggestions. My bind_dn was not correct. After that I have > searched and found that using anonymous user we can not search in > subtree of directory server. S

Re: [PHP] ADS authentication

2004-05-13 Thread Kuldeep Singh Tomar
Hi Ray, Finally I am able to authenticate my user to ADS using php. Thanks for your suggestions. My bind_dn was not correct. After that I have searched and found that using anonymous user we can not search in subtree of directory server. So first I used my credential to bind to directory serv

Re: [PHP] ADS authentication

2004-05-11 Thread Ray Hunter
On Tue, 2004-05-11 at 10:14, Kuldeep Singh Tomar wrote: > Hi Ray, > > Thanks for your response. I was trying this script also but no success. > > I was using following values: > > $ldap[ʽuserʼ] = ʽtomarʼ; > $ldap[ʽpassʼ] = ʽpasswdʼ; > $ldap[ʽhostʼ] = ʽdc02-del3.vc-del.vcustomer.comʼ; > $ldap[ʽpo

Re: [PHP] ADS authentication

2004-05-11 Thread Kuldeep Singh Tomar
Hi Ray, Thanks for your response. I was trying this script also but no success. I was using following values: $ldap[‘user’] = ‘tomar’; $ldap[‘pass’] = ‘passwd’; $ldap[‘host’] = ‘dc02-del3.vc-del.vcustomer.com’; $ldap[‘port’] = 389; $ldap[‘dn’] = ‘cn’.$ldap[‘user’].’,ou=Department,o=Company Nam

Re: [PHP] ADS authentication

2004-05-11 Thread Ray Hunter
On Tue, 2004-05-11 at 09:16, Kuldeep Singh Tomar wrote: > Hi, > > Sorry for it. Can I get some help on this? Here is what i used to query Exchange...now i am no windowz guru, but from what i understand about exchange and ads exchange will send user information to ads to be authenticated. So my wo

[PHP] ADS authentication

2004-05-11 Thread Kuldeep Singh Tomar
Hi, Sorry for it. Can I get some help on this? Regards, Kuldeep John Nichel wrote: Kuldeep Singh Tomar wrote: Hi All, I am working on one Document Management System which I am running on linux. I have added this system to win2000 Active Directory server. Now, I want to authenticate my all