[horde] ldaps support for horde authentication
Leah Cunningham
leah at frauerpower.com
Sun Aug 14 12:10:23 PDT 2005
On Sat, 2005-08-13 at 22:39, Craig White wrote:
> On Sat, 2005-08-13 at 20:34 -0400, Leah Cunningham wrote:
> > 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.
> ----
> does not seem to happen suggests that you do not seem to be logging and
> deciphering logs. What do ldap logs say? Did you turn horde logging
> level up? What does it say?
Well, to be honest, I'm not sure what happened, but it seems to be
working today setting the hostspec to ldaps://localhost and the port to
636. I may have had something caching somewhere oddly.
Thanks,
Leah
More information about the horde
mailing list