Pascal Hibon wrote: > > You are probably aware of these things but I thought I mention it > anyway.
Yes, I am. Think testing..... For the moment, I (and you) are still testing. Changing the password textfields to password fields so the content aren't displayed will happen later. Likewise, not deleting the credential files. If anything goes wrong and those files have been deleted I cannot debug. Likewise fstab.... Deleting the entries rather than commenting them..... Deleting lines is easy, trying to debug when those lines have been removed rather than commented, a nightmare. So basically, until I'm happy that everything is working as it should, the "verbose" debugging behaviour will remain. The one thing I need to pick up on. I don't want to store any session state in the web gui. So as you have noticed, if you don't persist a new cifs entry, althougth I can get back the username and domain from the output of mount cmd, we lose credentials param and therefore password. So if you scratch mount a cifs share without persisting it, the only action that should be available is unmount. You persist (when adding it) and all options will be available. I don't consider this to be a bug, so I'm not going to be doing anything about it. Persist it, when first mounting! ;) ------------------------------------------------------------------------ JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069 View this thread: http://forums.slimdevices.com/showthread.php?t=99395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
