* 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.
This commit is contained in:
parent
b23ef0bc0a
commit
dbf404f258
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue