Added a Common Error.
authorJohn Terpstra <jht@samba.org>
Tue, 27 May 2003 17:33:12 +0000 (17:33 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 27 May 2003 17:33:12 +0000 (17:33 +0000)
(This used to be commit e87cf7d65cc415a88fe0215b29b2cd7e24fb779b)

docs/docbook/projdoc/ServerType.xml

index 056d6227acca84b763f7caaa7d1a3fbc3d638b02..aa90f823348150051b6178af1c94ed7b4c2e109e 100644 (file)
@@ -617,6 +617,25 @@ makes Samba act as a domain member. Read the manufacturers manual before the war
 
 </sect2>
 
+
+<sect2>
+<title>Constantly Losing Connections to Password Server</title>
+
+<para>
+Why does server_validate() simply give up rather than re-establishing its connection to the
+password server?  Though I am not fluent in the SMB protocol, perhaps the cluster server
+process passes along to its client workstation the session key it receives from the password
+server, which means the password hashes submitted by the client would not work on a subsequent
+connection, whose session key would be different.  So server_validate() must give up.
+</para>
+
+<para>
+Indeed. That's why security = server is at best a nasty hack. Please use security = domain.
+<parameter>security = server<parameter> mode is also known as pass-through authentication.
+</para>
+
+</sect2>
+
 </sect1>
 
 </chapter>