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
Description
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).