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

Is this valid



Hi all LDAP gurus,

I'm a starter and have created the following ldap.conf file. The main
purpose it to authenticate users through LDAP. Even qmail will authenticate
users from LDAP. 

# global directives
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/qmail.schema
defaultaccess read
loglevel 256

# backend directives
type ldbm

# database directives
database ldbm
suffix "dc=xyz, dc=com, dc=np"
rootdn "uid=ldapadmin@xyz.com.np" # using SASL - more secure
readonly off
cachesize 1024
dbcachesize 500000
directory /usr/openldap

# config directives
HOST 127.0.0.1
BASE dc=xyx, dc=com, dc=np

Is there the config file valid?? and will it serve my purpose ??