Remove display of port number since it’s ignored anyway
This commit is contained in:
parent
1747be4b29
commit
23e23bab90
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
@if ($setting->ldap_enabled == 1)
|
@if ($setting->ldap_enabled == 1)
|
||||||
<td>
|
<td>
|
||||||
{{ $setting->ldap_server }}:{{ $setting->ldap_port }}
|
{{ $setting->ldap_server }}
|
||||||
@if ($setting->is_ad == '1')
|
@if ($setting->is_ad == '1')
|
||||||
(Active Directory)
|
(Active Directory)
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue