From b16d5723e935432b9a26699a1c73618e1c35acf4 Mon Sep 17 00:00:00 2001 From: joey <> Date: Sat, 11 Aug 2007 09:36:42 +0000 Subject: [PATCH] Patch by aba: Import the host base dn from the configuration file, thus make ud-host useable outside of .debian.org as well --- ud-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-host b/ud-host index 5ab2617..1183aa5 100755 --- a/ud-host +++ b/ud-host @@ -242,7 +242,7 @@ else: l = ldap.open(LDAPServer); l.simple_bind_s("","") -HBaseDn = "ou=hosts,dc=debian,dc=org"; +HBaseDn = HostBaseDn if ListMode == 1: Attrs = l.search_s(HBaseDn,ldap.SCOPE_ONELEVEL,"host=*") -- 2.20.1