- added encryption key

This commit is contained in:
steinm 2012-08-31 07:47:07 +00:00
parent f14c15ee50
commit 1ce0bcc831

View File

@ -90,6 +90,7 @@
- passwordExpiration: number of days after password expires - passwordExpiration: number of days after password expires
- passwordHistory: number of remembered passwords - passwordHistory: number of remembered passwords
- passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced) - passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
- encryptionKey: arbitrary string used for creating identifiers
--> -->
<authentication <authentication
enableGuestLogin = "false" enableGuestLogin = "false"
@ -102,6 +103,7 @@
passwordHistory="0" passwordHistory="0"
passwordStrengthAlgorithm="simple" passwordStrengthAlgorithm="simple"
loginFailure="0" loginFailure="0"
encryptionKey=""
> >
<connectors> <connectors>
<!-- ***** CONNECTOR LDAP ***** <!-- ***** CONNECTOR LDAP *****