/[ludap]/ludap/etc/ludap.conf.dist
ViewVC logotype

Diff of /ludap/etc/ludap.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mose, Tue Aug 12 20:43:49 2003 UTC revision 1.4 by mose, Wed Aug 27 22:09:58 2003 UTC
# Line 1  Line 1 
1  # conf for LuDAP  site = LuDAP
2  # $Id$  logdir = logs
3    open = 0
4  [GLOBAL]  org = Annuaire
5  site      : LuDAP  bodyargs = onload="document.search.searchx.focus();" AUTOCOMPLETE="off"
6  version   : 0.3  enablemail = 0
7  logdir    : .  host = localhost
8  open      : 0  basedn = ou=people, o=org
9  org       : Annuaire  baseattr = cn
10    baseobj = top,person,organizationalPerson,inetOrgPerson
11  [LUDAP]  groupdn = ou=groups, o=org
12  host      : localhost  groupattr = member
13  basedn    : ou=People,dc=org  groupobj = top,groupOfNames
14  baseattr  : uid  membattr = cn
15  baseobj   : top,Individu  admingrp = admins
16  groupdn   : ou=Groups,dc=org  listattr = cn,l,o,ou
17  groupattr : member  maildn = ou=mail, o=org
18  groupobj  : top,groupofnames  mailattr = mail
19  membattr  : cn  mailobj = top,simpleMail
20  groupobj  : top,groupofNames  simple = cn,l,o,mail
 admingrp  : cn=admin,ou=Groups,dc=org  
 listattr  : uid,cn,l,o,ou  
 # ROU 20030303 pour la gestion des mails  
 maildn    : ou=Mail,dc=org  
 mailattr  : mail  
 mailobj   : top,simpleMail  
 # ROU 20030303  
   
 [LANGS]  
 fr : Français  
 en : English  
 es : Espanol  
 de : Deutsch  
   
 [SHELLS]  
 /bin/bash : bash  
 /usr/bin/zsh : zsh  
   
 [HUMAN]  
 uid                      : Login               | text,primary,mandatory  
 userpassword             : Mot de Passe        | text,md5  
 cn                       : Nom complet         | text,,mandatory  
 sn                       : Nom de famille      | text  
 givenname                : Prénom              | text  
 displayname              : Nom courant         | text  
 title                    : Fonction            | text,multi  
 o                        : Société             | text  
 ou                       : Département/secteur | text  
 telephonenumber          : Téléphone (bureau)  | text  
 facsimiletelephonenumber : Fax (bureau)        | text  
 homephone                : Téléphone Domicile  | text  
 mobile                   : Mobile              | text  
 postaladdress            : Adresse             | text  
 postalcode               : Code Postal         | text  
 l                        : Ville               | text  
 c                        : Pays                | text  
 mail                     : Adresse email       | text,multi  
 homeurl                  : Url                 | text,multi  
 preferredlanguage        : Langue              | list,langs  
 comment                  : Description         | text,big  
 uidnumber                : uid                 | text,noedit,increment  
 gidnumber                : gid                 | text,noedit,increment  
 homedirectory            : Home                | text,noedit,defaultdir  
 loginshell               : Shell               | list,shells  
 gecos                    : Gecos               | text  
 jpegphoto                : Photo               | image,,400000  
   
 [GROUP]  
 cn                       : Nom                 | text,primary,mandatory  
 member                   : Membres             | dn,multi,base  
 owner                    : Administrateur      | dn,multi,base  
 o                        : Organisation        | text  
 ou                       : Service             | text  
 description              : Description         | text,big  
   
 [LIST]  
 simple : uid,cn,l,o,mail  
   
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26