venaas Sat Jul 28 13:29:12 2001 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
Added note for ldap_rename() that LDAPv3 is currently required
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.29 phpdoc/en/functions/ldap.xml:1.30
--- phpdoc/en/functions/ldap.xml:1.29 Sat Jul 7 17:57:28 2001
+++ phpdoc/en/functions/ldap.xml Sat Jul 28 13:29:12 2001
@@ -1399,7 +1399,10 @@
<parameter>deleteoldrdn</parameter> is &true; the old RDN value(s)
is removed, else the old RDN value(s) is retained as
non-distinguished values of the entry. &true; is returned on
- success and &false; is returned on error.</para>
+ success and &false; is returned on error.</para>
+ <para>This function currently only works with LDAPv3. You may have
+ to use <function>ldap_set_option()</function> prior to binding to
+ use LDAPv3.</para>
<para>This function is only available when using OpenLDAP 2.x.x OR
Netscape Directory SDK x.x, and was added in PHP 4.0.5.</para>
</refsect1>