mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
multiple-local-realms-fix-20051210
The krb.excl paths need to be defined for Unix as well.
This commit is contained in:
parent
77d0369d3b
commit
a6c0532569
@ -144,6 +144,7 @@ ConstructLocalLogPath(const char *cpath,
|
||||
#define AFSDIR_BOSVR_FILE "bosserver"
|
||||
#define AFSDIR_VOLSERLOG_FILE "VolserLog"
|
||||
#define AFSDIR_AUDIT_FILE "Audit"
|
||||
#define AFSDIR_KRB_EXCL_FILE "krb.excl"
|
||||
|
||||
#define AFSDIR_ROOTVOL_FILE "RootVolume"
|
||||
#define AFSDIR_HOSTDUMP_FILE "hosts.dump"
|
||||
@ -262,6 +263,7 @@ typedef enum afsdir_id {
|
||||
AFSDIR_SERVER_MIGRATELOG_FILEPATH_ID,
|
||||
AFSDIR_SERVER_BIN_FILE_DIRPATH_ID,
|
||||
AFSDIR_CLIENT_CELLALIAS_FILEPATH_ID,
|
||||
AFSDIR_SERVER_KRB_EXCL_FILEPATH_ID,
|
||||
AFSDIR_PATHSTRING_MAX } afsdir_id_t;
|
||||
|
||||
/* getDirPath() returns a pointer to a string from an internal array of path strings
|
||||
@ -329,6 +331,7 @@ const char *getDirPath(afsdir_id_t string_id);
|
||||
#define AFSDIR_SERVER_WEIGHTING_CONSTANTS_FILEPATH getDirPath(AFSDIR_SERVER_WEIGHTING_CONSTANTS_FILEPATH_ID)
|
||||
#define AFSDIR_SERVER_THRESHOLD_CONSTANTS_FILEPATH getDirPath(AFSDIR_SERVER_THRESHOLD_CONSTANTS_FILEPATH_ID)
|
||||
#define AFSDIR_SERVER_MIGRATELOG_FILEPATH getDirPath(AFSDIR_SERVER_MIGRATELOG_FILEPATH_ID)
|
||||
#define AFSDIR_SERVER_KRB_EXCL_FILEPATH getDirPath(AFSDIR_SERVER_KRB_EXCL_FILEPATH_ID)
|
||||
|
||||
/* client file paths */
|
||||
#define AFSDIR_CLIENT_THISCELL_FILEPATH getDirPath(AFSDIR_CLIENT_THISCELL_FILEPATH_ID)
|
||||
|
Loading…
Reference in New Issue
Block a user