X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-host;h=4ba05719ff238ce6aded1f34923c3adecbedb731;hb=c3bdc0a516ee5036c5d9ff45847e89e972dfb32f;hp=1183aa52c50b3fc0bbb6c7b97113a3fd81fa54b0;hpb=b16d5723e935432b9a26699a1c73618e1c35acf4;p=mirror%2Fuserdir-ldap.git diff --git a/ud-host b/ud-host index 1183aa5..4ba0571 100755 --- a/ud-host +++ b/ud-host @@ -32,7 +32,7 @@ # -l list all hosts and their status # -f list all SSH fingerprints -import string, time, os, pwd, sys, getopt, ldap, crypt, whrandom, readline, copy; +import string, time, os, pwd, sys, getopt, ldap, crypt, readline, copy; from tempfile import mktemp from os import O_CREAT, O_EXCL, O_WRONLY from userdir_ldap import *;