aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
commit3e8669f3599c05797b907faac2d2a5fc8827902c (patch)
tree8a799cfbb3963a1da83b635df90638143b5bd078 /loginutils
parent08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff)
downloadbusybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index d3ad400a8..aca85a1ba 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -9,7 +9,7 @@ config FEATURE_SHADOWPASSWDS
9 bool "Support for shadow passwords" 9 bool "Support for shadow passwords"
10 default n 10 default n
11 help 11 help
12 Build support for shadow password in /etc/shadow. This file is only 12 Build support for shadow password in /etc/shadow. This file is only
13 readable by root and thus the encrypted passwords are no longer 13 readable by root and thus the encrypted passwords are no longer
14 publicly readable. 14 publicly readable.
15 15
@@ -18,17 +18,17 @@ config USE_BB_PWD_GRP
18 default n 18 default n
19 help 19 help
20 If you leave this disabled, busybox will use the system's password 20 If you leave this disabled, busybox will use the system's password
21 and group functions. And if you are using the GNU C library 21 and group functions. And if you are using the GNU C library
22 (glibc), you will then need to install the /etc/nsswitch.conf 22 (glibc), you will then need to install the /etc/nsswitch.conf
23 configuration file and the required /lib/libnss_* libraries in 23 configuration file and the required /lib/libnss_* libraries in
24 order for the password and group functions to work. This generally 24 order for the password and group functions to work. This generally
25 makes your embedded system quite a bit larger. 25 makes your embedded system quite a bit larger.
26 26
27 Enabling this option will cause busybox to directly access the 27 Enabling this option will cause busybox to directly access the
28 system's /etc/password, /etc/group files (and your system will be 28 system's /etc/password, /etc/group files (and your system will be
29 smaller, and I will get fewer emails asking about how glibc NSS 29 smaller, and I will get fewer emails asking about how glibc NSS
30 works). When this option is enabled, you will not be able to use 30 works). When this option is enabled, you will not be able to use
31 PAM to access remote LDAP password servers and whatnot. And if you 31 PAM to access remote LDAP password servers and whatnot. And if you
32 want hostname resolution to work with glibc, you still need the 32 want hostname resolution to work with glibc, you still need the
33 /lib/libnss_* libraries. 33 /lib/libnss_* libraries.
34 34
@@ -44,16 +44,16 @@ config USE_BB_SHADOW
44 depends on USE_BB_PWD_GRP && FEATURE_SHADOWPASSWDS 44 depends on USE_BB_PWD_GRP && FEATURE_SHADOWPASSWDS
45 help 45 help
46 If you leave this disabled, busybox will use the system's shadow 46 If you leave this disabled, busybox will use the system's shadow
47 password handling functions. And if you are using the GNU C library 47 password handling functions. And if you are using the GNU C library
48 (glibc), you will then need to install the /etc/nsswitch.conf 48 (glibc), you will then need to install the /etc/nsswitch.conf
49 configuration file and the required /lib/libnss_* libraries in 49 configuration file and the required /lib/libnss_* libraries in
50 order for the shadow password functions to work. This generally 50 order for the shadow password functions to work. This generally
51 makes your embedded system quite a bit larger. 51 makes your embedded system quite a bit larger.
52 52
53 Enabling this option will cause busybox to directly access the 53 Enabling this option will cause busybox to directly access the
54 system's /etc/shadow file when handling shadow passwords. This 54 system's /etc/shadow file when handling shadow passwords. This
55 makes your system smaller (and I will get fewer emails asking about 55 makes your system smaller (and I will get fewer emails asking about
56 how glibc NSS works). When this option is enabled, you will not be 56 how glibc NSS works). When this option is enabled, you will not be
57 able to use PAM to access shadow passwords from remote LDAP 57 able to use PAM to access shadow passwords from remote LDAP
58 password servers and whatnot. 58 password servers and whatnot.
59 59
@@ -66,7 +66,7 @@ config USE_BB_CRYPT
66 standard C library functions. 66 standard C library functions.
67 67
68 If you leave this disabled, busybox will use the system's 68 If you leave this disabled, busybox will use the system's
69 crypt functions. Most C libraries use large (~70k) 69 crypt functions. Most C libraries use large (~70k)
70 static buffers there, and also combine them with more general 70 static buffers there, and also combine them with more general
71 DES encryption/decryption. 71 DES encryption/decryption.
72 72
@@ -211,9 +211,9 @@ config PASSWD
211 select FEATURE_SUID 211 select FEATURE_SUID
212 select FEATURE_SYSLOG 212 select FEATURE_SYSLOG
213 help 213 help
214 passwd changes passwords for user and group accounts. A normal user 214 passwd changes passwords for user and group accounts. A normal user
215 may only change the password for his/her own account, the super user 215 may only change the password for his/her own account, the super user
216 may change the password for any account. The administrator of a group 216 may change the password for any account. The administrator of a group
217 may change the password for the group. 217 may change the password for the group.
218 218
219 Note that Busybox binary must be setuid root for this applet to 219 Note that Busybox binary must be setuid root for this applet to