diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-27 10:16:13 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-27 10:16:13 +0000 |
commit | 12ddd5e5b737d2ea0c8e5d8110371f5f507b20e9 (patch) | |
tree | 20db57b3ad46446762b2b0b587e27a13db6075bb /winsup | |
parent | ffb5ddd5658a4f8147eed914523ac4ca19e3f460 (diff) | |
download | newlib-12ddd5e5b737d2ea0c8e5d8110371f5f507b20e9.zip newlib-12ddd5e5b737d2ea0c8e5d8110371f5f507b20e9.tar.gz newlib-12ddd5e5b737d2ea0c8e5d8110371f5f507b20e9.tar.bz2 |
* utils.sgml (passwd -R): Remove references to CYGWIN="server".
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/utils.sgml | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index c67a94d..a21d0a9 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2009-03-26 Yaakov Selkowitz <yselkowitz@cygwin.com> + + * utils.sgml (passwd -R): Remove references to CYGWIN="server". + 2009-03-24 Corinna Vinschen <corinna@vinschen.de> * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf. diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index cffaa9d..8593bd3 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -933,8 +933,7 @@ operate on current user. System operations must not be mixed with user operations. Don't specify a USER when triggering a system operation. Don't specify a user or any other option together with the -R option. -Non-Admin users can only store their password if cygserver is running and -the CYGWIN environment variable is set to contain the word 'server'. +Non-Admin users can only store their password if cygserver is running. Note that storing even obfuscated passwords in the registry is not overly secure. Use this feature only if the machine is adequately locked down. Don't use this feature if you don't need network access within a remote @@ -1029,11 +1028,8 @@ privileged operation which only administrative accounts are allowed to do. If normal, non-admin users should be allowed to enter their passwords using <command>passwd -R</command>, it's required to run <command>cygserver</command> as a service under the LocalSystem account -and the environment variable CYGWIN -(see <xref linkend="using-cygwinenv"></xref>) -must be set to contain the "server" setting before running -<command>passwd -R</command>. This only affects storing passwords. -Using passwords in privileged processes does not require +before running <command>passwd -R</command>. This only affects storing +passwords. Using passwords in privileged processes does not require <command>cygserver</command> to run.</para> <para>Limitations: Users may not be able to change their password on |