X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-generate;h=0ba6fa9f2eb8401271ea445f962e4bca9d3171fd;hb=4200d8214bfed7f8e729a7ad45f15aa28edaca09;hp=b27ceacd187245542cb39dba3e7fefbe815e20f0;hpb=351040d84035249bcb81f31a2d0371e0201e6e33;p=mirror%2Fuserdir-ldap.git diff --git a/ud-generate b/ud-generate index b27ceac..0ba6fa9 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": + if CurrentHost == "haydn.debian.org" or CurrentHost == "costa.debian.org": continue; GenShadow(l,OutDir+"shadow");