diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-02 15:56:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:43 -0500 |
commit | e0ad93f845b188115c291f5d631eb8f72a9a411c (patch) | |
tree | 755d16892be387b08c8c04b7069e8d4c86c123c7 /source4/selftest/env/Samba3.pm | |
parent | 9f5b6c82d08838dd419b472bc15648f7f0fcad20 (diff) | |
download | samba-e0ad93f845b188115c291f5d631eb8f72a9a411c.tar.gz samba-e0ad93f845b188115c291f5d631eb8f72a9a411c.tar.bz2 samba-e0ad93f845b188115c291f5d631eb8f72a9a411c.zip |
r25468: export WINBINDD_PRIV_PIPE_DIR
metze
(This used to be commit 80d05c2789cd053f7f401916fb0b45d4c9ecb46e)
Diffstat (limited to 'source4/selftest/env/Samba3.pm')
-rw-r--r-- | source4/selftest/env/Samba3.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/env/Samba3.pm b/source4/selftest/env/Samba3.pm index 6401f98e44..fa7bb41444 100644 --- a/source4/selftest/env/Samba3.pm +++ b/source4/selftest/env/Samba3.pm @@ -278,6 +278,7 @@ sub provision($$$) # this gets autocreated by winbindd my $wbsockdir="$prefix_abs/winbindd"; + my $wbsockprivdir="$lockdir/winbindd_privileged"; ## ## create the test directory layout @@ -380,6 +381,7 @@ print CONF " $ret{PASSWORD} = $password; $ret{PIDDIR} = $piddir; $ret{WINBINDD_SOCKET_DIR} = $wbsockdir; + $ret{WINBINDD_PRIV_PIPE_DIR} = $wbsockprivdir; return \%ret; } |