Add NO_LOCALNAME
commit87aad6a13a6c8d4cefbf23c8be461ce6887bfce6
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 17 May 2011 17:56:37 +0000 (17 13:56 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 17 May 2011 17:56:37 +0000 (17 13:56 -0400)
tree93652308ba03f90205caa4cf65c87a5432aceb31
parentdbbf89bccfa8c3bdb175a280d6df3595ec6f0ab7
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
include/NTMakefile
lib/gssapi/krb5/pname_to_uid.c
lib/gssapi/mech/gss_pname_to_uid.c
windows/NTMakefile.config