Changes

PHP Extensions

674 bytes added, 19:57, 27 April 2014
/* LDAP Simple Paged Results Control */
'''TODO'''
 
== LDAP Modify-Increment Extension ==
 
[https://tools.ietf.org/html/rfc4525 RFC4525]
 
'''TODO'''
(this isn't a control but a specific type of modification)
 
Together with the Pre Read Control this presents a more elegant way on getting unique monotonic increasing IDs (our UIDs) since this would allow to increment the UID and getting the previous value in the same call.
 
== Read Entry Controls ==
 
[https://tools.ietf.org/html/rfc4527 RFC4527]
 
'''TODO'''
This may be harder to get into upstream PHP since this requires that the functions pass back the message object such that the caller can get the response control out of it (which contains the entries of the query).
[[Category:Documentation]]
[[Category:PHP]]
[[Category:LDAP]]
Bureaucrat, administrator
425
edits