selftest: allow NSS_WRAPPER_* vars to be exported to the environment
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jun 2012 02:40:59 +0000 (12:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jun 2012 09:29:16 +0000 (11:29 +0200)
selftest/selftest.pl

index cdcd2e4048fc92ce03228350ebf17113752c22e6..b636910f526fa5d99033beb468997e3df4631691 100755 (executable)
@@ -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 {