Re: Re: Use of the Windows Registry
Jeffrey Altman <[email protected]>
| Newsgroups | gmane.comp.file-systems.openafs.devel.win32 |
|---|---|
| Organization | No Longer Affiliated with Columbia University in the City of New York |
| Message-ID | <[email protected]> |
Jeffrey Altman wrote: > Meghadri Ghosh wrote: > >> Perhaps the afsdbmt.ini containing the drive mappings could be moved >> to be per user. >> >> I believe the current code could be maintained by simply create the >> following key: (The default value can be set to some suitable key, >> perhaps under 'Software\\OpenAFS.org\\Client'?) >> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows >> NT\CurrentVersion\IniFileMapping\afsdbmt.ini] >> @="#USR:Software\\OpenAFS.org\\afsdbmt >> >> Thus per user mapping settings could be maintained. > > Interesting. I will have to try this. > Unfortunately, this change is simplistic. The AFSDSBMT.INI file is used to store data both for the local user and the AFS Client Service. The data stored in the file is global but is not meant to be. An architectural fix is going to be required to separate user specific submounts from global submounts. Jeffrey Altman