summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-21 17:32:14 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-21 17:32:14 +0000
commitdebf77cd3a7a48ad833255c42917d7e7660d3d15 (patch)
tree80718d8c4ae98bd431d6d5a4c998557f301ea7e8 /docs
parent12fd889a3f0e3eeeb27a51cdd7f648a59083f2ba (diff)
downloadsamba-debf77cd3a7a48ad833255c42917d7e7660d3d15.tar.gz
document nisplus sam
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml2
-rw-r--r--docs/manpages/smb.conf.57
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.