The only thing that has changed and the reason why you do not see the threads asking for a password is that before the mounting threads get launched, BM will check if any of the mounts require a password. It will ask for that password and then pass it along to the mounting procedure as needed. The password will remain in RAM for the duration of the execution of the program. once BM is closed the passwords are lost they are not saved to disk. This procedure allows me to mount multiple shares from the same host with the same username/password. as opposed to asking the system to validate it against the server and THEN ask the user for the password. Since BM is a multi threaded application, up to 4 mounts can happen at the same time thus causing the system to ask to 4 passwords at once even if they are for the same host. witch is not a desired situation for the users. NOTE: This password scheme, was developed expressly for you, since no one else has mentioned the need for it. If you have now lost trust in BM because the password dialogue is a custom dialogue, I do not know what to say else than, do what you think is best, even if it means discontinuing the use of BM. Best Regards. (Version 1.9.2) |