User can login but their profile data does not come over.
-
I have everything setup and all users can login and the accounts are created in the local WordPress database but no other fields come over frrom LDAP.
Here is my debug info
[INFO] method authenticate() called
[INFO] ——————————————
PHP version: 5.4.24
WP version: 3.9.1
ADI version: 1.1.4
OS Info : Windows NT “serverName” 6.1 build 7601 (Windows Server 2008 R2 Enterprise Edition Service Pack 1) i586
Web Server : cgi-fcgi
adLDAP ver.: 3.3.2 Extended (201104081456)
——————————————
[NOTICE] username: “Username”
[NOTICE] password: **not shown**
[INFO] Options for adLDAP connection:
– account_suffix: @Sitename.com
– base_dn: Dc=SiteName,dc=com
– domain_controllers: DC.Sitename.com
– ad_port: 389
– use_tls: 0
– network timeout: 60
[NOTICE] adLDAP object created.
[INFO] max_login_attempts: 3
[INFO] users failed logins: 0
[NOTICE] trying account suffix “@Sitename.com”
[NOTICE] Authentication successfull for “[email protected]”
[NOTICE] cleaning up failed logins for user “Username”
[DEBUG] ATTRIBUTES TO LOAD: Array
(
[0] => cn
[1] => givenname
[2] => sn
[3] => displayname
[4] => description
[5] => mail
[6] => samaccountname
[7] => userprincipalname
[8] => useraccountcontrol
[9] => lastlogon
[10] => whencreated
[11] => homephone
[12] => otherhomephone
)[DEBUG] USERINFO[0]:
[NOTICE] Updating user “Username” with following data:
– email :
– first name :
– last name :
– display name : Username
– account suffix:
– role :
[NOTICE] – user_id : 2
[NOTICE] Setting local password to the one used for this login.
[DEBUG] cn = / type = string / meta key = adi_cn
[DEBUG] givenname = / type = string / meta key = adi_givenname
[DEBUG] sn = / type = string / meta key = adi_sn
[DEBUG] displayname = / type = string / meta key = adi_displayname
[DEBUG] description = / type = string / meta key = adi_description
[DEBUG] mail = / type = string / meta key = adi_mail
[DEBUG] samaccountname = / type = string / meta key = adi_samaccountname
[DEBUG] userprincipalname = / type = string / meta key = adi_userprincipalname
[DEBUG] useraccountcontrol = / type = string / meta key = adi_useraccountcontrol
[DEBUG] lastlogon = April 22, 2009 / 7:24 pm / type = timestamp / meta key = last_logon_time
[DEBUG] whencreated = November 30, 1999 / 12:00 am / type = time / meta key = user_created_on
[DEBUG] homephone = / type = string / meta key = adi_homephone
[DEBUG] otherhomephone = / type = list / meta key = adi_otherhomephone
[NOTICE] FINISHEDUser logged on.
https://www.ads-software.com/plugins/active-directory-authentication-integration/
- The topic ‘User can login but their profile data does not come over.’ is closed to new replies.