+ Reply to Thread
Results 1 to 3 of 3

Thread: Bring in First and Last Name with AD Authentication

  1. #1
    Join Date
    Jan 2012
    Posts
    89

    Default Bring in First and Last Name with AD Authentication

    All,

    We have Active Directory authentication working in our MindTouch environment but it is not bringing in the user first and last name. Has anyone gotten this to work? Below is our current config:

    sid://mindtouch.com/2007/05/ldap-authentication

    bindingdn / service_account@domain.com

    searchbase / DC=domain, DC=COM

    userquery / samAccountName=$1

    hostname / DC01.domain.com

    bindingpw / secretP@ss

  2. #2
    Join Date
    Feb 2008
    Posts
    65

    Default

    Try this key...

    displayname-pattern {givenname} {sn}

  3. #3
    Join Date
    Jan 2012
    Posts
    89

    Default

    Thanks for this, but I tried adding it in like you mentioned and as described at http://developer.mindtouch.com/en/kb...ayname-pattern with no luck. I don't see the actual first and last name of the user. To be more specific, I'm not particularly interested in just displaying it in the portal. Instead, I would like to populate the user_real_name column of the users table.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts