Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarify email smtp authentication

...

Application specific configuration items can be found under the wiki space for the given application.

Common Settings to Consider Adjusting

...

SectionNameOriginal Value
Possible ValuesDescription
authenticationauth_crowd_password

<password>
authenticationauth_crowd_server

<ip>
authenticationauth_crowd_user

<username>
authenticationauth_expire_seconds3600
<integer>
authenticationauth_htpasswd_encryptcrypt
crypt, plaintext, apache-md5
authenticationauth_htpasswd_file<omk_conf>/users.dat
<relative filepath>
authenticationauth_lockout_after0
<integer>seconds, 0 for none.
authenticationauth_login_motdAuthentication required: default credentials are nmis/nm1888


authenticationauth_method_1htpasswd
htpasswd, openaudit, radias, tacacs, crowd, system, ldaps, ldap, ms-ldap, ms-ldaps, novell-ldap, connectwise, pam, openid_connectopenid_connect supported as at April 2021. See below.
authenticationauth_method_2

htpasswd, openaudit, radias, tacacs, crowd, system, ldaps, ldap, ms-ldap, ms-ldaps, novell-ldap, connectwise, pam, openid_connect
authenticationauth_method_3

htpasswd, openaudit, radias, tacacs, crowd, system, ldaps, ldap, ms-ldap, ms-ldaps, novell-ldap, connectwise, pam, openid_connect
authenticationauth_ms_ldap_attrsAMAccountName


authenticationauth_ms_ldap_baseCN=Users,DC=your_domain,DC=com
<ldap>
authenticationauth_ms_ldap_debugtrue
true, false
authenticationauth_ms_ldap_dn_accCN=Administrator,CN=Users,DC=your_domain,DC=com


authenticationauth_ms_ldap_dn_pswyour_administrator_password
<password>
authenticationauth_ms_ldap_groupCN=Users,DC=your_domain,DC=com
<ldap>
authenticationauth_ms_ldap_serveryour.ip.address.here
<ip>
authenticationauth_ms_ldaps_capathrequired


authenticationauth_ms_ldaps_serveryour.ip.address.here
<ip>
authenticationauth_ms_ldaps_verify



authenticationauth_sso_domain

<domain>

OKTA OpenID specific

SectionNameOriginal Value
Possible ValuesDescription
authenticationauth_method_1openid_connect

Set as per this entry to enable.
authentication → auth_openid_connecttypeokta

As at April 2021, only OKTA is tested and supported
authentication → auth_openid_connecturlhttps://YOUR_SUBDOMAIN.okta.com/oauth2/default/v1/token

You should replace YOUR_SUBDOMAIN with the subdomain provided by OKTA.
authentication → auth_openid_connectpasswordpassword

OKTA specific (do not change).
authentication → auth_openid_connecttest_errorerror_description

OKTA specific (do not change).
authentication → auth_openid_connecttest_successaccess_token

OKTA specific (do not change).
authentication → auth_openid_connectusernameusername

OKTA specific (do not change).
authentication → auth_openid_connect → postclient_idYOUR_CLIENT_ID

You should replace YOUR_CLIENT_ID with the client id provided by OKTA.
authentication → auth_openid_connect → postclient_secretYOUR_CLIENT_SECRET

You should replace YOUR_CLIENT_SECRET with the client secret provided by OKTA.
authentication → auth_openid_connect → postgrant_typepassword

OKTA specific (do not change).
authentication → auth_openid_connect → postscopeopenid

OKTA specific (do not change).
authentication → auth_openid_connect → postpassword


Do not set.
authentication → auth_openid_connect → postusername


Do not set.
authentication → auth_openid_connect → headersacceptapplication/json

OKTA specific (do not change).
authentication → auth_openid_connect → headerscontent_typeapplication/x-www-form-urlencoded

OKTA specific (do not change).

Core

Some core web application settings.

...

SectionNameOriginal Value
Possible ValuesDescription
emailmail_domainyourdomain.com
<domain>
emailmail_fromyourmailname@yourdomain.com
<email>
emailmail_passwordyour_password<password>emailmail_serversmtp.yourdomain.com
<fqdn>
emailmail_server_port25
<integer>
emailmail_subject_prefix[automatic]


emailmail_use_tlstrue
true, false
emailmail_useryour_user_account@your_domain.com
<username>Used for SMTP authentication. Leave empty to skip authentication
emailmail_passwordyour_password
<password>Used for SMTP authentication. Leave empty to skip authentication


Icons

SectionNameOriginal Value
Possible ValuesDescription
iconsalert_critical<omk_url_base>/icons/alert_critical.png
<relative filepath>
iconsalert_degraded<omk_url_base>/icons/alert_warning.png
<relative filepath>
iconsalert_fatal<omk_url_base>/icons/alert_critical.png
<relative filepath>
iconsalert_major<omk_url_base>/icons/alert_major.png
<relative filepath>
iconsalert_minor<omk_url_base>/icons/alert_minor.png
<relative filepath>
iconsalert_normal<omk_url_base>/icons/alert_normal.png
<relative filepath>
iconsalert_reachable<omk_url_base>/icons/alert_normal.png
<relative filepath>
iconsalert_unknown<omk_url_base>/icons/alert_unknown.png
<relative filepath>
iconsalert_unreachable<omk_url_base>/icons/alert_critical.png
<relative filepath>
iconsalert_warning<omk_url_base>/icons/alert_warning.png
<relative filepath>

...