Author: kseeger Date: 2007-06-04 10:40:47 +0000 (Mon, 04 Jun 2007) New Revision: 1120
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1120 Log: 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. Added: trunk/smbdotconf/winbind/winbindrpconly.xml Changeset: Added: trunk/smbdotconf/winbind/winbindrpconly.xml =================================================================== --- trunk/smbdotconf/winbind/winbindrpconly.xml 2007-06-04 09:51:07 UTC (rev 1119) +++ trunk/smbdotconf/winbind/winbindrpconly.xml 2007-06-04 10:40:47 UTC (rev 1120) @@ -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>
