Skip to content

Commit f42ce18

Browse files
authored
Merge pull request #8996 from DavidResende0/ldap-group-lookup-fix
Return Username Field to "LDAP Group Look Up" Section
2 parents d609eac + 57da9a1 commit f42ce18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

app/views/ops/_rbac_group_details.html.haml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,17 @@
9696
:class => "form-control",
9797
"data-miq_observe" => {:interval => '.5',
9898
:url => url}.to_json)
99-
99+
- unless mode == "httpd"
100+
.form-group#user_name_form_group
101+
%label.col-md-2.control-label
102+
= _("Username")
103+
.col-md-8
104+
= text_field_tag("user_id",
105+
@edit[:new][:user_id],
106+
:maxlength => 255,
107+
:class => "form-control",
108+
"data-miq_observe" => {:interval => '.5',
109+
:url => url}.to_json)
100110
.form-group#user_password_form_group
101111
%label.col-md-2.control-label
102112
= _("Password")

0 commit comments

Comments
 (0)