Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§

Configuration for LDAP servers.