--On Saturday, July 14, 2012 12:42 PM +0200 kefast@o2.pl wrote:
Ok, thanx, I do understand that, but my point is, where I can put those "" in configuration files ? On a client side set BASE "" and in slapd.conf
database bdb suffix "" rootdn "cn=admin"
?
How persisly set config files (client, server) to search for all of those domains You listed.
Use an empty base.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc.
Zimbra :: the leader in open source messaging and collaboration
I can not import an ldif with an empty base on an server side.
slapadd -v -b 'dc=""' -l ./root.ldif slapadd: slap_init invalid suffix ("dc=""")
slapadd -v -b 'dc=' -l ./root.ldif slapadd: slap_init invalid suffix ("dc=")
slapadd -v -b "dc=" -l ./root.ldif slapadd: slap_init invalid suffix ("dc=")
slappadd -v -b "dc=" -l ./root.ldif slapadd: slap_init invalid suffix ("dc=")
slapadd -v -b "dc=''" -l ./root.ldif slapadd: slap_init no backend for "dc=''"