X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;fp=ud-mailgate;h=0d6d330212a14d9fc29ae4c6fc82eaa8e51294da;hp=80340aac3ef7bafbaf6262ce9baa6bdde3a8e195;hb=8a552664fb81b23f7e6ad23864f1b031a2592b47;hpb=06c8b04a006130cd9593d981ddeeb5c1699c8de6 diff --git a/ud-mailgate b/ud-mailgate index 80340aa..0d6d330 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -704,7 +704,8 @@ def HandleChTOTPSeed(Reply, DnRecord, Key): lc = connect_to_ldap_and_check_if_locked(DnRecord) # Save the seed so the user can pick it up. f = open(os.path.join(TOTPTicketDirectory, totp_file_name), os.O_WRONLY | os.O_CREAT) - f.write(seed) + print >> f, seed + print >> f, GetAttr(DnRecord, "uid") f.close() # Modify the password