Samba AD rejests the following operation, but Windows AD accepts it: ```console $ cat modify.ldif dn: CN=test9,CN=Users,DC=example,DC=co,DC=jp changetype: modify add: sn sn: new-value - delete: sn sn: old-value $ ldapmodify \ -ZZ \ -H ldap://dc1.example.co.jp/ \ -x -D idmanager@example.co.jp \ -w idmanager-pass \ <modify.ldif \ ; modifying entry "CN=test9,CN=Users,DC=example,DC=co,DC=jp" ldap_modify: Type or value exists (20) additional info: 0000200D: SINGLE-VALUE attribute sn on CN=test9,CN=Users,DC=example,DC=co,DC=jp specified more than once ```
OpenLDAP server accepts too.