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

« back to all changes in this revision

Viewing changes to tests/config_override.conf.in

  • 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
[defaults]
 
2
# non-portable
 
3
moduledir = @TOP_BUILDDIR@/modules/.libs
 
4
modules = files shadow
 
5
create_modules = files shadow
 
6
mailspooldir = /overridden/mailspooldir
 
7
crypt_style = des
 
8
skeleton = /overridden/skeleton
 
9
 
 
10
[import]
 
11
login_defs = @SRCDIR@/config_login.defs
 
12
default_useradd = @SRCDIR@/config_default_useradd
 
13
 
 
14
[groupdefaults]
 
15
LU_GIDNUMBER = 4242
 
16
 
 
17
[userdefaults]
 
18
LU_SHADOWMAX = 4243
 
19
# LU_SHADOWMIN
 
20
sp_min = 4244
 
21
LU_SHADOWWARNING = 4245
 
22
# LU_UIDNUMBER
 
23
pw_uid = 4246
 
24
 
 
25
LU_SHADOWEXPIRE = 4247
 
26
LU_GIDNUMBER = 4248
 
27
# LU_SHADOWINACTIVE
 
28
sp_inact = 4249
 
29
LU_LOGINSHELL = /overridden/shell
 
30
 
 
31
[files]
 
32
nonroot = yes
 
33
 
 
34
[shadow]
 
35
nonroot = yes