Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# See libuser.conf(5) for more information.
2
 
3
# Do not modify the default module list if you care about unattended calls
4
# to programs (i.e., scripts) working!
5
 
6
[import]
7
# Data from these files is used when libuser.conf does not define a value.
8
# The mapping is documented in the man page.
9
login_defs = /etc/login.defs
10
default_useradd = /etc/default/useradd
11
 
12
[defaults]
13
# The default (/usr/lib*/libuser) is usually correct
14
# moduledir = /your/custom/directory
15
 
16
# The following variables are usually imported:
17
# skeleton = /etc/skel
18
# mailspooldir = /var/mail
19
 
20
crypt_style = sha512
21
modules = files shadow
22
create_modules = files shadow
23
# modules = files shadow ldap
24
# create_modules = ldap
25
 
26
[userdefaults]
27
LU_USERNAME = %n
28
# LU_UIDNUMBER = 500
29
LU_GIDNUMBER = %u
30
# LU_USERPASSWORD = !!
31
# LU_GECOS = %n
32
# LU_HOMEDIRECTORY = /home/%n
33
# LU_LOGINSHELL = /bin/bash
34
 
35
# LU_SHADOWNAME = %n
36
# LU_SHADOWPASSWORD = !!
37
# LU_SHADOWLASTCHANGE = %d
38
# LU_SHADOWMIN = 0
39
# LU_SHADOWMAX = 99999
40
# LU_SHADOWWARNING = 7
41
# LU_SHADOWINACTIVE = -1
42
# LU_SHADOWEXPIRE = -1
43
# LU_SHADOWFLAG = -1
44
 
45
[groupdefaults]
46
LU_GROUPNAME = %n
47
# LU_GIDNUMBER = 500
48
# LU_GROUPPASSWORD = !!
49
# LU_MEMBERUID =
50
# LU_ADMINISTRATORUID =
51
 
52
[files]
53
# This is useful for the case where some master files are used to
54
# populate a different NSS mechanism which this workstation uses.
55
# directory = /etc
56
 
57
[shadow]
58
# This is useful for the case where some master files are used to
59
# populate a different NSS mechanism which this workstation uses.
60
# directory = /etc
61
 
62
[ldap]
63
# Setting these is always necessary.
64
# server = ldap
65
# basedn = dc=example,dc=com
66
 
67
# Setting these is rarely necessary, since it's usually correct.
68
# userBranch = ou=People
69
# groupBranch = ou=Group
70
 
71
# Set only if your administrative user uses simple bind operations to
72
# connect to the server.
73
# binddn = cn=Manager,dc=example,dc=com
74
 
75
# Set this only if the default user (as determined by SASL) is incorrect
76
# for SASL bind operations.  Usually, it's correct, so you'll rarely need
77
# to set these.
78
# user = Manager
79
# authuser = Manager
80
 
81
[sasl]
82
# Set these only if your sasldb is only used by a particular application, and
83
# in a particular domain.  The default (all applications, all domains) is
84
# probably correct for most installations.
85
# appname = imap
86
# domain = EXAMPLE.COM