aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-04-30 15:08:50 +0000
committerGreg Hudson <ghudson@mit.edu>2009-04-30 15:08:50 +0000
commite09d89cc3adf43cc245942a6d0e87ac84b362054 (patch)
tree05860dec139a0e78561ec5f2784e93bb69160eb3 /doc
parent27901f6cce3588c9ac1aa6cadb6ee6147ca57a24 (diff)
downloadkrb5-e09d89cc3adf43cc245942a6d0e87ac84b362054.zip
krb5-e09d89cc3adf43cc245942a6d0e87ac84b362054.tar.gz
krb5-e09d89cc3adf43cc245942a6d0e87ac84b362054.tar.bz2
Document ok_as_delegate in the admin guide
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22293 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/admin.texinfo15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/admin.texinfo b/doc/admin.texinfo
index 6038814..207d28c 100644
--- a/doc/admin.texinfo
+++ b/doc/admin.texinfo
@@ -2274,6 +2274,14 @@ will probably never need to use this option.)
``+password_changing_service'' option sets the KRB5_KDB_PWCHANGE_SERVICE
flag on the principal in the database.
+@item @{-|+}ok_as_delegate
+The ``+ok_as_delegate'' option sets a flag in tickets issued for the
+service principal. Some client programs may recognize this flag as
+indicating that it is okay to delegate credentials to the service. If
+ok_as_delegate is set on a cross-realm TGT, it indicates that the
+foreign realm's ok_as_delegate flags should be honored by clients in
+the local realm. The default is ``-ok_as_delegate''.
+
@item -randkey
Sets the key for the principal to a random value (@code{add_principal}
only). @value{COMPANY} recommends using this option for host keys.
@@ -3101,6 +3109,13 @@ hardware device before being allowed to kinit. (Sets the
@samp{KRB5_KDB_REQURES_HW_AUTH} flag.) @code{-requires_hwauth} clears
this flag.
+@itemx @{-|+@}ok_as_delegate
+@code{+ok_as_delegate} sets the OK-AS-DELEGATE flag on tickets issued for use
+with this principal as the service, which clients may use as a hint that
+credentials can and should be delegated when authenticating to the service.
+(Sets the @samp{KRB5_KDB_OK_AS_DELEGATE} flag.) @code{-ok_as_delegate} clears
+this flag.
+
@itemx @{-|+@}allow_svr
@code{-allow_svr} prohibits the issuance of service tickets for principals. (Sets the @samp{KRB5_KDB_DISALLOW_SVR} flag.) @code{+allow_svr} clears this flag.