Re: LDAP Fallback Question

2013-11-13 Thread Benny Pedersen
Viktor Dukhovni skrev den 2013-11-13 20:08: On Wed, Nov 13, 2013 at 08:02:17PM +0100, Benny Pedersen wrote: > server_host = ldap.example.com > ldap2.example2.com You miss protocol in front of hostname, else postfix wont know its ldap or http, ... This is silly, LDAP servers are

Re: LDAP Fallback Question

2013-11-13 Thread Viktor Dukhovni
On Wed, Nov 13, 2013 at 08:02:17PM +0100, Benny Pedersen wrote: > > server_host = ldap.example.com > > ldap2.example2.com > > You miss protocol in front of hostname, else postfix wont know its > ldap or http, ... This is silly, LDAP servers are not web servers, and neither Postfix

Re: LDAP Fallback Question

2013-11-13 Thread Benny Pedersen
Marko Weber | ZBF skrev den 2013-11-13 18:49: server_host = ldap://ldap.example.com:1444 ldap://ldap2.example.com:1444 i´ve tried it that way: server_host = ldap.example.com ldap2.example2.com you miss protocol in front of host

Re: LDAP Fallback Question

2013-11-13 Thread Marko Weber | ZBF
hallo patrick, Am 2013-11-13 10:29, schrieb Patrick Ben Koetter: * Marko Weber | ZBF : hello list, we use LDAP in Postfix for User Management. Now i should setup a second LDAP server and postfix should use the second LDAP server when the first is not longer available. i searched inet but did

Re: LDAP Fallback Question

2013-11-13 Thread Patrick Ben Koetter
* Marko Weber | ZBF : > hello list, > > we use LDAP in Postfix for User Management. > > Now i should setup a second LDAP server and postfix should use the > second LDAP server when the first is not longer available. > > i searched inet but didnt really find a solution. can u help me or > guide m