mod_lib_ldap/dev/slapd.conf
changeset 822 1f45cef9e5c7
parent 809 1d51c5e38faa
equal deleted inserted replaced
809:1d51c5e38faa 822:1f45cef9e5c7
     1 include		/etc/openldap/schema/core.schema
     1 include		/etc/openldap/schema/core.schema
     2 # I needed the following two schema definitions for posixGroup; if you don't
     2 # I needed the following two schema definitions for posixGroup; if you don't
     3 # need it, don't include them
     3 # need it, don't include them
     4 include         /etc/openldap/schema/cosine.schema
     4 include         /etc/openldap/schema/cosine.schema
     5 include         /etc/openldap/schema/nis.schema
     5 include         /etc/openldap/schema/nis.schema
       
     6 # needed for inetOrgPerson so I can test jpegPhoto
       
     7 include         /etc/openldap/schema/inetorgperson.schema
     6 
     8 
     7 pidfile		/var/run/openldap/slapd.pid
     9 pidfile		/var/run/openldap/slapd.pid
     8 argsfile	/var/run/openldap/slapd.args
    10 argsfile	/var/run/openldap/slapd.args
     9 database	bdb
    11 database	bdb
    10 suffix		"dc=example,dc=com"
    12 suffix		"dc=example,dc=com"