Lines 635-641
Link Here
|
635 |
showtype = "gecos field"; |
635 |
showtype = "gecos field"; |
636 |
} else { |
636 |
} else { |
637 |
/* See if the name is valid as a userid or group. */ |
637 |
/* See if the name is valid as a userid or group. */ |
638 |
badchars = " ,\t:+&#%$^()!@~*?<>=|\\/\""; |
638 |
badchars = " ,\t:+&#%$^()!@~*?<>=|\\/\";"; |
639 |
showtype = "userid/group name"; |
639 |
showtype = "userid/group name"; |
640 |
/* Userids and groups can not have a leading '-'. */ |
640 |
/* Userids and groups can not have a leading '-'. */ |
641 |
if (*ch == '-') |
641 |
if (*ch == '-') |