From: joey <> Date: Sun, 23 Jan 2005 15:17:51 +0000 (+0000) Subject: Inspired by Andreas Barth: Switched from explicit support for X-Git-Tag: debian_userdir-ldap_0-3-8~8 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=1f2611a526a8fd85a8dc57f443f56487686408d6 Inspired by Andreas Barth: Switched from explicit support for haydn/costa to generic support via the extra attribute [UNTRUSTED] --- diff --git a/ud-generate b/ud-generate index 0ba6fa9..0d65457 100755 --- a/ud-generate +++ b/ud-generate @@ -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");