X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=misc%2Fud-update-sudopasswords;h=292b282b0f6a1df963fd359a539f4960126e65e2;hb=6ee830ff583d3db2afa0044a378b1737853e54b0;hp=8e7fea88ffef6e3a474c53cb0e23ef4af1f6967f;hpb=0539c19e661f05d992fdeb6e05ec9dcf99bb691d;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}'