diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-07 05:29:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:21 -0500 |
commit | 41a72a506fce51737992c8ea3201ef35dcafd73a (patch) | |
tree | 9c4becddfd4ddc6271f5437fccee976d1e243f28 /source4/script/tests/mk-fedora-ds.sh | |
parent | 4362ce99ec3451ce5061a7de04851750c3bd7e23 (diff) | |
download | samba-41a72a506fce51737992c8ea3201ef35dcafd73a.tar.gz samba-41a72a506fce51737992c8ea3201ef35dcafd73a.tar.bz2 samba-41a72a506fce51737992c8ea3201ef35dcafd73a.zip |
r21739: Make it easy to change the log level for the slapd processes, and have
the logs go to a file.
Andrew Bartlett
(This used to be commit 9aaa19319718a5a8fcc1df066cbce67eaa3431d8)
Diffstat (limited to 'source4/script/tests/mk-fedora-ds.sh')
-rwxr-xr-x | source4/script/tests/mk-fedora-ds.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/mk-fedora-ds.sh b/source4/script/tests/mk-fedora-ds.sh index 4c8732971c..a36e7defee 100755 --- a/source4/script/tests/mk-fedora-ds.sh +++ b/source4/script/tests/mk-fedora-ds.sh @@ -1,6 +1,8 @@ FEDORA_DS_INF=$LDAPDIR/fedorads.inf FEDORA_DS_INITIAL_LDIF=$LDAPDIR/fedorads-initial.ldif +echo "FEDORA_DS_LOGLEVEL=0" + #Make the subdirectory be as fedora DS would expect FEDORA_DS_DIR=$LDAPDIR/slapd-samba4 echo FEDORA_DS_DIR=$FEDORA_DS_DIR |