Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
This repository was archived by the owner on May 14, 2024. It is now read-only.

Single letter attributes isn't allowed anymore #2

Closed
@tomnil

Description

@tomnil

In Microsoft Active Directory, the attributes with names "l" and "c" exists but the function "isValidAttributeString" doesn't allow for single letter attribute names. This results in an exeption attribute must be a valid string.

Workaround: In the SearchOptions, use attributes: "*" (this will return the "l" and "c" Attributes).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions