]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Document unlockiter
authorTom Yu <tlyu@mit.edu>
Sat, 2 Aug 2014 18:20:35 +0000 (14:20 -0400)
committerTom Yu <tlyu@mit.edu>
Sat, 2 Aug 2014 18:20:35 +0000 (14:20 -0400)
ticket: 7977

doc/admin/admin_commands/kadmin_local.rst
doc/admin/conf_files/kdc_conf.rst

index 8409303ded5b003f7074c9d5aad688245a4c0d76..faf71059050c783b1f87417eeac072bf3e72f342 100644 (file)
@@ -154,6 +154,19 @@ Supported options for the DB2 module are:
     **-x dbname=**\ \*filename*
         Specifies the base filename of the DB2 database.
 
+    **-x lockiter**
+        Make iteration operations hold the lock for the duration of
+        the entire operation, rather than temporarily releasing the
+        lock while handling each principal.  This is the default
+        behavior, but this option exists to allow command line
+        override of a [dbmodules] setting.  First introduced in
+        release 1.13.
+
+    **-x unlockiter**
+        Make iteration operations unlock the database for each
+        principal, instead of holding the lock for the duration of the
+        entire operation.  First introduced in release 1.13.
+
 Supported options for the LDAP module are:
 
     **-x host=**\ *ldapuri*
index eaeabda6bfac9a43b6780d95328d8b3903632446..d6bfd0efc9c1f09732ec17e260b70fb69719537c 100644 (file)
@@ -456,6 +456,13 @@ The following tags may be specified in a [dbmodules] subsection:
     **ldap_kdc_sasl_authcid** or **ldap_kadmind_sasl_authcid** names
     for SASL authentication.  This file must be kept secure.
 
+**unlockiter**
+    If set to ``true``, this DB2-specific tag causes iteration
+    operations to release the database lock while processing each
+    principal.  Setting this flag to ``true`` can prevent extended
+    blocking of KDC or kadmin operations when dumps of large databases
+    are in progress.  First introduced in release 1.13.
+
 The following tag may be specified directly in the [dbmodules]
 section to control where database modules are loaded from: