Closed ac-rn closed 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
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