@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') }}
{{ trans('admin/settings/general.ldap_login_sync_help') }}
{{ trans('admin/settings/general.ldap_login_test_help') }}
{{ trans('admin/settings/general.custom_forgot_pass_url_help') }}
{!! $errors->first('custom_forgot_pass_url', ':message') !!}