[dev] horde ldab setup

Steve Daniels horde at stedaniels.co.uk
Thu Sep 9 17:43:09 PDT 2004


I first had (after alot of other variations)
$conf['auth']['params']['basedn'] = 
'ou=People,dc=itsalittlebitfishy,dc=co,=dc=uk';
$conf['auth']['params']['binddn'] = 
'cn=Manager,dn=itsalittlebitfishy,dc=co,=dc=uk';
And was very confused that it didn't work, just realised when you 
emphasised binddn that I had a "dn" in there instead of a "dc"
Now it works whooopppppeeeee!

Thanks Edwin!
You definately pointed me in the right direction, then I was stopped by 
a silly error, and you even managed to make me spot that!
Steve.

Now I just need to sort out my imp question: How to map my horde ldap 
"stevie" username to my imp imap (located on another server) 
"stevie at example.com" username.
Have asked in imp at lists so no rush.

Edwin Culp wrote:

> Quoting Steve Daniels <horde at stedaniels.co.uk>:
>
>>
>> $conf['auth']['admins'] = array('Administrator');
>> $conf['auth']['checkip'] = true;
>> $conf['auth']['params']['hostspec'] = 'localhost';
>> $conf['auth']['params']['basedn'] =
>> 'ou=People,dc=itsalittlebitfishy,dc=co,=dc=uk';
>
> ?¿?¿
> $conf['auth']['params']['binddn'] =
> ?¿?¿
>
> ed
>
>> $conf['auth']['params']['password'] = 'lyyolyyo';
>> $conf['auth']['params']['version'] = '2';
>> $conf['auth']['params']['uid'] = 'uid';
>> $conf['auth']['params']['objectclass'] = array('account');
>> $conf['auth']['params']['filter_type'] = 'objectclass';
>> $conf['auth']['driver'] = 'ldap';
>


More information about the dev mailing list