[Date Prev][Date Next] [Chronological] [Thread] [Top]

rootdse option in slapd.conf (ITS#1588)



Full_Name: Norbert Klasen
Version: Head
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (172.178.25.164)


The name of this option is differs in documentation, code and logging:
In /doc/man/man5/slapd.conf.5 it is "rootDSEfile <file>". In
/servers/slapd/config.c
(line 1953) the arguement to strcasecmp is  "rootdse" and in the logging message
in line 1956 ist is "rootDSE <filename>". I suggest it be "rootDSE"
consistently.

As a sample for a rootDSE file I suggest using the vendor schema from RFC3045.
Some thing like: 
etc/rootDSE.ldif

dn: 
vendorName: OpenLDAP Foundation
vendorVersion: OpenLDAP LDVERSION

where LDVERSION is changed to the actual version by make install. On the other
hand, implementing this in root_dse_info() would probably be the right thing to
do(TM).

Norbert