ipaserver.plugins.baseldap.wait_for_value

ipaserver.plugins.baseldap.wait_for_value(ldap, dn, attr, value)[source]

389-ds postoperation plugins are executed after the data has been returned to a client. This means that plugins that add data in a postop are not included in data returned to the user.

The downside of waiting is that this increases the time of the command.

The updated entry is returned.