diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-27 12:40:59 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-27 11:29:16 +0200 |
commit | 4f587ffa553e4ad6d33bb8880eb03be48421f73c (patch) | |
tree | 8c8b816c971dbeaa19db9d7310e5887366c28055 /selftest | |
parent | df899ae04069d57f5120947d9e9fd20b0af1bfd1 (diff) | |
download | samba-4f587ffa553e4ad6d33bb8880eb03be48421f73c.tar.gz samba-4f587ffa553e4ad6d33bb8880eb03be48421f73c.tar.bz2 samba-4f587ffa553e4ad6d33bb8880eb03be48421f73c.zip |
selftest: allow NSS_WRAPPER_* vars to be exported to the environment
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index cdcd2e4048..b636910f52 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -708,7 +708,12 @@ my @exported_envvars = ( "WINBINDD_SOCKET_DIR", "WINBINDD_PRIV_PIPE_DIR", "NMBD_SOCKET_DIR", - "LOCAL_PATH" + "LOCAL_PATH", + + # nss_wrapper + "NSS_WRAPPER_PASSWD", + "NSS_WRAPPER_GROUP" + ); $SIG{INT} = $SIG{QUIT} = $SIG{TERM} = sub { |