pull up r22518 from trunk ------------------------------------------------------------------------ r22518 | raeburn | 2009-08-12 13:58:24 -0400 (Wed, 12 Aug 2009) | 19 lines r22529@squish: raeburn | 2009-08-12 13:49:45 -0400 . r22530@squish: raeburn | 2009-08-12 13:55:57 -0400 Change KRBCONF_KDC_MODIFIES_KDB to a mostly run-time option. Change all code conditionals to test a new global variable, the initial value of which is based on KRBCONF_KDC_MODIFIES_KDB. There is currently no way to alter the value from the command line; that will presumably be desired later. Change initialize_realms to store db_args in a global variable. In process_as_req, call db_open instead of the old set_name + init. Don't reopen if an error is reported by krb5_db_fini. Add a test of running kinit with an incorrect password, to trigger a kdb update if enabled. r22531@squish: raeburn | 2009-08-12 13:58:13 -0400 Fix trailing whitespace. https://github.com/krb5/krb5/commit/b4a9656b925dcf27e9c642515abe5615bc2b319e Commit By: tlyu Revision: 23647 Changed Files: U branches/krb5-1-7/src/kdc/do_as_req.c U branches/krb5-1-7/src/kdc/extern.c U branches/krb5-1-7/src/kdc/extern.h U branches/krb5-1-7/src/kdc/main.c U branches/krb5-1-7/src/tests/dejagnu/krb-standalone/standalone.exp