Inspired by Andreas Barth: Switched from explicit support for
[mirror/userdir-ldap.git] / ud-generate
index 0ba6fa9..0d65457 100755 (executable)
@@ -576,7 +576,7 @@ while(1):
    GenPasswd(l,OutDir+"passwd",Split[1]);
    sys.stdout.flush();
    GenGroup(l,OutDir+"group");
-   if CurrentHost == "haydn.debian.org" or CurrentHost == "costa.debian.org":
+   if ExtraList.has_key("[UNTRUSTED]"):
        continue;
    GenShadow(l,OutDir+"shadow");