Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ldapclient.sgml

Go to the documentation of this file.
00001 <!doctype linuxdoc system>
00002 <article>
00003 <title>OpenLDAP client configuration
00004 <author>Configuring the OpenLDAP client
00005 <p><url url="index.html" name="Index">
00006 
00007 <p>
00008 This dialog is used to configure the default setting for all client applications using the OpenLDAP binaries or libraries. This configuration is saved in ldap.conf, found in the OpenLDAP configuration directory, usually /etc/openldap or /usr/local/etc/openldap. Users may override the default settings when they run the clients.
00009 
00010 <p>
00011 Usually you need to set a <em>search base</em>, a <em>server</em> name, and sometimes, if you need to authenticate your client to the server, a <em>binddn</em> and a <em>bindpassword</em>. In this examples we will be using configuration settings needed to browse the ldapconf demo server, if you already have access to a working LDAP directory you should use settins for this, if not, feel free to test your setup against the demoserver.
00012 
00013 <sect>General setup
00014 <p> 
00015       <sect1>Host
00016       <p>
00017       Enter the address of the ldapserver. Example: ldap.demo.nett.org
00018       </sect1>
00019       <sect1>Base
00020       <p>
00021       Enter the DN for the directory base suffix. Example: dc=demo,dc=nett,dc=org
00022       </sect1>
00023 </sect>
00024 
00025 <sect>Binding
00026 <p> 
00027 If the client must authenticate to the server you may define the binding here.
00028       <sect1>DN
00029       <p>
00030       The DN to bind with. Example: cn=manager,dc=demo,dc=nett,dc=org
00031       </sect1>
00032       <sect1>Password
00033       <p>
00034       The password to use when binding. Example: supersecret
00035       </sect1>
00036 </sect>
00037 
00038 <sect>Advanced
00039 <p> 
00040       <sect1>Port
00041       <p>
00042       Enter the portnumber to use if the ldap server is not using the standard port (389).
00043       </sect1>
00044       <sect1>Scope
00045       <p>
00046       Enter the default scope to use when searching the directory.
00047       </sect1>
00048 </sect>
00049 
00050 </article>
00051 
00052 
00053 
00054 
00055 

Generated at Mon Jan 22 08:35:11 2001 for ldapconf by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000