]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The debug mode option '-d' was not documented in LDAP helpers usage message
authorGuido Serassio <serassio@squid-cache.org>
Sat, 4 Apr 2009 09:58:40 +0000 (11:58 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Sat, 4 Apr 2009 09:58:40 +0000 (11:58 +0200)
helpers/basic_auth/LDAP/squid_ldap_auth.c
helpers/external_acl/ldap_group/squid_ldap_group.c

index ad3d2e47df86843c8814f613ec7530f8bae57118..299e6756373364e68630f8d7c39a3c7e2969fe74 100644 (file)
@@ -544,6 +544,7 @@ main(int argc, char **argv)
         fprintf(stderr, "\t-v 2|3\t\t\tLDAP version\n");
         fprintf(stderr, "\t-Z\t\t\tTLS encrypt the LDAP connection, requires LDAP version 3\n");
 #endif
+       fprintf(stderr, "\t-d\t\t\tenable debug mode\n");
         fprintf(stderr, "\n");
         fprintf(stderr, "\tIf no search filter is specified, then the dn <userattr>=user,basedn\n\twill be used (same as specifying a search filter of '<userattr>=',\n\tbut quicker as as there is no need to search for the user DN)\n\n");
         fprintf(stderr, "\tIf you need to bind as a user to perform searches then use the\n\t-D binddn -w bindpasswd or -D binddn -W secretfile options\n\n");
index 73e12f1205d75d542cc9235287999960f6284310..510ce4a7ebdf585fa2b9b73556e9dbf8890672c8 100644 (file)
@@ -431,6 +431,7 @@ main(int argc, char **argv)
         fprintf(stderr, "\t-g\t\t\tfirst query parameter is base DN extension\n\t\t\t\tfor this query\n");
         fprintf(stderr, "\t-S\t\t\tStrip NT domain from usernames\n");
         fprintf(stderr, "\t-K\t\t\tStrip Kerberos realm from usernames\n");
+       fprintf(stderr, "\t-d\t\t\tenable debug mode\n");
         fprintf(stderr, "\n");
         fprintf(stderr, "\tIf you need to bind as a user to perform searches then use the\n\t-D binddn -w bindpasswd or -D binddn -W secretfile options\n\n");
         exit(1);