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:
2
configure
vendored
2
configure
vendored
@@ -14846,7 +14846,7 @@ done
|
||||
|
||||
COMMON_OBJS="${COMMON_OBJS} aix.lo"
|
||||
|
||||
for _sym in aix_prep_user_v1 aix_restoreauthdb_v1 aix_setauthdb_v1; do
|
||||
for _sym in aix_prep_user_v1 aix_restoreauthdb_v1 aix_setauthdb_v1 aix_setauthdb_v2 aix_getauthregistry_v1; do
|
||||
COMPAT_EXP="${COMPAT_EXP}${_sym}
|
||||
"
|
||||
done
|
||||
|
Reference in New Issue
Block a user