]> sourceware.org Git - newlib-cygwin.git/commitdiff
* faq-using.xml (faq.using.sshd-in-domain): Document autoload error
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Feb 2012 10:04:16 +0000 (10:04 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Feb 2012 10:04:16 +0000 (10:04 +0000)
1114 when loading user32.dll as potential problem when not using
a domain service account.

winsup/doc/ChangeLog
winsup/doc/faq-using.xml

index a74bd0d8f929ea2c9f7f8c7db2b93ec9bfd47bcf..8d9c9668f2d661415bdc5fe8379c14cdb14a68ff 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-08  Corinna Vinschen  <corinna@vinschen.de>
+
+       * 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.
+
 2012-02-05  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.sgml (ov-new1.7.10): Fix typo.
index a864675bf5bbcc53802c86c8b66d6011174017fe..4902157ed8fd9e0bc6ed688f19f2df0a2bb678c8 100644 (file)
@@ -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>
This page took 0.037425 seconds and 5 git commands to generate.