[horde] How to authenticate using active directory

Jody Cleveland Cleveland at winnefox.org
Thu May 6 11:15:27 PDT 2004


Hello,

I just setup Horde 3.2.3 on redhat 3.0 as server. I've got it setup all
right, and I'm trying to have it authenticate against active directory
with windows 2000. I searched the list archives and found this solution:

/**
 ** Horde Authentication
 **/

$conf['auth']['driver'] = 'ldap';
$conf['auth']['admins'] = array('cleveland');
$conf['auth']['checkip'] = false;
$conf['auth']['params'] = array();
$conf['auth']['params']['hostspec'] = '199.242.176.181';
$conf['auth']['params']['basedn'] = 'DC=wals,DC=winnefox,DC=org';
$conf['auth']['params']['objectclass'] = array('top', 'person',
'organizationalPerson', 'user');
$conf['auth']['params']['binddn'] =
'CN=Buchner,CN=Users,DC=wals,DC=winnefox,DC=org';
$conf['auth']['params']['password'] = 'mypasswd';
$conf['auth']['params']['uid'] = 'sAMAccountName';

But, when I try to login, it sits there for about 10 minutes, then
refreshes the page and blanks out the password field.

Any ideas what might be wrong?

--
Jody Cleveland
Computer Support Specialist
cleveland at winnefox.org



More information about the horde mailing list