Project

General

Profile

« Previous | Next » 

Revision 6c8baba2

Added by Shlomi Zadok over 7 years ago

Fixes #18462 - Change LDAP filter field to text area

View differences:

app/views/auth_source_ldaps/_form.html.erb
<%= password_f f, :account_password, :help_inline => _("Use this account to authenticate, <i>optional</i>").html_safe, :unset => action_name == "edit" %>
<%= text_f f, :base_dn, :label => _("Base DN"), :size => "col-md-8" %>
<%= text_f f, :groups_base, :label => _("Groups base DN"), :size => "col-md-8" %>
<%= text_f f, :ldap_filter, :label => _("LDAP filter"), :help_inline => _("Custom LDAP search filter, <i>optional</i>").html_safe, :size => "col-md-8" %>
<%= textarea_f f, :ldap_filter, :label => _("LDAP filter"), :help_block => _("Custom LDAP search filter, <i>optional</i>").html_safe, :size => "col-md-8" %>
<%= checkbox_f f, :onthefly_register,
:help_inline => _("LDAP users will have their Foreman account automatically created the first time they log into Foreman") %>
<%= checkbox_f f, :usergroup_sync,

Also available in: Unified diff