[horde] LDAP
eculp
eculp at encontacto.net
Thu Oct 9 16:39:58 UTC 2008
Quoting Jorge Hernandez <jorgeh at fsbcomputers.com>:
>
>
> I'm trying to follow the instructions of Existing LDAP, I setup my
> LDAP the way it says in the manual, but I don't know where to find
> the AuthLDAP hook or the file I need to moify so horde authenticates
> using LDAP, where can I find that?
hooks.php is in the horde/config folder but you may or may not need
it. I've done both but now I am authenticating directly with ldap
from horde/conf.php and am not. You only need to setup your ldap
information with some or all of the following variables.
$conf['auth']['params']['hostspec'] = ;
$conf['auth']['params']['basedn'] = ;
$conf['auth']['params']['binddn'] = ;
$conf['auth']['params']['password'] = ;
$conf['auth']['params']['version'] = ;
$conf['auth']['params']['ad'] = ;
$conf['auth']['params']['uid'] = ;
$conf['auth']['params']['encryption'] = ;
$conf['auth']['params']['objectclass'] = array('');
$conf['auth']['params']['newuser_objectclass'] = array('', '');
$conf['auth']['params']['filter_type'] = '';
$conf['auth']['params']['password_expiration'] = '';
The above is usually configured via the web-based horde administrative page.
I hope that helps,
ed
>
> ==========================
> Jorge Hernandez
> CEO/OWNER
> FSB Computers
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list