diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-26 19:39:57 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-26 19:39:57 +0000 |
commit | 05c17536eaef591f6c36e1a89f8332faa6635a34 (patch) | |
tree | 7252548a1fac51f341ee12ca9cd21bcc470e82d3 | |
parent | 64a1bdf61c364e916a4615a0307b11a2249ddeff (diff) |
support alternative unknown user response
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1658 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | tests/test_pamcmds.expect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_pamcmds.expect b/tests/test_pamcmds.expect index f897e16..cfd5c8f 100644 --- a/tests/test_pamcmds.expect +++ b/tests/test_pamcmds.expect @@ -114,6 +114,7 @@ proc test_login_unknown {uid passwd} { expect { "Password:" { send "$passwd\r"; exp_continue } "Unknown id" {} + "No passwd entry for user" {} "\$ " abort default abort } |