1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/source4/setup/fedorads.inf
Andrew Bartlett 97172e1120 r23716: Clarify LDAP Manager DN and fix slapd startup syntax.
Andrew Bartlett
(This used to be commit 17dad5d8c345c2c3a7643bff7a43473339a22d40)
2007-10-10 14:59:06 -05:00

27 lines
711 B
INI

[General]
SuiteSpotUserID = ${ROOT}
FullMachineName= ${HOSTNAME}.${DNSDOMAIN}
ServerRoot= ${LDAPDIR}
[slapd]
ldapifilepath=${LDAPDIR}/ldapi
Suffix= ${DOMAINDN}
RootDN= ${LDAP_MANAGERDN}
RootDNPwd= ${LDAP_MANAGERPASS}
ServerIdentifier= samba4
${SERVERPORT}
inst_dir= ${LDAPDIR}/slapd-samba4
config_dir= ${LDAPDIR}/slapd-samba4
schema_dir= ${LDAPDIR}/slapd-samba4/schema
lock_dir= ${LDAPDIR}/slapd-samba4/lock
log_dir= ${LDAPDIR}/slapd-samba4/logs
run_dir= ${LDAPDIR}/slapd-samba4/logs
db_dir= ${LDAPDIR}/slapd-samba4/db
bak_dir= ${LDAPDIR}/slapd-samba4/bak
tmp_dir= ${LDAPDIR}/slapd-samba4/tmp
ldif_dir= ${LDAPDIR}/slapd-samba4/ldif
cert_dir= ${LDAPDIR}/slapd-samba4
start_server= 0
install_full_schema= 0