Description: Allow passwd to be passed twice Allow password to be passed twice in mount options . cifs-utils (2:6.0-1ubuntu2) saucy; urgency=low . * debian/patches/stat_systemd-ask-password.patch: also check for /bin/systemd-ask-password before trying to use systemd's tools Author: Ricardo Salveti de Araujo --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- cifs-utils-6.0.orig/mount.cifs.c +++ cifs-utils-6.0/mount.cifs.c @@ -838,11 +838,13 @@ parse_options(const char *data, struct p } case OPT_PASS: + /* if (parsed_info->got_password) { fprintf(stderr, "password specified twice, ignoring second\n"); goto nocopy; } + */ if (!value || !*value) { parsed_info->got_password = 1; goto nocopy;