Searched refs:shadow (Results 1 – 19 of 19) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-54.sh | 10 -p LoadCredential=shadow:/etc/shadow \ 16 ( cat /etc/passwd /etc/shadow && echo -n wuff ) | cmp /tmp/ts54-concat
|
/systemd-251/docs/ |
D | CONVERTING_TO_HOMED.md | 11 via entries in `/etc/passwd`, `/etc/shadow`, `/etc/group` and 54 getent shadow foobar 57 This will tell you the `/etc/passwd` and `/etc/shadow` entries for your 60 [shadow(5)](http://man7.org/linux/man-pages/man5/shadow.5.html). 83 other lines unmodified). Similar for `/etc/shadow`, `/etc/group` (in case
|
D | GROUP_RECORD.md | 20 UNIX/glibc NSS `struct group`, or the shadow structure `struct sgrp`'s 122 At this time almost all Linux machines employ shadow passwords, thus the 124 is stored in the shadow entry `struct sgrp`'s field `sg_passwd`.
|
D | USER_RECORD.md | 109 stored in `/etc/shadow` in classic Linux user accounts, i.e. includes 216 `sp_namp` field of `struct spwd` (i.e. the shadow user record stored in 217 `/etc/shadow`). See [User/Group Name Syntax](USER_NAMES.md) for 281 spwd`, i.e. the matching field in the user shadow database `/etc/shadow`, 338 `struct spwd` (i.e. the `/etc/shadow` data for a user) being set to zero or 556 spwd` (i.e. the `/etc/shadow` entries of the user), but offers finer 619 takes the role of the `/etc/shadow` records for each user, which has similarly 1001 At this time almost all Linux machines employ shadow passwords, thus the 1003 is stored in the shadow entry `struct spwd`'s field `sp_pwdp`.
|
D | USER_NAMES.md | 42 * Upstream shadow-utils enforces the regular expression
|
D | USER_GROUP_API.md | 99 information from the shadow databases.
|
/systemd-251/src/sysusers/ |
D | sysusers.c | 521 _cleanup_fclose_ FILE *original = NULL, *shadow = NULL; in write_temporary_shadow() local 536 r = fopen_temporary_label("/etc/shadow", shadow_path, &shadow, &shadow_tmp); in write_temporary_shadow() 545 r = copy_rights_with_fallback(fileno(original), fileno(shadow), shadow_tmp); in write_temporary_shadow() 566 r = putspent_sane(sp, shadow); in write_temporary_shadow() 578 if (fchmod(fileno(shadow), 0000) < 0) in write_temporary_shadow() 626 r = putspent_sane(&n, shadow); in write_temporary_shadow() 634 r = putspent_sane(sp, shadow); in write_temporary_shadow() 648 r = fflush_sync_and_check(shadow); in write_temporary_shadow() 652 *tmpfile = TAKE_PTR(shadow); in write_temporary_shadow() 845 _cleanup_fclose_ FILE *passwd = NULL, *group = NULL, *shadow = NULL, *gshadow = NULL; in write_files() local [all …]
|
/systemd-251/src/firstboot/ |
D | firstboot.c | 796 _cleanup_fclose_ FILE *original = NULL, *shadow = NULL; in write_root_shadow() local 802 r = fopen_temporary_label("/etc/shadow", shadow_path, &shadow, &shadow_tmp); in write_root_shadow() 810 r = copy_rights(fileno(original), fileno(shadow)); in write_root_shadow() 821 r = putspent_sane(i, shadow); in write_root_shadow() 844 r = fchmod(fileno(shadow), 0000); in write_root_shadow() 848 r = putspent_sane(&root, shadow); in write_root_shadow() 853 r = fflush_sync_and_check(shadow); in write_root_shadow()
|
/systemd-251/test/ |
D | test-sysusers.sh.in | 17 rm -f $TESTDIR/etc/*{passwd,group,shadow} 18 for i in $1.initial-{passwd,group,shadow}; do
|
D | test-functions | 1739 inst /etc/shadow
|
/systemd-251/factory/etc/ |
D | nsswitch.conf | 5 shadow: compat systemd
|
/systemd-251/test/test-sysusers/ |
D | test-5.expected-group | 17 shadow:x:42:
|
D | test-5.input | 21 g shadow 42 -
|
/systemd-251/factory/etc/pam.d/ |
D | system-auth | 16 password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok
|
/systemd-251/mkosi.default.d/opensuse/ |
D | 10-mkosi.opensuse | 42 shadow
|
/systemd-251/ |
D | meson_options.txt | 302 description : 'support for shadow group')
|
D | meson.build | 453 ''', args: '-Werror=shadow', name : '-Werror=shadow with local shadowing') 454 add_project_arguments('-Werror=shadow', language : 'c')
|
D | NEWS | 1836 * nss-systemd now synthesizes user and group shadow records in addition 1838 systemd-homed are now accessible via the shadow database. 1845 NSS including the shadow databases. Since the full JSON user/group 10376 just that. systemd-sysusers now updates the shadow files as
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 127 KEYBOARD_KEY_f9=prog1 # Launch NTI shadow
|