Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 7cb52b531262a235bb2ac2b34cfe62b8 > files > 3

ndk-1.1-2mdk.noarch.rpm

#
# openldap slapd configuration file for serving Microsoft NetMeeting clients
#
# Brent Baccala <baccala@freesoft.org>     26 Sep 2000
#
# SLAVE SERVER
#
# This config file is for a slapd running on a non-standard port.  It
# stores the NetMeeting user directory in an ldbm database in the
# UNIX directory specified below (on the "directory" line).  This slapd
# should not be directly accessed by the NetMeeting clients; rather,
# they should use the master server which passes requests to this
# server after processing them through a Perl script.
#
# Run this server with a command like:
#
#	slapd -h ldap://localhost:2345/ -f slapd2.conf
#
# The specified URL must match the one set in the master slapd's Perl script.
# 
# See slapd.conf(5) for details on configuration options.
#
include	/usr/share/openldap/schema/core.schema
include	/usr/share/openldap/schema/cosine.schema
include	/usr/share/openldap/schema/corba.schema 
include	/usr/share/openldap/schema/inetorgperson.schema
include	/usr/share/openldap/schema/java.schema 
include	/usr/share/openldap/schema/krb5-kdc.schema
include /usr/share/openldap/schema/kerberosobject.schema
include	/usr/share/openldap/schema/misc.schema
include	/usr/share/openldap/schema/nadf.schema 
include	/usr/share/openldap/schema/nis.schema
include	/usr/share/openldap/schema/openldap.schema 


include		/usr/share/openldap/schema/netmeeting.schema

include	/etc/openldap/schema/local.schema
schemacheck	off

pidfile		/var/run/slapd/slapd2.pid
argsfile	/var/run/slapd/slapd2.args

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"objectclass=rtperson"
directory	/var/lib/ldap-netmeeting
rootdn		"cn=root,objectclass=rtperson"
rootpw		secret
lastmod         on 
access to * by * write