Revision 03c526b3
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
config/lx_office.conf.default | ||
---|---|---|
29 | 29 |
# location of history file for permanent history |
30 | 30 |
history_file = users/console_history |
31 | 31 |
|
32 |
# Settings used when the user changes his/her password. All options |
|
33 |
# default to no restriction if unset. |
|
34 |
[password_policy] |
|
35 |
# Minimum length in number of characters. |
|
36 |
min_length = |
|
37 |
# Maximum length in number of characters. |
|
38 |
max_length = |
|
39 |
# Require a lowe-case character? |
|
40 |
require_lowercase = |
|
41 |
# Require an upper-case character? |
|
42 |
require_uppercase = |
|
43 |
# Require a digit? |
|
44 |
require_digit = |
|
45 |
# Require a special char? Special chars are the following: |
|
46 |
# ! " # $ % & ' ( ) * + , - . : ; < = > ? @ [ \ ] ^ _ { | } |
|
47 |
require_special_character = |
|
48 |
# Optional list of valid characters. Spaces are ignored. If set then |
|
49 |
# the password must only consist of these characters. |
|
50 |
valid_characters = |
|
51 |
# Optional list of invalid characters. Spaces are ignored. |
|
52 |
invalid_characters = |
|
53 |
# Whether or not to check the policy if the password is set from the |
|
54 |
# user administration. |
|
55 |
disable_policy_for_admin = |
|
56 |
|
|
32 | 57 |
[debug] |
33 | 58 |
# Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE |
34 | 59 |
# will be replaced by the file name configured for $::lxdebug. |
Auch abrufbar als: Unified diff
Eine Klasse zur Überprüfung der Passwortrichtlinie
Conflicts: