[SCM] Samba Shared Repository - branch master updated - 1c77c7f3d5b6cb29fac4606299c237c0e299f836

simo idra at samba.org
Fri Jan 16 22:59:04 GMT 2009


On Fri, 2009-01-16 at 15:42 -0600, Derrell Lipman wrote:
>  
> +       /* POSIX-like - always request case-sensitivity by default.
> */        
> +        if (smbc_getOptionCaseSensitive(context)) {
> +            cli_set_case_sensitive(c, True);
> +        } else {
> +            cli_set_case_sensitive(c, False);
> +        }
> +
>          if (smbc_getOptionUseKerberos(context)) {
>                 c->use_kerberos = True;
>         }

Derrell,
*if* I am readying the code right, now every connection defaults to case
sensitive ?
If so I think this would break in case the server is case-insensitive.

Shouldn't this options set to true by default only if the remote server
*is* case sensitive ?

Simo.

-- 
Simo Sorce
Samba Team GPL Compliance Officer <simo at samba.org>
Principal Software Engineer at Red Hat, Inc. <simo at redhat.com>



More information about the samba-cvs mailing list