diff options
author | James Peach <jpeach@samba.org> | 2007-06-02 21:13:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:33 -0500 |
commit | bb77a4a3f958906bf5b213edd2ba1cc7a3849d50 (patch) | |
tree | d403c1a73a23f49285da49af16488b8f5ffc0e44 | |
parent | 918cbc36777eda4b1d7905275659690fe63cda81 (diff) | |
download | samba-bb77a4a3f958906bf5b213edd2ba1cc7a3849d50.tar.gz samba-bb77a4a3f958906bf5b213edd2ba1cc7a3849d50.tar.bz2 samba-bb77a4a3f958906bf5b213edd2ba1cc7a3849d50.zip |
Document the "winbind:rpc only" parameter.
(This used to be commit ebb336f2efd672034c58e57aff5462b3df69296c)
-rw-r--r-- | docs/manpages-3/winbindd.8.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml index c4e72a8ff8..d377a3f5f0 100644 --- a/docs/manpages-3/winbindd.8.xml +++ b/docs/manpages-3/winbindd.8.xml @@ -248,6 +248,12 @@ hosts: files wins <smbconfoption name="template shell"/></para></listitem> <listitem><para> <smbconfoption name="winbind use default domain"/></para></listitem> + <listitem><para> + <smbconfoption name="winbind: rpc only"/> + Setting this parameter forces winbindd to use RPC + instead of LDAP to retrieve information from Domain + Controllers. + </para></listitem> </itemizedlist> </refsect1> |