+Fri Jul 25 15:37:08 1997 Tom Yu <tlyu@mit.edu>
+
+ * server_init.c: Change a few calls to align with the new kdb
+ API.
+
+ * Makefile.in: Bump version.
+
Tue Jul 1 02:32:49 1997 Tom Yu <tlyu@mit.edu>
* server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEY.
* Set the db_name based on configuration before calling
* krb5_db_init, so it will get used.
*/
- if (ret = krb5_dbm_db_set_name(handle->context,
+ if (ret = krb5_db_set_name(handle->context,
handle->params.dbname)) {
free(handle);
return(ret);
* Set the db_name based on configuration before calling
* krb5_db_init, so it will get used.
*/
- (ret = krb5_dbm_db_set_name(handle->context,
+ (ret = krb5_db_set_name(handle->context,
handle->params.dbname)) ||
(ret = krb5_db_init(handle->context)) ||
(ret = adb_policy_close(handle)) ||