diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-17 15:51:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-19 14:27:20 +0200 |
commit | 460e2d5dada63786cce168b704ea1c005be6db2e (patch) | |
tree | ce633660d45117e5c27caa281a66f1d95f31bf94 /source3/script/tests | |
parent | 3aaa07afea4fa66e2767fd3fb8f06b0018aaefa8 (diff) | |
download | samba-460e2d5dada63786cce168b704ea1c005be6db2e.tar.gz samba-460e2d5dada63786cce168b704ea1c005be6db2e.tar.bz2 samba-460e2d5dada63786cce168b704ea1c005be6db2e.zip |
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)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |