]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testprogs: Do not export UID_WRAPPER_ROOT in test_kpasswd_mit.sh
authorAndreas Schneider <asn@samba.org>
Tue, 11 Apr 2023 13:26:21 +0000 (15:26 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Jun 2023 20:28:29 +0000 (20:28 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
testprogs/blackbox/test_kpasswd_mit.sh

index 83915e56bb31d958fba083bac8fa980f41dbcac5..de220188f5d01b5134a09fe8ad6e9be072f7f240 100755 (executable)
@@ -47,9 +47,6 @@ do_kinit()
        echo $password | $samba_kinit $principal
 }
 
-UID_WRAPPER_ROOT=1
-export UID_WRAPPER_ROOT
-
 testit "reset password policies beside of minimum password age of 0 days" \
        $VALGRIND $PYTHON $samba_tool domain passwordsettings set "${CONFIGURATION}" --complexity=default --history-length=default --min-pwd-length=default --min-pwd-age=0 --max-pwd-age=default || failed=$(expr $failed + 1)