[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: maintaining uniqueness of uid's across subtree's
"Daniel Cheah" <daniel@idcconsult.com.my> wrote...
> My problem is to get it to recognize a "space" in the
> organization, do u know I can do this?
use quotation marks (" or ') like in the sample slapd.conf that comes with
the package:
suffix "o=My Company Name,c=us"
you will not have to do this in your ldif files too, but at command line,
e.g. when specifying binddn or basedn.
a backslash in front of the space(s) will also suffice.
daniel