@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface LdapServerConfig

    LDAP server configuration

    interface LdapServerConfig {
        address: string;
        port?: number;
    }
    Index

    Properties

    Properties

    address: string

    LDAP server address

    port?: number

    LDAP server port

    389