Lines Matching refs:passwd
11 glibc NSS) `struct passwd`. Various components of systemd are able to provide
46 passwd`, and are extensible for other applications. For example, the record may
215 optional. Corresponds with the `pw_name` field of of `struct passwd` and the
235 classic UNIX user records. When converting a `struct passwd` to a JSON user
240 as record separators in classic `/etc/passwd` files and similar formats.
285 this user. This corresponds with the `pw_shell` field of `struct passwd`, and
436 to during log-in. It corresponds to the `pw_dir` field of `struct passwd`.
439 use for the user. This corresponds to the `pw_uid` field of `struct passwd`.
443 `struct passwd`.
630 field of `struct passwd`).
936 channels only. Or traditional UNIX users created locally in `/etc/passwd` never
976 ## Mapping to `struct passwd` and `struct spwd`
978 When mapping classic UNIX user records (i.e. `struct passwd` and `struct spwd`)
983 | `struct passwd` | `pw_name` | `regular` | `userName` | …
984 | `struct passwd` | `pw_passwd` | `privileged` | `password` | (See notes below) …
985 | `struct passwd` | `pw_uid` | `regular` | `uid` | …
986 | `struct passwd` | `pw_gid` | `regular` | `gid` | …
987 | `struct passwd` | `pw_gecos` | `regular` | `realName` | …
988 | `struct passwd` | `pw_dir` | `regular` | `homeDirectory` | …
989 | `struct passwd` | `pw_shell` | `regular` | `shell` | …
1002 `pw_passwd` field in `struct passwd` is set to `"x"`, and the actual password