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

    Interface LdapIdentityStore

    LDAP identity store configuration

    interface LdapIdentityStore {
        bind_dn?: string;
        bind_password?: string;
        driver: "ldap";
        realm?: string;
        search_base_dn?: string;
        search_filter?: string;
        servers?: { address: string; port?: number }[];
    }
    Index

    Properties

    bind_dn?: string

    Bind DN for LDAP queries

    bind_password?: string

    Bind password

    driver: "ldap"
    realm?: string
    search_base_dn?: string

    Base DN for user searches

    search_filter?: string

    Search filter template

    servers?: { address: string; port?: number }[]

    LDAP server addresses