mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
Before creating a user attribute, check if a group attribute with the same name exists with a different type (and vice versa). Return an error if the types conflict, as LDAP requires each attribute name to have a single associated type (RFC 4512). Partial fix for #1202 Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>