diff --git a/resources/views/settings/ldap.blade.php b/resources/views/settings/ldap.blade.php
index e8478b831..d52d967b6 100644
--- a/resources/views/settings/ldap.blade.php
+++ b/resources/views/settings/ldap.blade.php
@@ -25,13 +25,13 @@
- It doesn't look like the LDAP extension is installed or enabled on this server. :(
+ It doesn't look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.
- @else
+ @endif
{{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'false', 'class' => 'form-horizontal', 'role' => 'form']) }}
@@ -341,122 +341,115 @@
{{Form::close()}}
- @endif
+
@stop
@push('js')
-
+
@endpush