O Plameras wrote:
Philip Greggs wrote:
O Plameras <wrote:>

Server is coded as hostname in the Client.

1. Regardless as to how the client is configured it has to find the
LDAP Server. There are two ways to do this,
a. If the IP Address is hardcoded at the client side, and in this
case there is no DNS query or
b. If HOSTNAME(Not IP Address) is configured at the client side, and
in this case
DNS query must take place to find the LDAP Host.

If you are not getting any DNS query then your LDAP client has IP Address
hardcoded for your LDAP Server.

Where is this HOSTNAME or IP Address coded in the LDAP client ?

In Fedora 1, 2, 3, 4, and 5 it is in /etc/openldap/ldap.conf.

My ldap.conf
#cat /etc/openldap/ldap.conf
HOST ldap.example.com.ex
BASE dc=example,dc=com,dc=ex
You may also test a similar setup using Public LDAP Servers in your 'ldap.conf'.

For example, you may try this in your ldap.conf
HOST ldap.baylor.edu
BASE o=Baylor University,c=US

and then do,

$ldapsearch -x

Or
HOST directory.monash.edu.au
BASE o=Monash University,c=AU
and then do,

$ldapsearch -x

The Org for the foregoing examples are X500 codes and not the IETF standard
that most Organizations now use.

Hope this helps.

O Plameras
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to