mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add an administrative domain to the passwd/group cache key for
AIX which can have different name <-> ID mappings depending on whether the database is local, LDAP, etc.
This commit is contained in:
@@ -1749,7 +1749,7 @@ case "$host" in
|
||||
[AC_CHECK_TYPES([authdb_t], [], [], [#include <usersec.h>])])
|
||||
|
||||
COMMON_OBJS="${COMMON_OBJS} aix.lo"
|
||||
SUDO_APPEND_COMPAT_EXP(aix_prep_user_v1 aix_restoreauthdb_v1 aix_setauthdb_v1)
|
||||
SUDO_APPEND_COMPAT_EXP(aix_prep_user_v1 aix_restoreauthdb_v1 aix_setauthdb_v1 aix_setauthdb_v2 aix_getauthregistry_v1)
|
||||
|
||||
# These prototypes may be missing
|
||||
AC_CHECK_DECLS([usrinfo], [], [], [
|
||||
|
Reference in New Issue
Block a user