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
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
Hi Peter,
Thanks a tons. Your suggestion for authenticating the users with LDAP
helped me a lot.
Thanks again.
Srinivas.