Write uid to file too
authorTollef Fog Heen <tfheen@err.no>
Sat, 27 Jul 2019 00:15:14 +0000 (02:15 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 27 Jul 2019 00:15:14 +0000 (02:15 +0200)
ud-mailgate

index 80340aa..0d6d330 100755 (executable)
@@ -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