Makefile.in (build_pwfile): Add rule to build the build_pwfile program
authorTheodore Tso <tytso@mit.edu>
Fri, 3 Jul 1998 22:34:54 +0000 (22:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 3 Jul 1998 22:34:54 +0000 (22:34 +0000)
commitdf1bc2c9c34765cb8eeb75c704d7ce0294f4743b
tree53565355572076bb29a3f17dcc1083d862cb2297
parente7fe8eaef32539fc176888413cdcf345952b9efb
Makefile.in (build_pwfile): Add rule to build the build_pwfile program

kadm_server.c (kadm_ser_cpw): Put the call to the kadm_approve_pw in
the common code, so it's executed even if KADM5 is defined.  Add
appropriate syslogs to the change password processing.

kadm_funcs.c (pwstring;): If NDBM_PW_CHECK is defined, then do the
NDBM-based dictionary check.  Build kadmind4 using the make option
PW_CHECK=-DNDBM_PW_CHECK if this feature is desired.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10621 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/v4server/ChangeLog
src/kadmin/v4server/Makefile.in
src/kadmin/v4server/build_pwfile.c [new file with mode: 0644]
src/kadmin/v4server/kadm_funcs.c
src/kadmin/v4server/kadm_server.c