@extends('architect::layouts.error') @section('error') 501: @lang('LDAP Authentication Error') @endsection @section('content')
@lang('Error')
{{ $exception->getMessage() }}
@lang('Possible Causes')
  • The DN you used to login actually doesnt exist in the server (DN's must exist in order to login)
  • You are attempting to use the rootdn to login (not supported)

To suppress this message, set LDAP_ALERT_ROOTDN to FALSE before starting PLA.

Back to login?

@endsection