server/test/data/sources_ldap1
brancholdstable
changeset 7074 e4580e5f0703
parent 6749 48f468f33704
parent 7073 4ce9e536dd66
child 7078 bad26a22fe29
child 7083 b8e35cde46e9
equal deleted inserted replaced
6749:48f468f33704 7074:e4580e5f0703
     1 [system]
       
     2 adapter=native
       
     3 # database driver (postgres or sqlite)
       
     4 db-driver=sqlite
       
     5 # database host
       
     6 db-host=
       
     7 # database name
       
     8 db-name=tmpdb
       
     9 # database user
       
    10 db-user=admin
       
    11 # database password
       
    12 db-password=gingkow
       
    13 # database encoding
       
    14 db-encoding=utf8
       
    15 
       
    16 [admin]
       
    17 login = admin
       
    18 password = gingkow
       
    19 
       
    20 [ldapuser]
       
    21 adapter=ldapuser
       
    22 # ldap host
       
    23 host=ldap1
       
    24 # base DN to lookup for usres
       
    25 user-base-dn=ou=People,dc=logilab,dc=fr
       
    26 # user search scope
       
    27 user-scope=ONELEVEL
       
    28 # classes of user
       
    29 user-classes=top,posixAccount
       
    30 # attribute used as login on authentication
       
    31 user-login-attr=uid
       
    32 # name of a group in which ldap users will be by default
       
    33 user-default-group=users
       
    34 # map from ldap user attributes to cubicweb attributes
       
    35 user-attrs-map=gecos:email,uid:login