LdapVendor
Home > @backstage/plugin-catalog-backend-module-ldap
> LdapVendor
An LDAP Vendor handles unique nuances between different vendors.
Signature:
export type LdapVendor = {
dnAttributeName: string;
uuidAttributeName: string;
decodeStringAttribute: (entry: SearchEntry, name: string) => string[];
};