Warning, /pim/kldap/kioworker/doc/ldap/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004 <!ENTITY % addindex "IGNORE">
0005 <!ENTITY % English "INCLUDE" > <!-- change language only here -->
0006 ]>
0007         
0008 <article lang="&language;" id="ldap">
0009 <title>ldap</title>
0010 <articleinfo>
0011 <authorgroup>
0012 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
0013 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0014 </authorgroup>
0015 </articleinfo>
0016 
0017 <para><acronym>ldap</acronym> is the lightweight directory access
0018 protocol.  It provides access to an X.500 directory, or to a stand-alone
0019 <acronym>LDAP</acronym> server.</para>
0020 
0021 <para>You can use the ldap KIO worker as follows:</para>
0022 
0023 <para><userinput>ldap://host:port/ou=People,o=where,c=de??sub</userinput>
0024 for a subtree-query</para>
0025 
0026 <para>or
0027 <userinput>ldap://host:port/cn=MM,ou=People,o=where,c=de??base</userinput>
0028 for a complete branch.</para>
0029 
0030 </article>