ldap_modify
Posted: Tue Jun 21, 2005 4:47 am
i have a problem with ldap_modify() function. I get the following warnig "ldap_modify(): Modify: Insufficient access"
code is:
ldap_modify($ldap_con, $userDn,array('cn' => $new_name));
and the acces in sldap.conf is
access to *
by self write
by users read
by anonymous auth
where is the problem? why I can't modify entry.
code is:
ldap_modify($ldap_con, $userDn,array('cn' => $new_name));
and the acces in sldap.conf is
access to *
by self write
by users read
by anonymous auth
where is the problem? why I can't modify entry.