quanah / net-ldapapi

The Net::LDAPapi Perl Module uses the OpenLDAP and Mozilla C api's to directly access and manipulate an LDAP v2 or LDAP v3 server.
8 stars 6 forks source link

syncrepl cookie should be an opaque value #24

Open phillipod opened 9 years ago

phillipod commented 9 years ago

23 not-withstanding, listen_for_changes() currently requires a path to an existing file (see #22). For a new API in 3.1, it should not be tied to a file - it should be the responsibility of the calling application to persist the sync cookie.

In order to maintain feature parity and minimise disruption to API consumers, a Perl-level helper could be provided that implements the same semantics.