• Resolved alex.rouk

    (@alexrouk)


    Hello
    How can i retrieve real user email address, for example?
    In a meanwhile, when using a test tool, i’m getting this:

    [DEBUG] cn is empty. Local value of meta key adi_cn left unchanged.
    [DEBUG] givenname is empty. Local value of meta key adi_givenname left unchanged.
    [DEBUG] sn is empty. Local value of meta key adi_sn left unchanged.
    [DEBUG] displayname is empty. Local value of meta key adi_displayname left unchanged.
    [DEBUG] description is empty. Local value of meta key adi_description left unchanged.
    [DEBUG] mail is empty. Local value of meta key adi_mail left unchanged.
    [DEBUG] samaccountname is empty. Local value of meta key adi_samaccountname left unchanged.
    [DEBUG] userprincipalname is empty. Local value of meta key adi_userprincipalname left unchanged.
    [DEBUG] useraccountcontrol is empty. Local value of meta key adi_useraccountcontrol left unchanged.

    As a result, the default email suffix is being used and this is not right in our case..

    Thanks

    https://ww.wp.xz.cn/plugins/active-directory-integration/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alex.rouk

    (@alexrouk)

    Hello, Alex.
    I’m you from the day after.
    here is the solution you’ve found all by yourself:
    1. the problem was related to several DCs we have (users and groups are not always in the same DC), so i was need to change the Base DN from ‘DC=support,DC=google,DC=com’ to ‘DC=google,DC=com’
    2. the default 389 port wasn’t good. Should use 3268

    both solved me the group authentication and the metadata (didn’t work before)

    Thank you!! This was my exact issue as well!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Getting account data from Active Directory’ is closed to new replies.