export interface LdapTestLoginRequestDto { email?: string; password?: string; }