openHAB install after windows service feature install
This commit is contained in:
49
userdata/etc/org.apache.karaf.jaas.cfg
Normal file
49
userdata/etc/org.apache.karaf.jaas.cfg
Normal file
@@ -0,0 +1,49 @@
|
||||
## Standard settings of Karaf
|
||||
|
||||
#
|
||||
# Encryption prefix
|
||||
#
|
||||
encryption.prefix = {CRYPT}
|
||||
|
||||
#
|
||||
# Encryption suffix
|
||||
#
|
||||
encryption.suffix = {CRYPT}
|
||||
|
||||
#
|
||||
# Set the encryption algorithm to use in Karaf JAAS login module
|
||||
# Supported encryption algorithms follow:
|
||||
# MD2
|
||||
# MD5
|
||||
# SHA-1
|
||||
# SHA-256
|
||||
# SHA-384
|
||||
# SHA-512
|
||||
#
|
||||
encryption.algorithm = SHA-256
|
||||
|
||||
#
|
||||
# Encoding of the encrypted password.
|
||||
# Can be:
|
||||
# hexadecimal
|
||||
# base64
|
||||
#
|
||||
encryption.encoding = hexadecimal
|
||||
|
||||
##########################################################################
|
||||
##
|
||||
## Custom openHAB configuration
|
||||
|
||||
#
|
||||
# Boolean enabling / disabling encrypted passwords
|
||||
#
|
||||
encryption.enabled = true
|
||||
|
||||
#
|
||||
# Encryption Service name
|
||||
# the default one is 'basic'
|
||||
# a more powerful one named 'jasypt' is available
|
||||
# when installing the encryption feature
|
||||
#
|
||||
encryption.name = basic
|
||||
|
||||
Reference in New Issue
Block a user