Changeset 2502


Ignore:
Timestamp:
12/01/21 15:18:17 (2 years ago)
Author:
nanardon
Message:

improve ldap documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/man/man8/latmos-accounts-base-ldap.pod

    r2458 r2502  
    22 
    33=head1 DESCRIPTION 
     4 
     5=head1 OPENLDAP SETUP 
     6 
     7Some openldap schema are need to make LA to works: 
     8 
     9=head2 Mandatory Schema 
     10 
     11=over 4 
     12 
     13=item core.schema 
     14 
     15=item cosine.schema 
     16 
     17=item inetorgperson.schema 
     18 
     19=item misc.schema 
     20 
     21=item nis.schema 
     22 
     23=item openldap.schema 
     24 
     25=item samba.schema 
     26 
     27=back 
     28 
     29=head2 MODULE 
     30 
     31To be able to properly groupOfNames object you are encourage to load B<memberof.la> module 
    432 
    533=head1 SPECIFIC SETUP PARAMTERS 
     
    5684C<cn>. 
    5785 
     86=head1 SETUP EXAMPLE 
     87 
     88    [ldap] 
     89    type=ldap 
     90    server=ldap.domain 
     91    topdn=dc=domain 
     92    login = cn=root,dc=domain 
     93    password = myPass 
     94    user_container = ou=users 
     95    group_container = ou=groups 
     96    aliases_container = ou=aliases 
     97    onlyaddress_container = ou=addressbook 
     98    groupofnames_container = ou=groupofnames 
     99    ssl=1 
     100 
Note: See TracChangeset for help on using the changeset viewer.