@truenas/api-client
    Preparing search index...

    Interface RFC2307_Idmap

    interface RFC2307_Idmap {
        bind_path_group: string;
        bind_path_user: string;
        idmap_backend: "RFC2307";
        ldap_realm?: boolean;
        ldap_url: string;
        ldap_user_dn: string;
        ldap_user_dn_password: string;
        name?: string | null;
        range_high?: number;
        range_low?: number;
        user_cn?: boolean;
        validate_certificates?: boolean;
    }
    Index
    bind_path_group: string
    bind_path_user: string
    idmap_backend: "RFC2307"
    ldap_realm?: boolean
    ldap_url: string
    ldap_user_dn: string
    ldap_user_dn_password: string
    name?: string | null
    range_high?: number
    range_low?: number
    user_cn?: boolean
    validate_certificates?: boolean