From ccbd048fb27067dfe25203f233031b24747eef40 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 18 Jun 2000 19:35:52 +0000 Subject: [PATCH] Use URI, not HOST --- libraries/libldap/ldap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libldap/ldap.conf b/libraries/libldap/ldap.conf index 1d1b786be7..32fd51d2ed 100644 --- a/libraries/libldap/ldap.conf +++ b/libraries/libldap/ldap.conf @@ -8,10 +8,10 @@ #BASE dc=OpenLDAP, dc=Org #HOST ldap.openldap.org - -#HOST ldap.openldap.org ldap-master.openldap.org:666 #PORT 389 +#URI ldap://ldap.openldap.org ldap://ldap-master.openldap.org:666 + #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never -- 2.39.5