export interface LdapTestLoginResponseDto { message?: string; status?: 'FAILURE' | 'SUCCESS'; }