Stelios A. wrote:
2008/8/22 Michael Ströder michael@stroeder.com:
Stelios A. wrote:
Error number: 0x13 (LDAP_CONSTRAINT_VIOLATION) Description: Some constraint would be violated by performing the action. This can happen when you try to add a second value to a single-valued attribute, for example.
You should provide more information about what exactly you did causing this error message to appear. Server logs? Debug log?
Do you have slapo-constraint configured somewhere in your slapd.conf?
My ACL's in the master ldap server are:
Unlikey this is caused by insufficient access rights.
I'm getting the error while I'm trying to add a new user via phpldapadmin with the credentials of the user who belongs to IT group where that group has write access to the ldap.
As I said I doubt it has anything to do with access control.
The only constraints that I have in my slapd.conf are: [..] overlay unique unique_base dc=bca,dc=edu,dc=gr unique_attributes uid mail uidNumber
Maybe you should talk to the phpldapadmin how they ensure uniqueness of these attributes. Or even better ask them how to turn on a debug log to track down the issue by looking on the particular operation sent.
Ciao, Michael.