Statistics
| Branch: | Revision:

m2u-upass-ws / resources / upass.cfg @ 103:70a326d0db03

History | View | Annotate | Download (1.18 KB)

1 0:53910be9bd5d hadi
# NOTE:
2
# Make sure there is no tailing space at the parameter, eg "...=3" and not "...=3  "
3
# Tailing space will cause "ERR: property Not Found" exception.
4
#
5
# log
6
LOG_LEVEL=0
7
8
# Password Expiry
9
# expiry=0 denotes no expiry date
10
# If the expiry_day change after operation, the users created/changed password before this
11
# parameter change will not take effect.
12
#
13
# Password Complexity set to 1 denotes the password must consists of:
14
# at least an upper case [A..Z] and at least a lower case [a..z] and at least a numeric [0..9] and
15
# at least a special character [!@#$%^&*()_+<>?]
16
#
17
PASSWORD_MAX_ERROR=2
18
PASSWORD_GENERAION=3
19
PASSWORD_EXPIRY_DAY=0
20
PASSWORD_MIN_LENGTH=4
21
PASSWORD_COMPLEXITY=0
22
23
# Suspend Root or Admin ID for max password error, in minute
24
SUPERVISOR_ID_SUSPEND=30
25
26
#TAC timeout in Sec
27
#TAC_DEFAULT_TIMEOUT denotes validity of life span in second for TAC
28
#TAC_LIFTSPAN_TIMEOUT denotes the validity of life span second after the 1st used
29
#TAC_REPEAT_TIMEOUT denotes the time in second allowed for next TAC generation
30
TAC_LIFTSPAN_TIMEOUT=7200
31
TAC_DEFAULT_TIMEOUT=300
32
TAC_MAX_ERROR=3
33
TAC_REPEAT_TIMEOUT=1
34
# 20090420 incorp max used of TAC
35
TAC_MAX_USE=3