auto.schema.uid.conflict
This configuration parameter specifies what is done if adclient discovers that an Active Directory user already exists with the same UID. There are two options:
-
allow: Allow the duplicate UID; an information message is logged.
-
disallow: If a duplicate UID already exists, the second user with the same UID is ignored; a warning message is logged.
Examples:
auto.schema.uid.conflict: allow
auto.schema.uid.conflict: disallow