Ignore:
Timestamp:
Jan 15, 2010, 8:21:06 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.10 (docs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs/htmldocs/manpages/idmap_ldap.8.html

    r218 r368  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>idmap_ldap</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="idmap_ldap.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>idmap_ldap &#8212; Samba's idmap_ldap Backend for Winbind</p></div><div class="refsynopsisdiv"><h2>DESCRIPTION</h2><p>The idmap_ldap plugin provides a means for Winbind to
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>idmap_ldap</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.7"><h2>DESCRIPTION</h2><p>The idmap_ldap plugin provides a means for Winbind to
    22        store and retrieve SID/uid/gid mapping tables in an LDAP directory
    33        service.
     
    2020        should have the same range as the default range, since it needs
    2121        to use the global uid / gid allocator. See the example below.
    22         </p></div><div class="refsect1" lang="en"><a name="id2522958"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">ldap_base_dn = DN</span></dt><dd><p>
     22        </p></div><div class="refsect1" "></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">ldap_base_dn = DN</span></dt><dd><p>
    2323                        Defines the directory base suffix to use when searching for
    2424                        SID/uid/gid mapping entries.  If not defined, idmap_ldap will default
     
    3737                        "idmap uid" and "idmap gid" options
    3838                        from smb.conf.
    39                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483397"></a><h2>IDMAP ALLOC OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">ldap_base_dn = DN</span></dt><dd><p>
     39                </p></dd></dl></div></div><div class="refsect1" "></a><h2>IDMAP ALLOC OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">ldap_base_dn = DN</span></dt><dd><p>
    4040                        Defines the directory base suffix under which new SID/uid/gid mapping
    4141                        entries should be stored.  If not defined, idmap_ldap will default
     
    4848                        be sent.  If not defined, idmap_ldap will assume that ldap://localhost/
    4949                        should be used.
    50                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483567"></a><h2>EXAMPLES</h2><p>
     50                </p></dd></dl></div></div><div class="refsect1" "></a><h2>EXAMPLES</h2><p>
    5151        The follow sets of a LDAP configuration which uses two LDAP
    5252        directories, one for storing the ID mappings and one for retrieving
     
    6161        idmap alloc config : ldap_url   = ldap://id-master/
    6262        idmap alloc config : ldap_base_dn = ou=idmap,dc=example,dc=com
    63         </pre></div><div class="refsynopsisdiv"><h2>NOTE</h2><p>In order to use authentication against ldap servers you may
     63        </pre></div><div class="refsynopsisdiv"><h2>NOTE</h2><p>In order to use authentication against ldap servers you may
    6464        need to provide a DN and a password. To avoid exposing the password
    6565        in plain text in the configuration file we store it into a security
    6666        store. The "net idmap " command is used to store a secret
    6767        for the DN specified in a specific idmap domain.
    68         </p></div><div class="refsect1" lang="en"><a name="id2483605"></a><h2>AUTHOR</h2><p>
     68        </p></div><div class="refsect1" "></a><h2>AUTHOR</h2><p>
    6969        The original Samba software and related utilities
    7070        were created by Andrew Tridgell. Samba is now developed
Note: See TracChangeset for help on using the changeset viewer.