RE: :Ldap and successful creation of user despite an "insufficient access" error

2008-05-06 Thread Miller, Don C.
Cyril, do your logs provide any additional insight on the error? Can you increase the log level to see what may be causing the error? Are you performing any other operations that would modify the response? Do you create the object and modify a group immediately after? Are there any attributes m

Net::Ldap and successful creation of user despite an "insufficient access" error

2008-05-06 Thread Cyril Cheneson
Hi all, I m using Net::LDAP to connect to a LDAP server and create/modify users. I have a predefined LDAP user I m using to bind with and then create/modify accounts. My slapd.conf has the following: access to attrs=userPassword,shadowLastChange by dn="cn=admin,dc=mydomain,dc=com" write

Re: Need help on Authenticating users.

2008-05-06 Thread Srinivas N
Hi Peter, Thanks a tons. Your suggestion for authenticating the users with LDAP helped me a lot. Thanks again. Srinivas.