4 |
- |
1 |
##############################################################
|
|
|
2 |
# UNIX USER PLUGIN SETTINGS
|
|
|
3 |
#
|
|
|
4 |
# Any of these directives that are required, are only required if the
|
|
|
5 |
# userplugin parameter is set to unix.
|
|
|
6 |
|
|
|
7 |
# Charset used in /etc/passwd for the fullname of a user. Normally this
|
|
|
8 |
# is us-ascii, but this can differ according to your setup.
|
|
|
9 |
# The charset specified here must be supported by your iconv(1)
|
|
|
10 |
# setup. See iconv -l for all charsets.
|
|
|
11 |
fullname_charset = iso-8859-15
|
|
|
12 |
|
|
|
13 |
# Default email domain for constructing new users
|
|
|
14 |
# Required, no default
|
|
|
15 |
default_domain = ujsoftware.com
|
|
|
16 |
|
|
|
17 |
# The lowest user id that is considered a regular user
|
|
|
18 |
# Optional, default = 1000
|
|
|
19 |
min_user_uid = 1000
|
|
|
20 |
|
|
|
21 |
# The highest user id that is considered a regular user
|
|
|
22 |
# Optional, default = 10000
|
|
|
23 |
max_user_uid = 10000
|
|
|
24 |
|
|
|
25 |
# A list of user ids that are not considered to be regular users
|
|
|
26 |
# Optional, default = empty
|
|
|
27 |
# except_user_uids =
|
|
|
28 |
|
|
|
29 |
# The lowest group id that is considered a regular group
|
|
|
30 |
# Optional, default = 1000
|
|
|
31 |
min_group_gid = 1000
|
|
|
32 |
|
|
|
33 |
# The highest group id that is considered a regular group
|
|
|
34 |
# Optional, default = 10000
|
|
|
35 |
max_group_gid = 10000
|
|
|
36 |
|
|
|
37 |
# A list of group ids that are not considered to be regular groups
|
|
|
38 |
# Optional, default = empty
|
|
|
39 |
# except_group_gids =
|
|
|
40 |
|
|
|
41 |
# Create a user as non-active when it has this unix shell
|
|
|
42 |
non_login_shell = /bin/false
|