Displaying 20 results from an estimated 9000 matches similar to: "Rsync, case sensitivity, and Windows"
2017 Sep 07
0
login case sensitivity
On 5 September 2017 at 17:27, FHDATA <fhdata at unm.edu> wrote:
>
>
> hello,
>
> some users' login fails since they type upper
> case for their user ids ,etc ...
>
> how can case sensitivity be disabled so they can login
> with mix of upper and lower case?
>
> this is what i tried:
>
> in /etc/sssd/sssd.conf i tested this below
>
>
2003 Oct 29
2
workaround for HFS+'s case-insensitivity?
I am using Mike Rubel's snapshot-style rsync to do backups from my web
server (Linux) to my desktop (MacOS X). Mostly, this works great,
except where case sensitivity (or rather, HFS+'s semi-lack thereof)
causes problems.
Specifically, it seems impossible to successfully back up my Linux box's
/usr/share/terminfo, as it contains directories that differ ONLY in
case (e.g.,
2008 Jan 04
2
Roaming profiles and case sensitivity
Hi,
Yesterday I found big problems concerning my roaming profiles. They seem
to work on some computers where they are always used, on some other the
did not load properly (i.e. a default profile was loaded instead).
After some debugging with userenv.log I found the very strange problem:
case sensitivity for ntuser.dat!:
[...]
IsCentralProfileReachable: Testing <F:\testuser\ntuser.dat>
2017 Sep 06
0
login case sensitivity
On 9/6/2017 3:45 AM, ken wrote:
> I think it would also be a disservice to users, for case-insensitive
> userids is not what they'll find on web sites and web services
> throughout the rest of the world, even on their own phones.
I agree with you on other points, but beware of this one. I've
discovered that game logins, notably Blizzard, are case-insensitive.
It's quite
2017 Sep 07
0
login case sensitivity
On 7 September 2017 at 16:07, Alexander Dalloz <ad+lists at uni-x.org> wrote:
> Am 07.09.2017 um 20:07 schrieb hw:
>>
>> Gordon Messmer wrote:
>>>
>>> On 09/07/2017 08:11 AM, Stephen John Smoogen wrote:
>>>>
>>>> This was always
>>>> problematic because DNS hostnames and email addresses in the RFC
>>>> standards
2017 Sep 08
0
login case sensitivity
On Thu, September 7, 2017 14:07, hw wrote:
> Gordon Messmer wrote:
>> On 09/07/2017 08:11 AM, Stephen John Smoogen wrote:
>>> This was always problematic because DNS hostnames and
>>> email addresses in the RFC standards were case insensitive
>>
>>
>> Not quite. SMTP is required to treat the "local-part" of the RCPT
>> argument as
2012 Feb 24
0
case insensitive option
Hi,
[ Not sure if this is the appropriate mailing list ]
Are there any plans to add an option to make Btrfs file systems case
insensitive - like what JFS has with the -O format option (and Mac OS
X with HFS+)? This would be awesome if it does.
Is there an official place for Btrfs feature requests?
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a
2017 Sep 06
2
login case sensitivity
On 09/05/2017 06:01 PM, Yves Bellefeuille wrote:
> FHDATA wrote:
>
>> some users' login fails since they type upper
>> case for their user ids ,etc ...
> Wouldn't it be better to explain to the users that the userid is case
> sensitive? You probably don't want a system where Fhdata, FHData and
> FHDATA are all possible and are different users.
>
2017 Sep 07
2
login case sensitivity
On 09/07/2017 08:11 AM, Stephen John Smoogen wrote:
> This was always
> problematic because DNS hostnames and email addresses in the RFC
> standards were case insensitive
Not quite.? SMTP is required to treat the "local-part" of the RCPT
argument as case-sensitive, and to preserve case when relaying mail.?
The destination is allowed to treat addresses according to local
2010 Feb 17
1
Unwanted case sensitivity
I have also posted this on IRC.
I have a linux host running stock RHEL 5.4 Samba 3.0.33-3.15. The host acts
both as a Samba server and does a CIFS mount of that same share. The
reason for doing this is so that programs running on the Linux host have
the same case insensitive view as the Windows clients.
I have nocase set in the relevant line in /etc/fstab
I have case sensitive = No set in the
2019 Oct 08
0
Case sensitivity in :addresses in sieve vacation scripts
On Tue, Oct 8, 2019, at 7:58 AM, Julian Kippels via dovecot wrote:
> Hi,
>
> I have recently updated from Dovecot 2.2 to 2.3. Since I have noticed
> that vacation responses from sieve are not working the same anymore.
> For example, my sieve script looks like this:
>
> vacation :days 1 :addresses ["Kippels at hhu.de","julian.kippels at hhu.de"]
>
2007 Mar 06
1
case-sensitivity of analyzer
Is there anything about this analyzer that says "case-sensitive" to you?
module Ferret::Analysis
class StemmingAnalyzer
def token_stream(field, text)
StemFilter.new(StandardTokenizer.new(text))
end
end
end
Just wondering how I can force my index to be case-insensitive.
Thanks,
-Adam
--
Posted via http://www.ruby-forum.com/.
2017 Sep 07
3
login case sensitivity
Am 07.09.2017 um 20:07 schrieb hw:
> Gordon Messmer wrote:
>> On 09/07/2017 08:11 AM, Stephen John Smoogen wrote:
>>> This was always
>>> problematic because DNS hostnames and email addresses in the RFC
>>> standards were case insensitive
>>
>>
>> Not quite.? SMTP is required to treat the "local-part" of the RCPT
>> argument as
2017 Sep 07
0
login case sensitivity
Gordon Messmer wrote:
> On 09/07/2017 08:11 AM, Stephen John Smoogen wrote:
>> This was always
>> problematic because DNS hostnames and email addresses in the RFC
>> standards were case insensitive
>
>
> Not quite. SMTP is required to treat the "local-part" of the RCPT argument as case-sensitive, and to preserve case when relaying mail. The destination is
2017 Sep 05
4
login case sensitivity
hello,
some users' login fails since they type upper
case for their user ids ,etc ...
how can case sensitivity be disabled so they can login
with mix of upper and lower case?
this is what i tried:
in /etc/sssd/sssd.conf i tested this below
[domain/default]
case_sensitive = false
i stopped sssd, deleted all inside /var/sss/db and
started sssd but that did not help ....
thank you,
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try.
Map the sysvol share from the samba to a driveletter on the DC.
Add : acl_xattr:ignore system acls = yes
Too the sysvol share on samba.
Use deltacopy to copy the sysvol
I havent tried it, but above seams logical and can work, you just have to try it yourself.
If deltacopy does not work, try cwRsync or robocopy.
Deltacopy
2002 Mar 08
1
smbmount case sensitivity problem
Hi-
I've got a weird case sensitivity problem. I've looked through past
messages but haven't been able to find a solution. This is an
environment using samba to mount shares from a Solaris machine onto a
Red Hat machine (originally done because of 16-bit UID limitations in
Red Hat 6.x).
Now I've upgraded to Red Hat 7.2 (samba 2.2.1a) and the share from the
Solaris machine
2019 Oct 08
2
Case sensitivity in :addresses in sieve vacation scripts
Hi,
I have recently updated from Dovecot 2.2 to 2.3. Since I have noticed
that vacation responses from sieve are not working the same anymore.
For example, my sieve script looks like this:
vacation :days 1 :addresses ["Kippels at hhu.de","julian.kippels at hhu.de"]
it used to be that I got a vacation response if I sent a mail to
kippels at hhu.de and Kippels at hhu.de. Now
2009 Apr 16
2
rsync windows acl
Hi @all!
I want to backup Windows files to a Linux Server including the Windows ACLs.
I found this at nabble.com
http://www.nabble.com/Rsync-windows-acls-td21205816.html
-------------------------------------------------------------------------------------------------
On Mon, 2008-12-29 at 09:54 -0700, Michael Chletsos wrote:
> Has rsync integrated windows acls into it yet?
No, and the main
2003 Aug 26
3
matching-case sensitivity
Hi All,
I am trying to match two character arrays (email lists) using either
pmatch(), match() or charmatch() functions. However the function is
"missing" some matches due to differences in the cases of some letters
between the two arrays. Is there any way to disable case sensitivity or is
there an entirely better way to match two character arrays that have
identical entries but written