Hello list,

I tried to add additional mail aliases to my openchange User as it is like
other LDAP/Mail Directories where the "mail" attribute is a MULTI VALUE.
But my ldapmodify fails. I have a fresh installation of samba4 (V4.1.6) and
openchange (V2.2) on Ubuntu 14.04.

This is my *thomas.baumann.modify* file:

dn: CN=thomas.baumann,CN=Users,DC=example,DC=com
changetype: modify
replace: mail
mail: [email protected]
mail: [email protected]
mail: [email protected]
mail: [email protected]

$ ldapmodify -D 'CN=Administrator,CN=Users,DC=example,DC=com' -w Passw0rD
-v -f thomas.baumann.modify

ldap_initialize( <DEFAULT> )
ldap_modify: Type or value exists (20)
        additional info: 0000200D: SINGLE-VALUE attribute mail on
CN=thomas.baumann,CN=Users,DC=example,DC=com specified more than once
replace mail:
        [email protected]
        [email protected]
        [email protected]
        [email protected]
modifying entry "CN=thomas.baumann,CN=Users,DC=example,DC=com"


Any help is appreciated.

Best regards,
Thomas.
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to