Patch by aba: Import the host base dn from the configuration file,
[mirror/userdir-ldap.git] / ud-host
diff --git a/ud-host b/ud-host
index 5ab2617..1183aa5 100755 (executable)
--- 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=*")