Project

General

Profile

« Previous | Next » 

Revision 2f9c1f6e

Added by Liza Gilman over 7 years ago

Fixes #18127 - Correcting length of group base field

View differences:

app/views/auth_source_ldaps/_form.html.erb
<%= text_f f, :account, :help_inline =>_("Use this account to authenticate, <i>optional</i>").html_safe %>
<%= 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") %>
<%= 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" %>
<%= checkbox_f f, :onthefly_register,
:help_inline => _("LDAP users will have their Foreman account automatically created the first time they log into Foreman") %>

Also available in: Unified diff