Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-08 14:04:16 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-02-08 14:04:16 +0400
commitdbf404f2582ba9f0dc9a78dd2d711a6a76be6069 (patch)
tree764fa7f08150dc4c2dae97113840cfb37ef879c5 /winsup/doc/faq-using.xml
parentb23ef0bc0aa1da5638b43f966fd4bd42f6160f81 (diff)
* faq-using.xml (faq.using.sshd-in-domain): Document autoload error
1114 when loading user32.dll as potential problem when not using a domain service account.
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r--winsup/doc/faq-using.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index a864675bf..4902157ed 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -986,8 +986,18 @@ environment variable option "winsymlinks"
<para>
If you want to be able to logon with domain accounts to a domain member
machine, you should make sure that the "cyg_server" account under which
-the sshd service is usually running, is a domain account as well. Here's
-how you set this up.
+the sshd service is usually running, is a domain account. Otherwise you
+might end up with weird problems. For instance, sshd might fail to load
+the child process when trying to login with a domain account. A potential,
+confirmed error message is
+</para>
+
+<screen>
+ *** fatal error - unable to load user32.dll, Win32 error 1114
+</screen>.
+
+<para>
+Here's how you set up a sshd with a domain service account.
</para>
<para>