Enhancement to 8fd2a43, validating authentication before rendering the DN doesnt exist error (otherwise it is an authentication issue)

This commit is contained in:
2025-06-22 14:07:33 +10:00
parent 29c39e618f
commit ee3cb395c2
2 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
@extends('architect::layouts.error')
@section('error')
501: @lang('LDAP Authentication Error')
501: @lang('LDAP User Error')
@endsection
@section('content')