Skip to content

Commit 19fa454

Browse files
committed
use pamtester to ensure correct user pw
1 parent a35f0b8 commit 19fa454

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/prepare-integration.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ create_user() {
2121
}
2222

2323
# mkpasswd requires whois package
24-
apt-get install -y whois
24+
apt-get install -y whois pamtester
2525

2626
create_user
27+
28+
echo ${TESTPASSWD} | pamtester -v login ${TESTUSER} authenticate

0 commit comments

Comments
 (0)