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 <[email protected]>
Principal Software Engineer at Red Hat, Inc. <[email protected]>

Reply via email to