From: Peter Palfrader Date: Mon, 12 Mar 2012 14:17:20 +0000 (+0100) Subject: No need to mkdir userkeys directory anymore X-Git-Tag: userdir-ldap-0.3.85~65^2~9 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=8b8ed35607427e0242b70b3623bc7a6814ac78b6 No need to mkdir userkeys directory anymore --- diff --git a/ud-generate b/ud-generate index 0826215..d78dcaa 100755 --- a/ud-generate +++ b/ud-generate @@ -361,9 +361,6 @@ def GenSSHShadow(global_dir, accounts): # Fetch all the users userkeys = {} - safe_rmtree(os.path.join(global_dir, 'userkeys')) - safe_makedirs(os.path.join(global_dir, 'userkeys')) - for a in accounts: if not 'sshRSAAuthKey' in a: continue