]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/cifs/sess.c
[CIFS] Fix mount failure when domain not specified
authorSteve French <sfrench@us.ibm.com>
Wed, 8 Nov 2006 23:10:46 +0000 (23:10 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 8 Nov 2006 23:10:46 +0000 (23:10 +0000)
commit6e659c63998881e8f4a842edbe86ac8c5cdaee41
tree61c5e3e571920368fadc66af7b5dfc63bd0dc614
parent5fe14c851efedf95b0e7652a3a7b93ec899d1599
[CIFS]  Fix mount failure when domain not specified

    Fixes Samba bugzilla #4176

    When users do not specify their domain on mount, 2.6.18 started sending
    default domain instead of a null domain (which was the only way on some
    servers to use a default domain).  Users of 2.6.18 who did not specify
    their domain name on mounts to certain common Windows servers that were
    members of a domain, but not the domain controller, would get mount
    failures which they did not get in 2.6.18

    This fixes that issue and should remove complaints about mount
    behavior changing.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/sess.c