You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
51 lines
1.4 KiB
# Version 9.2.2.20240415
|
|
# 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
|
|
|