X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=misc%2Fud-update-sudopasswords;h=292b282b0f6a1df963fd359a539f4960126e65e2;hb=cf8a9d82834b84ac13fc1f807a97c11fe0182d22;hp=8e7fea88ffef6e3a474c53cb0e23ef4af1f6967f;hpb=6da780be4bcbe8e5667d22d24431440e1c55221b;p=mirror%2Fuserdir-ldap.git diff --git a/misc/ud-update-sudopasswords b/misc/ud-update-sudopasswords index 8e7fea8..292b282 100755 --- a/misc/ud-update-sudopasswords +++ b/misc/ud-update-sudopasswords @@ -20,7 +20,7 @@ # the hmac also includes purpose ("sudo") and userid that owns the # entry. This little script updates an ldap from old to new. -import string, re, time, ldap, getopt, sys, os, pwd, posix, socket, base64, sha, shutil, errno, tarfile, grp +import string, re, time, ldap, getopt, sys, os, pwd, posix, socket, base64, shutil, errno, tarfile, grp from userdir_ldap import *; UUID_FORMAT = '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'