skelsec / msldap

LDAP library for auditing MS AD
Other
365 stars 65 forks source link

Double asterisks do not work in ldap queries #19

Closed ac-rn closed 2 years ago

ac-rn commented 2 years ago

Currently, double asterisks are not supported in msldap queries. Most other ldap tools, including ldapsearch, have support for double asterisks. It looks like you already half-supported it by creating the 'any' alternative here: https://github.com/skelsec/msldap/blob/master/msldap/protocol/messages.py#L195

However it seems like that one is never used here: https://github.com/skelsec/msldap/blob/master/msldap/protocol/query.py#L9