]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add documentation for 'winbind:rpc only' in smb.conf manpage.
authorKarolin Seeger <ks@samba.org>
Mon, 4 Jun 2007 10:40:47 +0000 (10:40 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:33 +0000 (08:47 -0500)
@Jerry: Please revert if your are not content with this.
'ldapsam:trusted and 'ldapsam:editposix' are described in the smb.conf manpage, too.

docs/smbdotconf/winbind/winbindrpconly.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/winbind/winbindrpconly.xml b/docs/smbdotconf/winbind/winbindrpconly.xml
new file mode 100644 (file)
index 0000000..fcde2c1
--- /dev/null
@@ -0,0 +1,16 @@
+<samba:parameter name="winbind:rpc only"
+       context="G"
+       type="string"
+                advanced="1" developer="0"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+
+       <para>
+       Setting this parameter to <value type="example">yes</value> forces 
+       winbindd to use RPC instead of LDAP to retrieve information from Domain
+        Controllers.
+       </para>
+       
+</description>
+<value type="default">no</value>
+</samba:parameter>