[horde] ldaps support for horde authentication
Beau
beau at zoicstudios.com
Sat Aug 13 19:09:54 PDT 2005
Apologies, meant to reply to the list.
-----Original Message-----
From: Beau [mailto:beau at zoicstudios.com]
Sent: Saturday, August 13, 2005 7:09 PM
To: 'Leah Cunningham'
Subject: RE: [horde] ldaps support for horde authentication
http://us3.php.net/manual/en/function.ldap-connect.php
I believe this is the function the LDAP auth backend uses to connect--you
can see an example of ldaps:// used on that page. You might also try using
ldapsearch with your connection string to test it from the command prompt to
narrow it down further.
-----Original Message-----
From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
On Behalf Of Leah Cunningham
Sent: Saturday, August 13, 2005 5:34 PM
To: horde at lists.horde.org
Subject: [horde] ldaps support for horde authentication
Hello,
I am trying to find out if there is a way to have the authentication for the
horde framework use ldaps connections. I have tried the following:
$conf['auth']['admins'] = array('hordeadmin'); $conf['auth']['checkip'] =
true; $conf['auth']['params']['hostspec'] = 'ldaps://localhost';
$conf['auth']['params']['basedn'] = 'ou=Users,dc=heinous,dc=org';
$conf['auth']['params']['version'] = '3'; $conf['auth']['params']['uid'] =
'uid'; $conf['auth']['params']['objectclass'] = array('posixAccount');
$conf['auth']['params']['filter_type'] = 'objectclass';
$conf['auth']['driver'] = 'ldap';
But it does not appear to work as hostspec set to ldaps://localhost causes
errors in the LDAP code. Is there a patch or documentation on the correct
way to configure this? The other possibility would be to TLS encryption,
which also does not seem to happen.
Leah
--
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