diff options
author | Endi S. Dewata <edewata@redhat.com> | 2010-01-28 19:35:29 -0600 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-03-02 14:07:01 +1100 |
commit | 02533c9f1ba9434aabc92fac06995a858874c002 (patch) | |
tree | 2db1dbcc27ddf08f87e336ac04abec27e23d0ce3 /source4/setup | |
parent | 07669b0704eac9db46e241e681c92b09ee5a4c2e (diff) | |
download | samba-02533c9f1ba9434aabc92fac06995a858874c002.tar.gz samba-02533c9f1ba9434aabc92fac06995a858874c002.tar.bz2 samba-02533c9f1ba9434aabc92fac06995a858874c002.zip |
s4:provision - Use netbios name for FDS instance name.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/fedorads.inf | 24 |
1 files changed, 12 insertions, 12 deletions
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 |