From 02dc3de4cb9553e45d29053b923b083d670db5fa Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Tue, 9 Jul 1996 20:19:21 +0000 Subject: update dbname, admin_dbname, admin_lockfile dependencies git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8611 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-funcspec.tex | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'doc/kadm5') diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index 8c1a6ce3ea..e00fa160bc 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -428,13 +428,23 @@ information. There is no default. \item[admin_dbname] Variable: admin_database_name. ADBNAME. Server. The administration database name to use; the administration database -stores policy information. The default is the value of dbname -followed by ``.kadm5'', if dbname is set. +stores policy information. If DBNAME is specified in the input +parameters and ADBNAME is not, the admin_database_name variable is +overridden and the field is set to the value of dbname followed by +``.kadm5''. The default, if DBNAME is not set and the variable is not +defined, is also the value of dbname followed by ``.kadm5'', if dbname +is set. \item[admin_lockfile] Variable: admin_database_lockfile. ADB_LOCKFILE. Server. The administration database lock file name, -used to lock the administration database. The default is admin_dbname -followed by ``.lock'', if admin_dbname is set. +used to lock the administration database. If ADBNAME or DBNAME is +specified in the input parameters and ADB_LOCKFILE is not, the +admin_database_lockfile variable is overridden and the field is set to +the value of admin_dbname followed by ``.lock'' (this depends on +admin_dbname already being set based on DBNAME as described above). +The default, if neither DBNAME nor ADBNAME is set in the input +parameters and the variable is not defined, is admin_dbname followed +by ``.lock'', if admin_dbname is set. \item[acl_file] Variable: acl_file. ACL_FILE. Server. The admin server's ACL file. No default. -- cgit