diff options
author | Gordon Ross <gwr@nexenta.com> | 2011-05-17 11:08:25 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2011-05-17 11:08:25 -0400 |
commit | 80ac04ddcdb18d996dfcdf61bc8c55c2329bfd59 (patch) | |
tree | eae740706c26573325582bfb3c76fd934c78ba0e /usr/src/lib/libldap5 | |
parent | 0956b730cfe26e3bfd5e8ed9c1527c0e3111b93c (diff) | |
download | illumos-gate-80ac04ddcdb18d996dfcdf61bc8c55c2329bfd59.tar.gz |
976 export ldap_add_result_entry from libldap.so.5
1010 export gss_mech_krb5 from libgss.so.1
Reviewed by: Garrett D'Amore <garrett@nexenta.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Robert Gordon <rbg@openrbg.com>
Approved by: Garrett D'Amore <garrett@nexenta.com>
Diffstat (limited to 'usr/src/lib/libldap5')
-rw-r--r-- | usr/src/lib/libldap5/mapfile-vers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/libldap5/mapfile-vers b/usr/src/lib/libldap5/mapfile-vers index 4215dff088..fc89fa2e4c 100644 --- a/usr/src/lib/libldap5/mapfile-vers +++ b/usr/src/lib/libldap5/mapfile-vers @@ -20,6 +20,7 @@ # # # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2011 Nexenta Systems, Inc. All rights reserved. # # @@ -224,6 +225,7 @@ SYMBOL_VERSION SUNW_5.1 { SYMBOL_VERSION SUNWprivate_1.1 { global: + ldap_add_result_entry; ldap_charray_add; ldap_charray_dup; ldap_charray_inlist; @@ -233,6 +235,7 @@ SYMBOL_VERSION SUNWprivate_1.1 { ldap_create_persistentsearch_control; ldap_create_proxiedauth_control; ldap_create_proxyauth_control; + ldap_delete_result_entry; ldap_get_lderrno; ldap_get_reference_urls; ldaplogconfigf; |