Searched refs:gecos (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/share/examples/ypldap/
H A Dypldap.conf25 attribute gecos maps to "cn"
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c112 char *bp, *gecos, *p; local
156 if ((bp = gecos = strdup(pw->pw_gecos)) == NULL) {
191 free(gecos);
269 /* Build the gecos field. */
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmbdb.c212 ** gecos -- name to build.
236 sm_pwfullname(gecos, user, buf, buflen)
237 register char *gecos;
245 if (*gecos == '*')
246 gecos++;
248 /* copy gecos, interpolating & to be full name */
249 for (p = gecos; *p != '\0' && *p != ',' && *p != ';' && *p != '%'; p++)
384 ** ( nisSchema.1.2 NAME 'gecos'
403 ** MAY ( userPassword $ loginShell $ gecos $ description ) )
634 if (strcasecmp(attr, "gecos")
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c580 * Handle '&' in gecos field
625 pw_checkname(char *name, int gecos) argument
633 if (gecos) {
634 /* See if the name is valid as a gecos (comment) field. */
636 showtype = "gecos field";
648 (!gecos && *ch < ' ') ||
654 if (!gecos && (*ch & 0x80)) {
665 if (reject && !gecos) {
677 if (!gecos && (ch - name) > LOGNAMESIZE)
1191 char *gecos, *homedi local
1517 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; local
[all...]
H A Dpw.h92 char *pw_checkname(char *name, int gecos);
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh221 mkuser gecos='SSHD PrivSep User' login=false rlogin=false account_locked=true pgrp=$SSH_PRIVSEP_USER $SSH_PRIVSEP_USER

Completed in 136 milliseconds