Add NO_LOCALNAME
The pname to uid functionality at present assumes there is an implementation of getpwnam() and that the local user identifier is an integer. On Windows, the local user identifier is a SId. Add NO_LOCALNAME as a build option so that Windows (for now) can build without providing a getpwnam() implementation. Change-Id: I04cfd6d2cd52e6228733f1da1dab420b453e6566
This commit is contained in:
@@ -100,6 +100,9 @@ DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
|
||||
# Enable weak crypto
|
||||
WEAK_CRYPTO=1
|
||||
|
||||
# Disable use of GSS LOCALNAME support
|
||||
NO_LOCALNAME=1
|
||||
|
||||
# Disable build of installers
|
||||
!ifndef NO_INSTALLERS
|
||||
BUILD_INSTALLERS=1
|
||||
|
Reference in New Issue
Block a user