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

next_changed_entries function documentation needs clarification #50

Open macrotex opened 5 years ago

macrotex commented 5 years ago

The documentation for the next_changed_entries function shows that it takes three parameters: MSGID ALL TIMEOUT. The meaning of the second and third parameters is unclear.

If the solution is "they mean the same as for the result function", then something to that effect should be added to next_changed_entries's documentation.

Also, "This function is too be used together with listen_for_changes" should be "This function is to be used together with listen_for_changes " (emphasis added).