Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author glatze

    (@glatze)

    That is not a good idea. CN is not unique so you shouldn’t use it as login. Example:

    CN=John Doe
    samaccountname = jd1

    CN=John Doe
    samaccountname = jd2

    So CN as login username will not be supported since this could lead to a lot of problems.

    Plugin Author glatze

    (@glatze)

    To clearify this:

    Same CNs are allowed if they are in different OUs. Example:

    DN: CN=John Doe, OU=Management,DC=example,DC=com
    samaccountname: jd2

    is different from

    DN: CN=John Doe, OU=Sales,DC=example,DC=com
    samaccountname = jd2

    Within an Organizational Unit (OU) all CNs are unique, because every Distinguised Name (DN) has to be unique.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User logon name change from samaccountname to cn’ is closed to new replies.