Maximum password length check too short in mount.cifs
authorSteve French <smfrench@gmail.com>
Thu, 14 May 2009 20:04:27 +0000 (15:04 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 14 May 2009 20:04:27 +0000 (15:04 -0500)
commitd35a3952f091f4eaad43d1a3756c24e35b34c5bd
tree23e89ef50d5a4b031459af429b96c2ba9fce5f0d
parentd73eab2b33b5f9d8227199bfc06f28ae3787cea3
Maximum password length check too short in mount.cifs

    Windows allows up to 127 byte passwords, and we using a 64 byte limit
    in most places and a 16 byte limit when using the "pass=" mount option

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
source3/client/mount.cifs.c