[Kolab-devel] [issue3660] only one url works for kolab.conf ldap_uri

John McMonagle kolab-issues at intevation.de
Fri May 29 21:29:25 CEST 2009


New submission from John McMonagle <johnm at advocap.org>:

If I put in this in kolab.conf
ldap_uri : ldap://127.0.0.1:389 ldaps://mstldap.advocap.org:636

It gets parsed wrong.

For example gives in apache.conf
AuthLDAPURL ldap://127.0.0.1 ldaps::389/dc=advocap,dc=org?mail
Pretty sure should be
AuthLDAPURL ldap://127.0.0.1:389
ldaps://mstldap.advocap.org:636/dc=advocap,dc=org?mail

For reference see 
http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html#authldapurl

In my old mail server was set up that way.
for example in saslauthd.conf have
ldap_servers: ldapi:///var/run/ldapi ldaps://fonldap.advocap.org ldaps://mstlda
p.advocap.org

a postfix ldap map has:
server_host = ldap://127.0.0.1 ldap://mstldap.advocap.org ldap//fonldap.advocap.org

Not certain but suspect all ldap clients will accept multiple servers.

If one has more than one available ldap server things keep running even if a
ldap server fails for some reason.

My biggest concern is mail being bounced by postfix because of an ldap failure.

John

----------
messages: 20444
nosy: jmcmonagle
status: unread
title: only one url works for kolab.conf ldap_uri
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3660>
___________________________________________________




More information about the devel mailing list