From: joey <> Date: Wed, 27 Oct 2004 11:24:14 +0000 (+0000) Subject: Import from samosa: Hardcode an exception for haydn. Since it's X-Git-Tag: debian_userdir-ldap_0-3-7~53 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=351040d84035249bcb81f31a2d0371e0201e6e33 Import from samosa: Hardcode an exception for haydn. Since it's hosting alioth, don't generate password filed for Debian accounts. --- diff --git a/ud-generate b/ud-generate index 2673b1d..b27ceac 100755 --- a/ud-generate +++ b/ud-generate @@ -576,6 +576,8 @@ while(1): GenPasswd(l,OutDir+"passwd",Split[1]); sys.stdout.flush(); GenGroup(l,OutDir+"group"); + if CurrentHost == "haydn.debian.org": + continue; GenShadow(l,OutDir+"shadow"); # Link in global things