From e315a84c19dbe522662c8ce1f01a2f77b5381941 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Aug 2002 17:32:14 +0000 Subject: document nisplus sam (This used to be commit debf77cd3a7a48ad833255c42917d7e7660d3d15) --- docs/docbook/manpages/smb.conf.5.sgml | 2 ++ docs/manpages/smb.conf.5 | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 9dc3ae3bbf..251341dbb1 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -5344,6 +5344,8 @@ See also non unix account range + nisplussam - The NIS+ based passdb backend. Takes name NIS domain as an optional argument. Only works with sun NIS+ servers. + plugin - Allows Samba to load an arbitary passdb backend from the .so specified as a compulsary argument. diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 8918325428..71281143a4 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.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. -- cgit