From 460e2d5dada63786cce168b704ea1c005be6db2e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 17 Apr 2010 15:51:27 +0200 Subject: s3: Change the make test password to "testPw" This way we can change back to it when testing testing wbcChangeUserPassword, "test" is too short (<5 chars) --- source3/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 2248ecf5b0..fef80ab478 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -81,7 +81,7 @@ else fi USERID=`PATH=/usr/ucb:$PATH id | cut -d ' ' -f1 | sed -e 's/uid=\([0-9]*\).*/\1/g'` GROUPID=`PATH=/usr/ucb:$PATH id | cut -d ' ' -f2 | sed -e 's/gid=\([0-9]*\).*/\1/g'` -PASSWORD=test +PASSWORD=testPw SRCDIR="`dirname $0`/../.." BINDIR="`pwd`/bin" -- cgit