Function noop_control

Source
pub fn noop_control() -> RawControl
Expand description

creates a noop_control object for use with ldap3

the noop_control is supposed to perform the same operation and return the same errors as the real operation but not make any changes to the directory

OpenLDAP’s implementation seems to be buggy, in my tests some uses of the NOOP control lead to problems displaying affected objects until the LDAP server was restarted