[ZendTo] AD authentication

Chris Dixon chriswadedixon at gmail.com
Wed Nov 11 02:47:19 GMT 2015


Hello, 

                I cannot seem to get AD authentication to work properly. I
am able to use the ldapserch tool to connect and pull information from my
lab setup; however, when I attempt to login I keep getting "Authentication
Error, The Username and Password was incorrect". I've included the
ldapsearch text and my AD portion preferences.php file that I'm using for my
AD bind. Can anyone offer a suggestion as to where to look for my mistake? 

 

ldapsearch -x -LLL -E pr=200/noprompt -h 192.168.1.142 -D 'ad at dixon.local'
-w 'Password' -b 'OU=staff,DC=dixon,DC=local' -s sub  '(sAMAccountName=*)'

 

 

  'authenticator'                                  => 'AD',

  'authLDAPBaseDN1'                        =>
array('OU=staff,DC=dixon,DC=local'),

  'authLDAPServers1'                        => array('192.168.1.142'),

  'authLDAPAccountSuffix1'           => '@dixon.local',

  'authLDAPUseSSL1'                         => false,

  'authLDAPBindUser1'                     => 'ad at dixon.local',

  'authLDAPBindPass1'                     => 'Password',

  'authLDAPOrganization1'             => 'Dixon',

  // If you are not using this 2nd set of settings for a 2nd AD forest,

  // do not comment them out, but instead set them to be empty.

  'authLDAPBaseDN2'                    => '',

  // Set

  //     'authLDAPServers2'            => array(),

  // if you only have to search 1 AD forest/domain.

  'authLDAPServers2'                     => array(),

  'authLDAPAccountSuffix2'        => '',

  'authLDAPUseSSL2'                      => false,


  'authLDAPBindUser2'                  => '',

  'authLDAPBindPass2'                  => '',

  'authLDAPOrganization2'          => '',

 

Thanks,

 

Chris Dixon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20151110/74852caa/attachment.html 


More information about the ZendTo mailing list