View | Details | Raw Unified | Return to bug 152084
Collapse All | Expand All

(-)pw_user.c Tue Nov 9 10:24:01 2010 (-1 / +1 lines)
Lines 1172-1178 Link Here
1172
       reject = 0;
1172
       reject = 0;
1173
       if (gecos) {
1173
       if (gecos) {
1174
               /* See if the name is valid as a gecos (comment) field. */
1174
               /* See if the name is valid as a gecos (comment) field. */
1175
               badchars = ":!@";
1175
               badchars = ":";
1176
               showtype = "gecos field";
1176
               showtype = "gecos field";
1177
       } else {
1177
       } else {
1178
               /* See if the name is valid as a userid or group. */
1178
               /* See if the name is valid as a userid or group. */

Return to bug 152084