diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-01 21:57:05 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-01 21:57:05 +0000 |
commit | 6921d75a3682b7d8c88533f422c3771c5e50d855 (patch) | |
tree | 85aa1285c27cd3253f16d7abada3340cbfdeee59 | |
parent | ca917ca5e75335ea476120b57305b3d3395064d6 (diff) |
the groups command no longer lists the username
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@598 ef36b2f9-881f-0410-afb5-c4e39611909c
-rwxr-xr-x | tests/test_nsscmds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh index ad6e8ad..779b74d 100755 --- a/tests/test_nsscmds.sh +++ b/tests/test_nsscmds.sh @@ -152,8 +152,8 @@ check "getent group 6100" << EOM testgroup:*:6100:arthur,test EOM -check "groups arthur" << EOM -arthur : users testgroup +check "groups arthur | sed 's/^.*://'" << EOM +users testgroup EOM check "getent group | egrep '^(testgroup|users):'" << EOM |