diff options
author | Volker Lendecke <vl@samba.org> | 2017-04-04 14:59:45 +0200 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2017-05-08 21:08:23 +0200 |
commit | f34ff621edbfd8b7c99cdadec166a80ae9c5646c (patch) | |
tree | c0d99c7781eac7f22da85270e73e483e122f2599 /nsswitch | |
parent | 1893bb9bc48d9251820a185c95c65562f2878074 (diff) | |
download | samba-f34ff621edbfd8b7c99cdadec166a80ae9c5646c.tar.gz |
test_idmap_rfc2307: Correct usage
We already have 13 args at this point, and growing
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12757
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
Diffstat (limited to 'nsswitch')
-rwxr-xr-x | nsswitch/tests/test_idmap_rfc2307.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/tests/test_idmap_rfc2307.sh b/nsswitch/tests/test_idmap_rfc2307.sh index b5f8ce573be..6e4e041d90d 100755 --- a/nsswitch/tests/test_idmap_rfc2307.sh +++ b/nsswitch/tests/test_idmap_rfc2307.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test id mapping through idmap_rfc2307 module -if [ $# -lt 9 ]; then +if [ $# -lt 13 ]; then echo Usage: $0 DOMAIN USERNAME UID USERNAME2 UID2 GROUPNAME GID GROUPNAME2 GID2 LDAPPREFIX DC_SERVER DC_USERNAME DC_PASSWORD exit 1 fi |