DirectoryServicesConfig
import type { DirectoryServicesConfig } from "https://googleapis.deno.dev/v1/file:v1.ts";Directory Services configuration for Kerberos-based authentication.
interface DirectoryServicesConfig {
ldap?: LdapConfig;
}§Properties
§
ldap?: LdapConfig
[src]Configuration for LDAP servers.