The example shows a connection profile of the following values:
•Name: SQLite,
•Datei: UMDB_SQLite.db3
<GeoUserManagementConnection>
<Profile>SQLite</Profile>
<Host>D:\UMDB_SQLite\UMDB_SQLite.db3</Host>
<DatabaseType>SQLite</DatabaseType>
<xPassword></xPassword>
<DBOption />
<KeepconnectionAlive>1</KeepconnectionAlive>
</GeoUserManagementConnection>
Note: Please insert the path to the specific SQLite file within the 'Host' Parameter.
Note: Generally no password or user is necessary if a SQLite file is used. But it is possible that an encrypted password can be used, but note that most of the standardized tools (f.e. Firefox Plugin SQLite) can't read the file anymore. Therefore in case of SQLite the password of the connection is deactivated by default. The deactivation of the password can be annulated by the deletion of the 'x' within the specific Tags (xPassword) and entry of a encrypted password.
Note: The role authenticated users have to be granted full access to the SQLite file, so that the user management can access the file.