ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/dirserv6.htm

73 lines
2.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>LDAP Deprecated APIs</title>
<!-- Begin Header Records ========================================== -->
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<!-- Java sync-link -->
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>Deprecated APIs</h2>
<p>The following is a list of APIs that are still supported, although their use
is deprecated. Use of the newer replacement APIs is strongly encouraged.</p>
<ul>
<li><strong>ldap_ssl_start()</strong> - use <strong>
ldap_ssl_client_init()</strong> and <strong>ldap_ssl_init()</strong></li>
<li><strong>ldap_open()</strong> - use <strong>ldap_init()</strong></li>
<li><strong>ldap_bind()</strong> - use <strong>
ldap_simple_bind()</strong></li>
<li><strong>ldap_bind_s()</strong> - use <strong>
ldap_simple_bind_s()</strong></li>
<li><strong>ldap_modrdn()</strong> - use <strong>ldap_rename()</strong></li>
<li><strong>ldap_modrdn_s()</strong> - use <strong>
ldap_rename_s()</strong></li>
<li><strong>ldap_result2error()</strong> - use <strong>
ldap_parse_result()</strong></li>
<li><strong>ldap_perror()</strong> - use <strong>ldap_parse_result()</strong></li>
</ul>
<p>i5/OS<SUP>(TM)</SUP>-specific APIs:</p>
<ul>
<li><strong>ldap_app_ssl_start_np()</strong> - use <strong>
ldap_app_ssl_client_init_np()</strong> and <strong>
ldap_app_ssl_init_np()</strong>.</li>
</ul>
<br>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center">
<a href="dirserv1.htm">Directory Server APIs</a> |
<a href="aplist.htm">APIs by
category</a></td>
</tr>
</table>
</center>
</body>
</html>