]> git.sur5r.net Git - openldap/commit
Added support for AIX security database:
authorHoward Chu <hyc@openldap.org>
Thu, 11 May 2000 10:10:53 +0000 (10:10 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 May 2000 10:10:53 +0000 (10:10 +0000)
commit605832eaa5dee305e96dea3033b76bbd2f7c2bfd
tree4acfc60e26224651d0a41b89eb600ddeb9dd8f40
parenta556140e659619947690147bb98486023ffa1d76
Added support for AIX security database:
  configure.in: check for AIX security library, set in AUTH_LIBS macro
  top.mk: add AUTH_LIBS macro to SECURITY_LIBS
  portable.h.in: added HAVE_AIX_SECURITY macro (via autoheader)
  passwd.c: use AIX getuserpw in chk_unix. Also fix logic in chk_unix:
   getpwnam must always succeed for the given user. It is not a
fatal error if getspnam returns no result for the user: On
systems that support /etc/shadow, its usage is optional. The
same logic applies for AIX, SCO/HP SecureWare, etc.
build/top.mk
configure.in
include/portable.h.in
libraries/liblutil/passwd.c