From f34ff621edbfd8b7c99cdadec166a80ae9c5646c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Apr 2017 14:59:45 +0200 Subject: 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 Reviewed-by: Christof Schmitt --- nsswitch/tests/test_idmap_rfc2307.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch') 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 -- cgit v1.2.1