From 5335df77da666ac52805491aa1158d6903219b55 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Wed, 18 Apr 2012 03:09:53 -0700 Subject: [PATCH] ITS#7240 note option inheritance behavior --- doc/man/man3/ldap_get_option.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index 461246492a..56640e77d5 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -27,7 +27,9 @@ is cast to The actual type is determined based on the value of the .B option argument. -Global options are set/retrieved by passing a NULL LDAP handle. +Global options are set/retrieved by passing a NULL LDAP handle. LDAP handles +inherit their default settings from the global options in effect at the time +the handle is created. .TP .B LDAP_OPT_API_FEATURE_INFO Fills-in a -- GitLab