Ticket #402: options.c.patch
File options.c.patch, 406 bytes (added by , 9 years ago) |
---|
-
options.c
old new 6874 6874 { 6875 6875 char *s = p[1]; 6876 6876 VERIFY_PERMISSION (OPT_P_GENERAL); 6877 if ( strncmp ("ext:",s,4) != 0)6877 if (strncmp("ext:", s, 4) == 0) 6878 6878 while ((*s = toupper(*s)) != '\0') s++; /* Uppercase if necessary */ 6879 6879 options->x509_username_field = p[1]; 6880 6880 }