source: server/other/openldap/openldap-desc.xml@ 9a9a0fec

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9a9a0fec was 9a9a0fec, checked in by Igor Živković <igor@…>, 21 years ago

updated to OpenLDAP-2.1.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1175 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The Open<acronym><acronym>LDAP</acronym></acronym> package contains
5<command>ldapadd</command>,
6<command>ldapcompare</command>,
7<command>ldapdelete</command>,
8<command>ldapmodify</command>,
9<command>ldapmodrdn</command>,
10<command>ldappasswd</command>,
11<command>ldapsearch</command>,
12<command>ldapwhoami</command>,
13<command>slapadd</command>,
14<command>slapcat</command>,
15<command>slapd</command>,
16<command>slapindex</command>,
17<command>slappasswd</command>,
18<command>slurpd</command>,
19<filename class="libraryfile">liblber</filename> and
20<filename class="libraryfile">libldap</filename>.</para>
21
22</sect2>
23
24<sect2><title>Description</title>
25
26<sect3><title>ldapadd</title>
27<para><command>ldapadd</command> opens a connection to an <acronym>LDAP</acronym> server,
28binds and adds entries.</para></sect3>
29
30<sect3><title>ldapcompare</title>
31<para><command>ldapcompare</command> opens a connection to an <acronym>LDAP</acronym>
32server, binds and performs a compare using specified
33parameters.</para></sect3>
34
35<sect3><title>ldapdelete</title>
36<para><command>ldapdelete</command> opens a connection to an <acronym>LDAP</acronym> server,
37binds and deletes one or more entries.</para></sect3>
38
39<sect3><title>ldapmodify</title>
40<para><command>ldapmodify</command> opens a connection to an <acronym>LDAP</acronym>
41server, binds and modifies entries.</para></sect3>
42
43<sect3><title>ldapmodrdn</title>
44<para><command>ldapmodrdn</command> opens a connection to an <acronym>LDAP</acronym>
45server, binds and modifies the <acronym>RDN</acronym> of
46entries.</para></sect3>
47
48<sect3><title>ldappasswd</title>
49<para><command>ldappasswd</command> is a tool to set the password of an
50<acronym>LDAP</acronym> user.</para></sect3>
51
52<sect3><title>ldapsearch</title>
53<para><command>ldapsearch</command> opens a connection to an <acronym>LDAP</acronym>
54server, binds and performs a search using specified
55parameters.</para></sect3>
56
57<sect3><title>ldapwhoami</title>
58<para><command>ldapwhoami</command> open a connection to an <acronym>LDAP</acronym> server,
59binds and performs a whoami operation.</para></sect3>
60
61<sect3><title>slapadd</title>
62<para><command>slapadd</command> is used to add entries specified in
63<acronym>LDAP</acronym> Directory Interchange Format (<acronym>LDIF</acronym>) to a
64slapd database.</para></sect3>
65
66<sect3><title>slapcat</title>
67<para><command>slapcat</command> is used to generate an <acronym>LDAP</acronym>
68<acronym>LDIF</acronym> output
69based upon the contents of a slapd database.</para></sect3>
70
71<sect3><title>slapd</title>
72<para><command>slapd</command> is the stand-alone <acronym>LDAP</acronym> server.</para></sect3>
73
74<sect3><title>slapindex</title>
75<para><command>slapindex</command> is used to regenerate slapd
76indices based upon the current contents of a database.</para></sect3>
77
78<sect3><title>slappasswd</title>
79<para><command>slappasswd</command> is an Open<acronym>LDAP</acronym> password
80utility.</para></sect3>
81
82<sect3><title>slurpd</title>
83<para><command>slurpd</command> is the stand-alone
84<acronym>LDAP</acronym> replication server.</para></sect3>
85
86<sect3><title>liblber and libldap</title>
87<para>These libraries support the <acronym>LDAP</acronym> programs and provide functionality for
88other programs interacting with <acronym>LDAP</acronym>.</para></sect3>
89
90</sect2>
Note: See TracBrowser for help on using the repository browser.