From 88f780f0cfe16d2155f68a44122974b96e25d555 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 31 Mar 2003 01:57:15 +0000 Subject: updated passdb backend parameter (This used to be commit 36a1fea696ca2c729c0f2e71d4587fafdc3daf94) --- docs/htmldocs/smb.conf.5.html | 82 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 68 insertions(+), 14 deletions(-) (limited to 'docs/htmldocs/smb.conf.5.html') diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 9c1ee7a67b..4f02951a9c 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -1591,6 +1591,30 @@ CLASS="PARAMETER" >
  • ldap delete dn

  • ldap del only sam attr

  • COMPLETE LIST OF SERVICE PARAMETERS

    EXPLANATION OF EACH PARAMETER

    ldap admin dn (G)

    The The ldap admin dnsmbpasswd(8) man - page for more information on how to accmplish this. + page for more information on how to accomplish this. +

    >ldap del only sam attr (G)

    This parameter specifies whether a delete + operation in the ldapsam deletes the complete entry or only the attributes + specific to Samba.

    Default : noneldap delete dn = no

    >ldap del only sam attr (G)

    Inverted synonym for ldap delete dn. +

    ldap filter (G)
    unixsam - Allows samba to map all (other) available unix users

    - (EXPERIMENTAL) Allows samba to map all (other) available unix users

    This backend uses the standard unix database for retrieving users. Users included in this pdb are NOT listed in samba user listings and users included in this pdb won't be @@ -13743,17 +13797,17 @@ CLASS="COMMAND" >

    Default: passdb backend = smbpasswd unixsampassdb backend = smbpasswd guest

    Example: passdb backend = tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd unixsampassdb backend = tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd

    Example: passdb backend = ldapsam_nua:ldaps://ldap.example.com unixsampassdb backend = ldapsam_nua:ldaps://ldap.example.com

    Example: and so may resolved by any method and order described in that parameter.

    The password server much be a machine capable of using +>The password server must be a machine capable of using the "LM1.2X002" or the "NT LM 0.12" protocol, and it must be in user level security mode.

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR