Integrated mode
The integrated mode is the default setting when smart.finder is delivered.
In this mode, an access with administration rights and the role solrAdmin
can be defined.
To manage multiple users with these roles, link smart.finder to a product listed in the overview.
Set default passwords
For security reasons, the parameter security.user.admin.pw is not preset when smart.finder is delivered. To allow login to smart.finder, define it.
|
The following parameters can be changed in the global configuration.
security.user.admin.name
-
Name of the administrator user.
Default:
admin
security.user.admin.pw
-
Password of the administrator user.
The password can be configured in plain text or as a hash value (see
security.user.pwenc
).
security.user.pwenc
-
Hash algorithm of the user passwords.
In addition to plain text, various hash algorithms are available. We recommend encryption using
SHA-512
.Allowed values:
plain
,MD5
,SHA-1
,SHA-256
,SHA-512
Default:plain
Make sure that you set the correct value in security.user.use_mapped_pass
.
security.user.use_mapped_pass
-
Enables encryption using hash algorithms.
If the previously described passwords are stored in plain text, this value must be set to
false
. If a hash algorithm is used, set totrue
.Allowed values:
true
,false
Default:false