[ZendTo] AD auth
Pedrosi, Derek G.
pedrosi at millercanfield.com
Wed Feb 8 14:59:37 GMT 2017
Here is mine, it works wonderfully...
//
'authenticator' => 'AD',
'authLDAPBaseDN1' => array('OU=Users-XXXXXXXXXXXXXXXXXX,dc=XXXXXXXXXXXXXXXXXX,dc=com'),
'authLDAPServers1' => array('dc1dc.XXXXXXXXXXXXXXXXXX.com','dc2dc.XXXXXXXXXXXXXXXXXX.com','dc3dc.XXXXXXXXXXXXXXXXXX.com'),
'authLDAPAccountSuffix1' => '',
'authLDAPUseSSL1' => false,
'authLDAPBindUser1' => 'XXXXXXXXXXXXXXXXXX\svc-zendto',
'authLDAPBindPass1' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'authLDAPOrganization1' => 'My ORG',
'authLDAPBaseDN2' => '',
'authLDAPServers2' => array(),
'authLDAPAccountSuffix2' => '',
'authLDAPUseSSL2' => false,
'authLDAPBindUser2' => '',
'authLDAPBindPass2' => '',
'authLDAPOrganization2' => '',
// 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' => '',
From: zendto-bounces at zend.to [mailto:zendto-bounces at zend.to] On Behalf Of Sheehan, Patrick
Sent: Tuesday, February 07, 2017 2:02 PM
To: zendto at zend.to
Subject: [ZendTo] AD auth
Hello all - I'm trying to use the AD auth and I am able to bind to my DC but no matter what I put as the BaseDN I cannot get it to work Authentication Error The username or password is incorrect. Simple one domain environment and the BaseDN I use is for the standard Users container so it looks like this CN=Users,DC=mydomain,DC=com. What am I missing? I have check the user account I'm testing to verify password.
Thanks
Patrick Sheehan
Senior IT Support Analyst / Network Administrator
MailScanner has detected a possible fraud attempt from "psheehan at horizonhouse.com" claiming to be psheehan at horizonhouse.com<http://psheehan@horizonhouse.com/>
Horizon House Publications, Inc.
685 Canton Street
Norwood, MA 02062
(781) -619-1937<tel:%28781%29%20-619-1937>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20170208/5e10d692/attachment.html
More information about the ZendTo
mailing list