UNPKG

ldap-server-mock

Version:
7 lines (6 loc) 170 B
export interface LdapServerMockConfiguration { readonly certPath?: string; readonly certKeyPath?: string; readonly port?: number; readonly searchBase?: string; }