[ 'name' => tra('Create user if not registered in Tiki'), 'type' => 'flag', 'description' => tr('If a user was externally authenticated, but not found in the Tiki user database, Tiki will create an entry in its user database.'), 'default' => 'n', ], 'pam_skip_admin' => [ 'name' => tra('Use Tiki authentication for Admin log-in'), 'type' => 'flag', 'description' => tra('The user “admin” will be authenticated by only using Tiki’s user database. This option has no effect on users other than “admin”.'), 'default' => 'n', ], ]; }