|
Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: update vendor to 3.6.0
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | [General]
|
|---|
| 2 | SuiteSpotUserID = ${ROOT}
|
|---|
| 3 | FullMachineName= ${HOSTNAME}.${DNSDOMAIN}
|
|---|
| 4 | ServerRoot= ${LDAPDIR}
|
|---|
| 5 |
|
|---|
| 6 | [slapd]
|
|---|
| 7 | ldapifilepath=${LDAPDIR}/ldapi
|
|---|
| 8 | Suffix= ${DOMAINDN}
|
|---|
| 9 | RootDN= ${LDAPMANAGERDN}
|
|---|
| 10 | RootDNPwd= ${LDAPMANAGERPASS}
|
|---|
| 11 | ServerIdentifier= ${LDAP_INSTANCE}
|
|---|
| 12 | ${SERVERPORT}
|
|---|
| 13 |
|
|---|
| 14 | inst_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}
|
|---|
| 15 | config_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}
|
|---|
| 16 | schema_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/schema
|
|---|
| 17 | lock_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/lock
|
|---|
| 18 | log_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/logs
|
|---|
| 19 | run_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/logs
|
|---|
| 20 | db_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/db
|
|---|
| 21 | bak_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/bak
|
|---|
| 22 | tmp_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/tmp
|
|---|
| 23 | ldif_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/ldif
|
|---|
| 24 | cert_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}
|
|---|
| 25 |
|
|---|
| 26 | start_server= 0
|
|---|
| 27 | install_full_schema= 0
|
|---|
| 28 | InstallLdifFile= none
|
|---|
| 29 | SchemaFile=${LDAPDIR}/99_ad.ldif
|
|---|
| 30 | ConfigFile = ${LDAPDIR}/fedorads-partitions.ldif
|
|---|
| 31 | ConfigFile = ${LDAPDIR}/fedorads-sasl.ldif
|
|---|
| 32 | ConfigFile = ${LDAPDIR}/fedorads-dna.ldif
|
|---|
| 33 | ConfigFile = ${LDAPDIR}/fedorads-pam.ldif
|
|---|
| 34 | ConfigFile = ${LDAPDIR}/fedorads-refint.ldif
|
|---|
| 35 | ConfigFile = ${LDAPDIR}/fedorads-linked-attributes.ldif
|
|---|
| 36 | ConfigFile = ${LDAPDIR}/fedorads-index.ldif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.