This would appear to be the correct place. I don't know how/where "sp->caseFold" is set.
Note that many versions of Windows have signifant problems in the case you have. I would be surprised if Win9x could read your different test, TEST, and TeSt directories! -derek Carsten Jacobi <[EMAIL PROTECTED]> writes: > Hi there! > > We just have problems here accessing files in directories > that were created using different cases (upper/lower) in their > naming. For example, if we create the directories > > test > TEST > TeSt > > we'll see only the contents of one of these directories (from > Unix all three directories have different contents, from > Windows we see the same contents in all three directories). > Now, when we export AFS using a Samba-Server with case sensitive > shares the directories are handled correctly also from Windows. > I checked the OpenAFS source and found this: > > src/WINNT/afsd/cm_vnodeops.c:664 (cm_LookupSearchProc()) > matchName = dep->name; > if (sp->caseFold) > match = cm_stricmp(matchName, sp->searchNamep); > else > match = strcmp(matchName, sp->searchNamep); > > Is this related to finding filenames in AFS? Can the case sensitivity > on file names and/or directory names of the Windows-AFS client be > adjusted? > At the moment this problem is blocking us from using the AFS client > at our location. So, any help on this issue is welcome. > Regards ... > > Carsten Jacobi > _______________________________________________ > OpenAFS-devel mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
