aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/install/base/ldap/mayor-slapd.conf
blob: d64f6623e03dc0e3cb9ba8208458ffa8b881fac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 
# Slapd Config File (example)
# Fontosabb beállítások
#

# mayor objectum schemák
include         "/etc/ldap/mayor/schema/mayor.schema"

# Backend típusa (alapértelmezett az ldbm)
database        bdb

# Az alap könyvtár (az iskola egyedi azonosítója)
suffix          "%BASEDN%"

# Az adatbázis file-ok fizikai helye
directory       "/var/lib/ldap/%ORGANIZATION%"

# Az eltárolt entry-k száma és az index-file-onkénti tár terület
# Olvasd el: http://k12linux.mesd.k12.or.us/ldap/performance.html
cachesize 10000

#       dbcachesize <integer>
#              Specify the size in bytes of the in-memory cache associated with
#              each  open  index  file.   If  not  supported  by the underlying
#              database method, this option is ignored  without  comment.   The
#              default is 100000 bytes.
#dbcachesize 1048576

# Indexek
index   objectClass,uid		pres,eq
index   cn          		pres,eq,sub
index   uidNumber,gidNumber     eq

# Jogosultságok
include "/etc/ldap/mayor/access-control/mayor.acl"

# Adminisztrátori jogok
access to *
    by dn="uid=admin,%BASEDN%" write
    by group/mayorGroup/member="cn=useradmin,ou=Groups,%BASEDN%" write
    by * read