]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #911: squid_ldap_group -S option did not work
authorhno <>
Sat, 3 Apr 2004 22:08:04 +0000 (22:08 +0000)
committerhno <>
Sat, 3 Apr 2004 22:08:04 +0000 (22:08 +0000)
The -S and -E options in squid_ldap_group v2.12 was mixed up, making the
options somewhat hard to use.

helpers/external_acl/ldap_group/squid_ldap_group.c

index 98b9251b7ebcd217065634302b5227f8fd44a666..7b845e3be164d4ef66b692dbe6090ec10afbb53b 100644 (file)
@@ -287,7 +287,7 @@ main(int argc, char **argv)
                exit(1);
            }
            break;
-       case 'S':
+       case 'E':
 #if defined(NETSCAPE_SSL)
            sslpath = value;
            if (port == LDAP_PORT)
@@ -365,7 +365,7 @@ main(int argc, char **argv)
        case 'g':
            use_extension_dn = 1;
            break;
-       case 'E':
+       case 'S':
            strip_nt_domain = 1;
            break;
        default: