~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

Viewing changes to libuser.conf

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2006-09-03 21:58:15 UTC
  • mto: (2.1.1 edgy) (1.1.5 upstream) (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060903215815-rtvvfzhaer8ymyp4
Tags: upstream-0.54.6-2.1.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.6-2.1.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = md5
 
21
modules = files shadow
 
22
create_modules = files shadow
 
23
# modules = files shadow ldap krb5
 
24
# create_modules = ldap krb5
 
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
[krb5]
 
82
# Set this only if it differs from the default in /etc/krb5.conf.
 
83
# realm = EXAMPLE.COM
 
84
# Set this only if the default (currentuser/admin) will be incorrect.
 
85
# principal = example/admin@EXAMPLE.COM
 
86
 
 
87
[sasl]
 
88
# Set these only if your sasldb is only used by a particular application, and
 
89
# in a particular domain.  The default (all applications, all domains) is
 
90
# probably correct for most installations.
 
91
# appname = imap
 
92
# domain = EXAMPLE.COM