From 02533c9f1ba9434aabc92fac06995a858874c002 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 28 Jan 2010 19:35:29 -0600 Subject: s4:provision - Use netbios name for FDS instance name. Signed-off-by: Andrew Bartlett --- source4/setup/fedorads.inf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'source4/setup') diff --git a/source4/setup/fedorads.inf b/source4/setup/fedorads.inf index f4f92a0697..1243a06c91 100644 --- a/source4/setup/fedorads.inf +++ b/source4/setup/fedorads.inf @@ -8,20 +8,20 @@ ldapifilepath=${LDAPDIR}/ldapi Suffix= ${DOMAINDN} RootDN= ${LDAPMANAGERDN} RootDNPwd= ${LDAPMANAGERPASS} -ServerIdentifier= samba4 +ServerIdentifier= ${LDAP_INSTANCE} ${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 +inst_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE} +config_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE} +schema_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/schema +lock_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/lock +log_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/logs +run_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/logs +db_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/db +bak_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/bak +tmp_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/tmp +ldif_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE}/ldif +cert_dir= ${LDAPDIR}/slapd-${LDAP_INSTANCE} start_server= 0 install_full_schema= 0 -- cgit