From dbf404f2582ba9f0dc9a78dd2d711a6a76be6069 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 8 Feb 2012 10:04:16 +0000 Subject: [PATCH] * 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. --- winsup/doc/ChangeLog | 6 ++++++ winsup/doc/faq-using.xml | 14 ++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index a74bd0d8f..8d9c9668f 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-02-08 Corinna Vinschen + + * 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 * new-features.sgml (ov-new1.7.10): Fix typo. 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" 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 + + + + *** fatal error - unable to load user32.dll, Win32 error 1114 +. + + +Here's how you set up a sshd with a domain service account.