Changeset 745 for trunk/server/source4/setup/fedorads.inf
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/setup/fedorads.inf
r414 r745 9 9 RootDN= ${LDAPMANAGERDN} 10 10 RootDNPwd= ${LDAPMANAGERPASS} 11 ServerIdentifier= samba411 ServerIdentifier= ${LDAP_INSTANCE} 12 12 ${SERVERPORT} 13 13 14 inst_dir= ${LDAPDIR}/slapd- samba415 config_dir= ${LDAPDIR}/slapd- samba416 schema_dir= ${LDAPDIR}/slapd- samba4/schema17 lock_dir= ${LDAPDIR}/slapd- samba4/lock18 log_dir= ${LDAPDIR}/slapd- samba4/logs19 run_dir= ${LDAPDIR}/slapd- samba4/logs20 db_dir= ${LDAPDIR}/slapd- samba4/db21 bak_dir= ${LDAPDIR}/slapd- samba4/bak22 tmp_dir= ${LDAPDIR}/slapd- samba4/tmp23 ldif_dir= ${LDAPDIR}/slapd- samba4/ldif24 cert_dir= ${LDAPDIR}/slapd- samba414 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 25 26 26 start_server= 0 27 27 install_full_schema= 0 28 InstallLdifFile= none 28 29 SchemaFile=${LDAPDIR}/99_ad.ldif 29 30 ConfigFile = ${LDAPDIR}/fedorads-partitions.ldif 30 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 TracChangeset
for help on using the changeset viewer.