Searched refs:shadow (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/loginutils/ |
D | Config.src | 9 bool "Support shadow passwords" 12 Build support for shadow password in /etc/shadow. This file is only 42 bool "Use internal shadow password functions" 46 If you leave this disabled, busybox will use the system's shadow 50 order for the shadow password functions to work. This generally 54 system's /etc/shadow file when handling shadow passwords. This 57 able to use PAM to access shadow passwords from remote LDAP 88 in your /etc/passwd or /etc/shadow files. These passwords
|
/busybox-1.35.0/libbb/ |
D | update_passwd.c | 108 const char *shadow = strstr(filename, "shadow"); in update_passwd() local 110 # define shadow NULL in update_passwd() macro 125 if (shadow) in update_passwd() 130 if (shadow) in update_passwd() 273 if (shadow && *cp == ':') { in update_passwd()
|
/busybox-1.35.0/testsuite/ |
D | makedevs.device_table.txt | 43 ###/etc/shadow f 600 0 0 - - - - -
|
/busybox-1.35.0/docs/ |
D | busybox_footer.pod | 12 directly access the /etc/passwd, /etc/group, and /etc/shadow files without
|
/busybox-1.35.0/ |
D | README | 10 sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The utilities
|
D | TODO | 71 sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The resulting
|
/busybox-1.35.0/configs/ |
D | android_defconfig | 68 # -Werror=sequence-point -Wstrict-aliasing=2 -Wno-undef -Wno-shadow
|