Searched refs:GSSD_FLAGS_SHIFT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/gssd/
H A Dgssd_mach_types.h50 #define GSSD_FLAGS_SHIFT 16 macro
51 #define GSSD_NO_DEFAULT (1 << GSSD_FLAGS_SHIFT) // Only use principal from uid
52 #define GSSD_NO_CANON (2 << GSSD_FLAGS_SHIFT) // Don't canononicalize host names
53 #define GSSD_NO_HOME_ACCESS (4 << GSSD_FLAGS_SHIFT) // Dont access home directory
54 #define GSSD_NO_UI (8 << GSSD_FLAGS_SHIFT) // Don't bring up UI
55 #define GSSD_WIN2K_HACK (128 << GSSD_FLAGS_SHIFT) // Hack for Win2K

Completed in 18 milliseconds