-
Notifications
You must be signed in to change notification settings - Fork 7
/
authentication.conf
50 lines (45 loc) · 1.35 KB
/
authentication.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Version 9.4.0
# DO NOT EDIT THIS FILE!
# Changes to default files will be lost on update and are difficult to
# manage and support.
#
# Please make any changes to system defaults by overriding them in
# apps or $SPLUNK_HOME/etc/system/local
# (See "Configuration file precedence" in the web documentation).
#
# To override a specific setting, copy the name of the stanza and
# setting to the file where you wish to override it.
#
# This file configures authentication.
[authentication]
authType = Splunk
authTypePreferredForUserCollision = Splunk
passwordHashAlgorithm = SHA512-crypt
# Note: the caching specified in this stanza only applies to scripted authentication.
# If you are using scripted authentication, you can override these cache timing values in
# your $SPLUNK_HOME/etc/system/local/authentication.conf
[cacheTiming]
userLoginTTL = 0
userInfoTTL = 10
[secrets]
filename = gnome_keyring.py
python.version = latest
namespace = splunk
[splunk_auth]
minPasswordLength = 8
minPasswordUppercase = 0
minPasswordLowercase = 0
minPasswordSpecial = 0
minPasswordDigit = 0
expirePasswordDays = 90
expireAlertDays = 15
expireUserAccounts = false
forceWeakPasswordChange = false
lockoutUsers = true
lockoutAttempts = 5
lockoutThresholdMins = 5
lockoutMins = 30
enablePasswordHistory = false
passwordHistoryCount = 24
constantLoginTime = 0
verboseLoginFailMsg = true