Closed
Bug 546349
Opened 15 years ago
Closed 21 days ago
RFE: need public APIs ldap_create_control and ldap_alloc_ber_with_options
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: nhosoi, Assigned: nhosoi)
Details
Attachments
(1 file)
4.66 KB,
patch
|
Details | Diff | Splinter Review |
LDAP C SDK provides these specific control creation APIs:
ldap_create_sort_control
ldap_create_userstatus_control
ldap_create_passwordpolicy_control_ext
ldap_create_authzid_control
ldap_create_geteffectiveRights_control
ldap_create_virtuallist_control
ldap_create_persistentsearch_control
ldap_create_proxiedauth_control
To support other controls such as DEREF control, we need a thin wrapper ldap_create_control and ldap_alloc_ber_with_options for nsldapi_build_control and nsldapi_alloc_ber_with_options, respectively.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → nhosoi
Assignee | ||
Comment 1•15 years ago
|
||
Files:
directory/c-sdk/ldap/include/ldap-standard-tmpl.h
directory/c-sdk/ldap/libraries/libldap.ex
directory/c-sdk/ldap/libraries/libldap/control.c
directory/c-sdk/ldap/libraries/libldap/request.c
Description: The patch provides public APIs ldap_create_control and ldap_alloc_ber_with_options, which is a thin wrapper of nsldapi_build_control and nsldapi_alloc_ber_with_options, respectively.
Updated•21 days ago
|
Status: NEW → RESOLVED
Closed: 21 days ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•