Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(okta): add missing selector #7825 (#8028)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy authored Oct 24, 2019
1 parent f1a6dfa commit 6aa6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/include/Administration/parameters/ldap/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
'select',
'ldap_template',
_("Template"),
array('0' => "", 'Posix' => _("Posix"), 'Active Directory' => _("Active Directory")),
array('0' => "", 'Active Directory' => _("Active Directory"), 'Okta' => _("Okta"), 'Posix' => _("Posix")),
array('id' => 'ldap_template', 'onchange' => 'applyTemplate(this.value);')
);
$form->addElement('text', 'user_base_search', _("Search user base DN"), $attrsText);
Expand Down

0 comments on commit 6aa6e7e

Please sign in to comment.