seosdb
In the [seosdb] section, the tokens manage database checking and rebuilding.
capamsc141
In the [seosdb] section, the tokens manage database checking and rebuilding.
- CheckAlwaysDetermines whether the database should be checked for corruption atPAM Server Controlinitialization.Valid values are yes and no.Default:yes
- CheckProgramSpecifies the full path and parameters of an alternative command to be used instead of the internal code for checking the database. The command should return 0 if the database is valid or a nonzero number if it should be corrected.Default: Token not set (do not run any program; same as usingdbmgr -u -fast)
- CreateNewClassesSpecifies whether you can add new classes, created with the seclassadm utility, to a database.Valid values are yes and no.Default:yes
- CreateNewPropsSpecifies whether to save data about the new properties in a file when thePAM Server Controlsepropadm utility creates new database property.Valid values are yes and no.If it is yes, sepropadm saves the data about new properties in a file and when dbmgr -c utility later generates the newPAM Server Controldatabase, dbmgr uses this file to add these properties to the database.Default:yes
- RebuildAlwaysIndicates whether thePAM Server Controldatabase should always be rebuilt atPAM Server Controlinitialization.Valid values are yes and no.Default:no
- RebuildProgramSpecifies the full path and parameters of an alternative command to be used instead of the internal code for correcting the database.Default:Token not set (do not run any program; same as usingdbmgr -u-build all)