[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_modify: Insufficient access
Try to authentificate:
#ldapmodify -D "cn=admin,ou=anywhere,c=us" -w admin-password -f /tmp/ldap_mod
Use admin dn and password as in slapd.conf:
rootdn
rootpw
or any other dn and password of an entry that has write access to the Edi Cahyadi entry (see slapd.conf ACLs).
:-)
Gerhard Duile
gerhard.duile@gmx.de
*********** REPLY SEPARATOR ***********
On 02.08.99, at 13:27, Edi Cahyadi wrote:
>Greetings...
>
>Content of /tmp/ldap_mod:
>dn: cn=Edi Cahyadi, o=PT Kiani Kertas, c=ID
>changetype: modify
>add: jpegPhoto
>jpegPhoto: /home/exc001/edi.jpg
>-
>
>when I ran this command:
># ldapmodify -r -b -f /tmp/ldap_mod
>
>it gave an error message:
>modifying entry cn=Edi Cahyadi, o=PT Kiani Kertas, c=ID
>ldap_modify: Insufficient access
>
>any help will be much appreciated.
>
>Thanks,
>edi