Skip to content

[enhancement] Use LDAP control LDAP_SERVER_NOTIFICATION_OID to get only changes #1

@p0dalirius

Description

@p0dalirius

Use LDAP control LDAP_SERVER_NOTIFICATION_OID (1.2.840.113556.1.4.528) to get only changed objects in a (objectClass=*) query.

PersistentSearch ::= SEQUENCE 
{
    changeTypes INTEGER,
    changesOnly BOOLEAN,
    returnECs BOOLEAN
} 

Drawbacks

With this technique, we only get the new value, and thus cannot print "Value changed from '{old_value}' to '{new_value}'"

References

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions