commit | 3f6166aaf19902f2f3124b5426405e292e8974dd | [log] [tgz] |
---|---|---|
author | Petr Pavlu <petr.pavlu@suse.com> | Mon Feb 10 10:38:14 2020 +0100 |
committer | Steve French <stfrench@microsoft.com> | Mon Feb 10 08:32:30 2020 -0600 |
tree | 775d7d7d4abe0e01dc67b1af165a8461f322f353 | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
cifs: fix mount option display for sec=krb5i Fix display for sec=krb5i which was wrongly interleaved by cruid, resulting in string "sec=krb5,cruid=<...>i" instead of "sec=krb5i,cruid=<...>". Fixes: 96281b9e46eb ("smb3: for kerberos mounts display the credential uid used") Signed-off-by: Petr Pavlu <petr.pavlu@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>