[ZendTo] AD Authentication Won't Work

Joshua F. Withrow jwithrow at matech.net
Tue Feb 1 21:03:47 GMT 2011


I have everything else working aside from AD authentication.  I have tried every format and combination I can think of and even referenced the NSSADAuthenticator source and project on Google Code looking for hints...

Error:
[cid:image001.png at 01CBC229.9BF678A0]

LDAP Error

Check User: Unable to connect to any of the authentication servers; could not authenticate user.

[cid:image001.png at 01CBC229.9BF678A0]

LDAP Error

Check User: Unable to connect to any of the authentication servers; could not authenticate user.

[cid:image001.png at 01CBC229.9BF678A0]

LDAP Error

Check User: Unable to connect to any of the LDAP servers; could not authenticate user.

[cid:image001.png at 01CBC229.9BF678A0]

Authentication Error

The username or password was incorrect.




Preferences.php
//
  // Settings for the 2-forest/2-domain AD authenticator.
  // Set
  //     'authLDAPServers2' => array(),
  // if you only have to search 1 AD forest/domain.
  //
  'authenticator'             => 'AD',
  'authLDAPAdmins'            => array('usah','yewzah'),
  'authLDAPBaseDN1'           => 'DC=matech,DC=local',
  'authLDAPServers1'          => array('ad1','ad2'),
  'authLDAPAccountSuffix1'    => '@matech.local',
  'authLDAPUseSSL1'           => true,
  'authLDAPBindUser1'         => 'Admin',
  'authLDAPBindPass1'         => '********************',
  'authLDAPOrganization1'     => 'MaTech',
  'authLDAPBaseDN2'           => 'DC=matech,DC=local',
  'authLDAPServers2'          => array('ad1.matech.local','ad2.matech.local'),
  'authLDAPAccountSuffix2'    => '@matech.local',
  'authLDAPUseSSL2'           => true,
  'authLDAPBindUser2'         => 'Admin',
  'authLDAPBindPass2'         => '********************',
  'authLDAPOrganization2'     => 'MaTech',

  // the default email domain when just usernames are supplied
  'defaultEmailDomain' => 'matech.net',


________________________________
This message is the property of Machining Technologies, Inc (MaTech) and the Information contained herein may be/is subject to the Code of Federal Regulations Chapter 22 International Traffic in Arms Regulations (ITAR). This data may not be resold, diverted, transferred, transshipped, made available to a foreign national within the United States, or otherwise disposed of in any other country outside of its intended destination, either in original form or after being incorporated through an intermediate process into other data without the prior written approval of the US Department of State. The information in this e-mail and subsequent attachments may contain legally privileged, proprietary and/or confidential information that is intended only for the use of the addressee(s).
No addressee should forward, print, copy or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as the recipient. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this e-mail information is prohibited. If you have received this communication in error, please immediately notify the sender by telephone or return e-mail and delete this e-mail. Thank You.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20110201/055f4ee7/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 3981 bytes
Desc: image001.png
Url : http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20110201/055f4ee7/attachment.png 


More information about the ZendTo mailing list