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

index 4ebca515ba1efaa22a48f10e3c26d6632ea1abb6..6a1976396cfc4e521365be6ed7462e6903f63c25 100755 (executable)
@@ -49,9 +49,6 @@ do_kinit()
        kerberos_kinit "$samba_kinit" "$principal" "$password" "$@"
 }
 
-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)