@extends('layouts/default') {{-- Page title --}} @section('title') Update LDAP/AD Settings @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') @if ((!function_exists('ldap_connect')) || (!function_exists('ldap_set_option')) || (!function_exists('ldap_bind')))
{{ trans('admin/settings/general.ldap_pw_sync_help') }}
{!! $errors->first('ldap_pw_sync', ':message') !!}{{ trans('admin/settings/general.ad_domain_help') }}
{!! $errors->first('ad_domain', ':message') !!}{{ trans('admin/settings/general.ldap_server_help') }}
{!! $errors->first('ldap_server', ':message') !!}{{ trans('admin/settings/general.ldap_server_cert_help') }}
This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login.
Enter a valid LDAP username and password to test whether your LDAP login is configured correctly.