1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Add documentation for 'winbind:rpc only' in smb.conf manpage.

@Jerry: Please revert if your are not content with this.
'ldapsam:trusted and 'ldapsam:editposix' are described in the smb.conf manpage, too.
(This used to be commit 92ce57aae0)
This commit is contained in:
Karolin Seeger 2007-06-04 10:40:47 +00:00 committed by Gerald W. Carter
parent fec0fe1adb
commit 8bcf1008b0

View File

@ -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>