DB Connection Information for Write Access

A DB Connection Information for Write Access is necessary in case the end user shall be able to save/change passwords in the WebOffice 10.9 R4 clients.

 

DB connection information for write access configuration

DB connection information for write access configuration

 

Property

Description

Minimal size

Minimal count of characters in a password. Space at the beginning or at the end are ignored. The maximal size is 64.

Minimal count of digits

Minimal count of digits in a password.

Minimal count of letters

Minimal count of letters in a password.

Minimal count of special characters

Minimal count of characters that are neither digits nor letters.

Differs from user id

Specifies whether the password has to differ from the user id (true) or not (false).

Maximum password age (in days)

Maximum password age (in days) determines how long users can keep a password before they have to change it. The aim is to periodically force users to change their passwords.

icon_comment

A value of zero specifies that passwords DO NOT expire!

DB-Connection parameter

Database Connection information is needed for WebOffice 10.9 R4 in order to read user role and access rights information from the user management database.

icon_cross-reference

See chapter Database Connections for details on database connections as well.

icon_comment

If you like to use a SQLite file as a user management database the following database connection parameters have to be used:

jdbc:sqlite: C:/work/mydatabase.db (Windows)

jdbc:sqlite: /home/leo/work/mydatabase.db (Linux, Mac OS X)

DB user name

Database user name to provide (write) access to the database.

Password

Password of the database user.

Oracle database schema

Name of the oracle schema when different from the one of the user

DB connection information for read access configuration

 

icon_cross-reference

Additionally to this configuration, you have to add the according tool in the WebOffice 10.9 R4 project configuration. See chapter Change Password for details.

The expiration date of the password is set in WebOffice usermanagement as Password Expiration for Users.

See chapter Login Page for details about the login and the password change in the WebOffice 10.9 R4 client.