Lines Matching refs:sgrp
20 UNIX/glibc NSS `struct group`, or the shadow structure `struct sgrp`'s
51 `struct sgrp`.
55 the `sg_adm` field of `struct sgrp`.
67 `sg_passwd` field of `struct sgrp` (and `gr_passwd` of `struct group` in a
106 ## Mapping to `struct group` and `struct sgrp`
108 When mapping classic UNIX group records (i.e. `struct group` and `struct sgrp`)
117 | `struct sgrp` | `sg_namp` | `regular` | `groupName` | |
118 | `struct sgrp` | `sg_passwd` | `privileged` | `password` | (See notes below) |
119 | `struct sgrp` | `sg_adm` | `regular` | `administrators` | |
120 | `struct sgrp` | `sg_mem` | `regular` | `members` | |
124 is stored in the shadow entry `struct sgrp`'s field `sg_passwd`.