We are accessing databases on a Domino 6.5.4 server running on Linux system. We are finding that we can successfully open databases even though we have entered the database name with the wrong case through:The Notes client
The remote console
API calls
(So, for instance, we can successfully open admin4.nsf by entering the name Admin4.nsf, or the DIR\Mail\foobar.nsf by entering dir\mail\foobar.nsf.)
Yet, if we go to the shell and attempt to enter cd dir, it won’t recognize DIR as the directory.
My problem is that a customer (running on AIX) is NOT seeing this behavior, and I’m trying to figure out if there is something he can do.
So, questions:
Is it Linux or is it Domino that is making the case insensitive matching of filenames?
If it is Domino, is this something that can be turned off or on?
If it is Domino, is it specific on one platform and not others (Linux vs AIX), or is it specific to a release (Domino 6.5 vs 7.0)?
If it is Linux that is doing the case insensitive matching, is there a way to get AIX to do it?
Thanks for any insight!