[ZendTo] Re: AD authentication

Chris Dixon chriswadedixon at gmail.com
Wed Nov 11 19:59:03 GMT 2015


Thanks Kyle, I changed it to domain\username and I was able to log right
in.

Thanks again for the help

Chris.

On Wed, Nov 11, 2015 at 7:34 AM, Kyle Dippery <kyle.dippery at uky.edu> wrote:

> My setup has "domain\username" for the authLDAPBindUser1 rather than the
> email address.  Perhaps zendto doesn't like using an email address for that
> parameter?
>
> Are there any clues in the zendto or web server log files?
>
> Cheers,
> Kyle
>
>
> On 11/10/2015 09:47 PM, Chris Dixon wrote:
>
> 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
>
>
> _______________________________________________
> ZendTo mailing listZendTo at zend.tohttp://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
>
> --
> Kyle Dippery
> Engineering Computing Services
> 219 RMB859-257-1346
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20151111/64b4cb49/attachment.html 


More information about the ZendTo mailing list