reference/ldap/functions/ldap-modify.xml
70abce45a7b0a9b32b255389b95e5fa945891d82
...
...
@@ -3,64 +3,14 @@
3
3
<refentry xml:id="function.ldap-modify" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>ldap_modify</refname>
6
-
<refpurpose>Modify an LDAP entry</refpurpose>
6
+
<refpurpose>&Alias; <function>ldap_mod_replace</function></refpurpose>
7
7
</refnamediv>
8
8
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>ldap_modify</methodname>
13
-
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
15
-
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
16
-
</methodsynopsis>
17
-
<para>
18
-
Modify the existing entries in the LDAP directory. The structure of the
19
-
entry is same as in <function>ldap_add</function>.
20
-
</para>
21
-
</refsect1>
22
-

23
-
<refsect1 role="parameters">
24
-
&reftitle.parameters;
25
-
<para>
26
-
<variablelist>
27
-
<varlistentry>
28
-
<term><parameter>link_identifier</parameter></term>
29
-
<listitem>
30
-
<para>
31
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
32
-
</para>
33
-
</listitem>
34
-
</varlistentry>
35
-
<varlistentry>
36
-
<term><parameter>dn</parameter></term>
37
-
<listitem>
38
-
<para>
39
-
The distinguished name of an LDAP entity.
40
-
</para>
41
-
</listitem>
42
-
</varlistentry>
43
-
<varlistentry>
44
-
<term><parameter>entry</parameter></term>
45
-
<listitem>
46
-
<para>
47
-
</para>
48
-
</listitem>
49
-
</varlistentry>
50
-
</variablelist>
51
-
</para>
52
-
</refsect1>
53
-

54
-
<refsect1 role="returnvalues">
55
-
&reftitle.returnvalues;
56
-
<para>
57
-
&return.success;
58
-
</para>
59
-
</refsect1>
60
-

61
-
<refsect1 role="notes">
62
-
&reftitle.notes;
63
-
&note.bin-safe;
11
+
<simpara>
12
+
&info.function.alias; <function>ldap_mod_replace</function>.
13
+
</simpara>
64
14
</refsect1>
65
15

66
16
<refsect1 role="seealso">
67
17