• Resolved Paul Distel

    (@pauldistel)


    I got the plugin working with my Active Directory. A user is created in WordPress once authenticated through Active Directory. The user is created with minimal attributes set and not how I expected it to be.

    In WordPress the below attributes exist for a user:
    Username
    First Name
    Last Name
    Nickname
    Displat name publicly as (select box)
    Email
    Website
    Biographical Info

    In the plugin I can only configure the below attributes to be mapped to a LDAP attribute and I am not sure how these are used in relation to the WordPress attributes:
    Name-Attribute
    Second Name Attribute
    User-ID Attribute
    Mail Attribute
    Web-Attribute
    Default Role

    Currently a new user is created without first and lastname configured. The Nickname and Display name publicly are configure with the user ID.

    How can I configure the plugin to create a userobject with all attributes configured correctly?

Viewing 1 replies (of 1 total)
  • Thread Starter Paul Distel

    (@pauldistel)

    Name-Attribute: givenName
    Second Name Attribute: sn
    User-ID Attribute: samAccountname
    Mail Attribute: mail

Viewing 1 replies (of 1 total)
  • The topic ‘Map ALL user attributes to LDAP attributes’ is closed to new replies.