mirror of https://github.com/rancher/ui.git
target the correct cofig for openldap search shibb
rancher/rancher#25775
This commit is contained in:
parent
6376b0c671
commit
87d88164ab
|
|
@ -203,13 +203,13 @@
|
|||
}}
|
||||
<span class="input-group-addon bg-default">
|
||||
<label>
|
||||
{{t "ldap.accessConfig.port.checkbox"}} {{input type="checkbox" checked=authConfig.tls}}
|
||||
{{t "ldap.accessConfig.port.checkbox"}} {{input type="checkbox" checked=shibbolethOpenLdapConfig.tls}}
|
||||
</label>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{#if authConfig.tls}}
|
||||
{{#if shibbolethOpenLdapConfig.tls}}
|
||||
<hr/>
|
||||
<div class="row pt-10">
|
||||
<div class="col span-12 input-group mt-0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue