Hi,
I have difficulty with SASL authentication. Whe run :
ldapmodify -a -D "cn=Directory Manager,dc=example,dc=com" -w psswd
I get the error:
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:
So, I try to run:
ldapmodify -a -x
I am able to add the root entry. But when I want to add more entries under the root entry, then I get the error:
adding new entry "ou=marketing,dc=example,dc=com"
ldap_add: Insufficient access (50)
additional info: Insufficient 'add' privilege to add the entry 'ou=marketing,dc=example,dc=com'
So I failed running the ldapmodify. Is there anybody who knows what can be the problem about the SASL authentication. I enter the password exactly as I provide in the installation.
Thanks,
Soner