Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
0ef76d1f
Commit
0ef76d1f
authored
10 years ago
by
Howard Chu
Committed by
Quanah Gibson-Mount
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ITS#8032 document LDAP_OPT_API_INFO/FEATURE_INFO
parent
4d774a41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man3/ldap_get_option.3
+21
-1
21 additions, 1 deletion
doc/man/man3/ldap_get_option.3
with
21 additions
and
1 deletion
doc/man/man3/ldap_get_option.3
+
21
−
1
View file @
0ef76d1f
...
@@ -38,6 +38,13 @@ Fills-in a
...
@@ -38,6 +38,13 @@ Fills-in a
must be a
must be a
.BR "LDAPAPIFeatureInfo *" ,
.BR "LDAPAPIFeatureInfo *" ,
pointing to an already allocated struct.
pointing to an already allocated struct.
The
.B ldapaif_info_version
field of the struct must be initialized to
.B LDAP_FEATURE_INFO_VERSION
before making the call. The
.B ldapaif_name
field must be set to the name of a feature to query.
This is a read-only option.
This is a read-only option.
.TP
.TP
.B LDAP_OPT_API_INFO
.B LDAP_OPT_API_INFO
...
@@ -46,7 +53,20 @@ Fills-in a
...
@@ -46,7 +53,20 @@ Fills-in a
.BR outvalue
.BR outvalue
must be a
must be a
.BR "LDAPAPIInfo *" ,
.BR "LDAPAPIInfo *" ,
pointing to an already allocated struct.
pointing to an already allocated struct. The
.B ldapai_info_version
field of the struct must be initialized to
.B LDAP_API_INFO_VERSION
before making the call.
If the version passed in does not match the current library
version, the expected version number will be stored in the
struct and the call will fail.
The caller is responsible for freeing the elements of the
.B ldapai_extensions
array and the array itself using
.BR ldap_memfree (3).
The caller must also free the
.BR ldapi_vendor_name .
This is a read-only option.
This is a read-only option.
.TP
.TP
.B LDAP_OPT_CLIENT_CONTROLS
.B LDAP_OPT_CLIENT_CONTROLS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment