Re: [SOGo] LDAP hostname configuration directive

2014-04-30 Thread Laz C. Peterson
Francis,

That worked!  Thank you so much for the info.

Hopefully that piece of information (or the clarification of) can make its way 
into the configuration guide for the future.

I appreciate it!
~Laz


On Apr 28, 2014, at 6:39 PM, Francis Lachapelle flachape...@inverse.ca wrote:

 Hi Laz
 
 On Apr 28, 2014, at 7:17 PM, Laz C. Peterson l...@paravis.net wrote:
 
 For our domains, we have primary and backup LDAP servers to take requests.  
 Per the “SOGo Installation Guide”, page 22, it says that the “hostname” 
 field can be a space-delimited list of LDAP URLs or hostnames.  When I put 
 in multiple LDAP URLs here, SOGo will not load.
 
 I have attempted to put the LDAP URLs in and out of quotes, but nothing 
 works.
 
 Am I missing something in the way I should be inputting these hostnames?
 
 For example, I have …
 
 hostname = “ldaps://ldap-server0.domain.org” 
 “ldap://ldap-server1.domain.org”;
 
 or
 
 hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org;
 
 Neither work.
 
 hostname = ldaps://ldap-server0.domain.org works perfectly fine.
 
 Any suggestions?
 
 It must be a unique double-quoted string:
 
 hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org;;
 
 
 
 Francis-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] LDAP hostname configuration directive

2014-04-28 Thread Laz C. Peterson
Hi there,

For our domains, we have primary and backup LDAP servers to take requests.  Per 
the “SOGo Installation Guide”, page 22, it says that the “hostname” field can 
be a space-delimited list of LDAP URLs or hostnames.  When I put in multiple 
LDAP URLs here, SOGo will not load.

I have attempted to put the LDAP URLs in and out of quotes, but nothing works.

Am I missing something in the way I should be inputting these hostnames?

For example, I have …

hostname = “ldaps://ldap-server0.domain.org” “ldap://ldap-server1.domain.org”;

or

hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org;

Neither work.

hostname = ldaps://ldap-server0.domain.org works perfectly fine.

Any suggestions?

Much thanks.
~Laz-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] LDAP hostname configuration directive

2014-04-28 Thread Francis Lachapelle
Hi Laz

On Apr 28, 2014, at 7:17 PM, Laz C. Peterson l...@paravis.net wrote:

 For our domains, we have primary and backup LDAP servers to take requests.  
 Per the “SOGo Installation Guide”, page 22, it says that the “hostname” field 
 can be a space-delimited list of LDAP URLs or hostnames.  When I put in 
 multiple LDAP URLs here, SOGo will not load.
 
 I have attempted to put the LDAP URLs in and out of quotes, but nothing works.
 
 Am I missing something in the way I should be inputting these hostnames?
 
 For example, I have …
 
 hostname = “ldaps://ldap-server0.domain.org” “ldap://ldap-server1.domain.org”;
 
 or
 
 hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org;
 
 Neither work.
 
 hostname = ldaps://ldap-server0.domain.org works perfectly fine.
 
 Any suggestions?

It must be a unique double-quoted string:

hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org;;



Francis-- 
users@sogo.nu
https://inverse.ca/sogo/lists