summaryrefslogtreecommitdiffstats
path: root/doc/kadm5
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-07-09 20:19:21 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-07-09 20:19:21 +0000
commit02dc3de4cb9553e45d29053b923b083d670db5fa (patch)
tree60f77b0857c82336850dd40e2f48eef88d0dd1f3 /doc/kadm5
parent44b5152aa2915f0c05cc7cda31baa1a12f47043f (diff)
downloadkrb5-02dc3de4cb9553e45d29053b923b083d670db5fa.tar.gz
krb5-02dc3de4cb9553e45d29053b923b083d670db5fa.tar.xz
krb5-02dc3de4cb9553e45d29053b923b083d670db5fa.zip
update dbname, admin_dbname, admin_lockfile dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8611 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/kadm5')
-rw-r--r--doc/kadm5/api-funcspec.tex18
1 files changed, 14 insertions, 4 deletions
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.