forked from jwinius/kladmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkladmin.conf
79 lines (62 loc) · 1.84 KB
/
kladmin.conf
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#
# kladmin v0.2.1 configuration file
#
# /etc/kladmin.conf
#
# While kladmin requires MIT Kerberos V to work, support for
# OpenLDAP and/or OpenAFS can be disabled. The default is "enabled"
# for both of them, but this can be changed to "disabled" if one or
# both are not in use.
#OPENLDAP enabled
OPENAFS disabled
# Arguments used for the apg tool. The default is
# -a0 -m8 -Mncl. Option -n1 is always used.
#
#APGARGS -a0 -m8 -Mncl
# Attributes to give Kerberos user accounts The default is
# -clearpolicy +requires_preauth.
#
#KRBOPT -clearpolicy +requires_preauth
# Minimum UID/GID number to use for LDAP and AFS accounts. The
# default is 10000.
#
IDMIN 10000
# Maximum UID/GID number to use for LDAP and AFS accounts. The
# default is 65535.
#
#IDMAX 65535
# DN, or partial DN, required for LDAP administrative access.
#
LDPADMIN cn=admin,dc=fet,dc=at
# LDAP organizational unit for user entries.
#
LDAPUPTH ou=wappler,dc=fet,dc=at
# LDAP organizational unit for group entries.
#
LDAPGPTH ou=gruppen,dc=fet,dc=at
# Structural object class type for LDAP UID entry. The default is
# person, but other possibilities include organizationalPerson and
# inetOrgPerson.
#
#OBJCL Person
# AFS partition. The default is /vicepa.
#
#AFSPRT /vicepa
# AFS server for read-write volumes.
#
AFSSRV klas1
# AFS servers for read-only volumes. Supports multiple
# host-name/partition-name combinations. No default values.
#
#AFSSRVRO klas2/vicepa klas3/vicepb klas4/vicepa
# AFS user volume quota in KB. The default is "0" (unlimited
# volume size). FYI: 1048576 KB = 1 GB.
#
#AFSQUO 0
# AFS permissions for users in their own user volumes. The default
# is all.
#
#AFSPRM all
# Column width of the uname/ID list overviews. The default is 15.
#
#CW 15