* cygserver.sgml: Document new feature to store hidden passwords

for seteuid.
This commit is contained in:
Corinna Vinschen 2008-12-02 17:32:38 +00:00
parent e39e660c54
commit 798afebc20
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-12-02 Corinna Vinschen <corinna@vinschen.de>
* cygserver.sgml: Document new feature to store hidden passwords
for seteuid.
2008-12-02 Corinna Vinschen <corinna@vinschen.de>
* ntsec.sgml: Finishing up changes for 1.7.

View File

@ -17,6 +17,14 @@
<listitem><para>XSI IPC Message Queues.</para></listitem>
<listitem><para>XSI IPC Semaphores.</para></listitem>
<listitem><para>XSI IPC Shared Memory.</para></listitem>
<listitem><para>Allows non-privileged users to store obfuscated
passwords in the registry to be used by <command>setuid</command> and
<command>seteuid</command> calls to create user tokens with network
credentials. This service is used by <command><link
linkend="passwd">passwd</link> -R</command>. Using the stored
passwords in <command>set(e)uid</command> does not require running
Cygserver. For details, see <xref linkend="ntsec-nopasswd3"></xref>.
</para></listitem>
</itemizedlist>
</sect2>