greetings

I was reading http://linux.die.net/man/5/ldap_table  and was trying to get a 
clear picture of what the config would look like, and is postmap required?
would this work

server_host = 127.0.0.1
server_host = 192.168.1.1
server_host = 192.168.1.2
search_base = dc=my,dc=example,dc=com
query_filter = (mail=%s)
result_attribute = mailHost
result_filter = smtp:[%s]
bind = no


or would I have to go with

server_host = 127.0.0.1:389
server_host = 192.168.1.1:1444
server_host = 192.168.1.2:1445
search_base = dc=my,dc=example,dc=com
query_filter = (mail=%s)
result_attribute = mailHost
result_filter = smtp:[%s]
bind = no


where each ldap server runs on a different port, does it matter ?
-j

Reply via email to