inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
220 stars 38 forks source link

Trying to query for "extendedAttributeInfo" #122

Closed andreasklostermaier closed 7 months ago

andreasklostermaier commented 7 months ago

Just a question: has anyone tried (and succeeded) in extracting the attribute "extendedAttributeInfo" from AD?

andreasklostermaier commented 7 months ago

Worked around by explicitely naming the extendedAttributes by their index number, e.g. "extensionAttribute15".