diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-21 17:32:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-21 17:32:14 +0000 |
commit | e315a84c19dbe522662c8ce1f01a2f77b5381941 (patch) | |
tree | 44446b1db4558cf932acfae847dc8fa55dd6534f | |
parent | 90e65e7ac7b365a898a620d2dc4de1643e41cbf7 (diff) | |
download | samba-e315a84c19dbe522662c8ce1f01a2f77b5381941.tar.gz samba-e315a84c19dbe522662c8ce1f01a2f77b5381941.tar.xz samba-e315a84c19dbe522662c8ce1f01a2f77b5381941.zip |
document nisplus sam
(This used to be commit debf77cd3a7a48ad833255c42917d7e7660d3d15)
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/smb.conf.5 | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 9dc3ae3bbf3..251341dbb1a 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -5344,6 +5344,8 @@ <para>See also <link linkend="NONUNIXACCOUNTRANGE"> <parameter>non unix account range</parameter></link></para></listitem> + <listitem><para><command>nisplussam</command> - The NIS+ based passdb backend. Takes name NIS domain as an optional argument. Only works with sun NIS+ servers. </para></listitem> + <listitem><para><command>plugin</command> - Allows Samba to load an arbitary passdb backend from the .so specified as a compulsary argument. </para> diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 89183254289..71281143a4f 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMB.CONF" "5" "20 August 2002" "" "" +.TH "SMB.CONF" "5" "22 augustus 2002" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -3396,7 +3396,7 @@ The default is to match the login name with the uid attribute for all entries matching the sambaAccount objectclass. Note that this filter should only return one entry. -Default : \fBldap filter = (&(uid=%u)(objectclass=sambaAccount))\fR +Default : \fBldap filter = (%u)(objectclass=sambaAccount))\fR .TP \fBldap ssl (G)\fR This option is used to define whether or not Samba should @@ -4860,6 +4860,9 @@ backend, with non unix account support. Takes an LDAP URL as an optional argume See also \fInon unix account range\fR .TP 0.2i \(bu +\fBnisplussam\fR - The NIS+ based passdb backend. Takes name NIS domain as an optional argument. Only works with sun NIS+ servers. +.TP 0.2i +\(bu \fBplugin\fR - Allows Samba to load an arbitary passdb backend from the .so specified as a compulsary argument. |