You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns a list with a single ldap search control while the other control functions return a ldap3.protocol.rfc4511.Control
Can we change this to return a single control to ensure that the concumer gets a Control as expected and not a list?
Also the default for the criticality argument is False given that the ntSecurityDescriptorControl MUST have a criticality of 'True' this is a nonsensical default.
Therefore can this function (which has no internal references) be changed to
In ldap3/protocol/microsoft.py line 136
returns a list with a single ldap search control while the other control functions return a
ldap3.protocol.rfc4511.Control
Can we change this to return a single control to ensure that the concumer gets a Control as expected and not a list?
Also the default for the criticality argument is
False
given that the ntSecurityDescriptorControl MUST have a criticality of 'True' this is a nonsensical default.Therefore can this function (which has no internal references) be changed to
The text was updated successfully, but these errors were encountered: