diff options
author | Karolin Seeger <ks@samba.org> | 2007-06-04 10:40:47 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:33 -0500 |
commit | 8bcf1008b0ec0c672eac6e002c068358b36d2a79 (patch) | |
tree | 897df9ce76a3d9b2013b667613ee9eb9137bdacf /docs/smbdotconf | |
parent | fec0fe1adbf63474e5345f48d0754c6f78282e11 (diff) | |
download | samba-8bcf1008b0ec0c672eac6e002c068358b36d2a79.tar.gz samba-8bcf1008b0ec0c672eac6e002c068358b36d2a79.tar.bz2 samba-8bcf1008b0ec0c672eac6e002c068358b36d2a79.zip |
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 92ce57aae00a536ef29ec305e04c02cbe7ff3ed6)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/winbind/winbindrpconly.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/winbindrpconly.xml b/docs/smbdotconf/winbind/winbindrpconly.xml new file mode 100644 index 0000000000..fcde2c10aa --- /dev/null +++ b/docs/smbdotconf/winbind/winbindrpconly.xml @@ -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> |