Database Connection

Driver @if (driverControl.hasError("required") && driverControl.touched) { Driver is required . } Database
Server @if (serverControl.hasError("required") && serverControl.touched) { Server is required . } Port

Authentication & Params

User Password
Edit user store The user data in this database can be modified from within privacyIDEA. @if (editableControl.value) { Password Hash for Editable Users PHPASS SHA SSHA SSHA256 SSHA512 OTRS SHA512CRYPT MD5CRYPT The hashing algorithm for the passwords of newly created users. Can be PHPASS, SHA, SSHA, SSHA256, SHA512, OTRS. }
@if (!isEditMode()) {

Presets:

@for (preset of sqlPresets; track preset.name) { }
}

Table, Mapping, Pool & Editable

Table @if (tableControl.hasError("required") && tableControl.touched) { Table is required . } Limit @if (limitControl.hasError("required") && limitControl.touched) { Limit is required . }
Mapping @if (mapControl.hasError("required") && mapControl.touched) { Mapping is required . }
Connection Parameters Database Encoding
Where Statement
Pool Size Pool Timeout Pool Recycle Timeout