summaryrefslogtreecommitdiffstats
path: root/src/include/kdb.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-07-15 03:17:08 +0000
committerGreg Hudson <ghudson@mit.edu>2010-07-15 03:17:08 +0000
commit002d9a7e7cb50e71c9ffdf3b2cf60bac3b374235 (patch)
tree6822a7c3620aa70c03340e3af2933e4731fc8926 /src/include/kdb.h
parentf800e51b28c1fd8c1cf44906cb2984f68e5a6446 (diff)
downloadkrb5-002d9a7e7cb50e71c9ffdf3b2cf60bac3b374235.tar.gz
krb5-002d9a7e7cb50e71c9ffdf3b2cf60bac3b374235.tar.xz
krb5-002d9a7e7cb50e71c9ffdf3b2cf60bac3b374235.zip
Addendum to r24182: Fix a comment referencing the db_invoke
SIGN_DB_AUTHDATA method. ticket: 6749 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24188 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kdb.h')
-rw-r--r--src/include/kdb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index b09c4a3c3d..5b5c13221c 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -870,9 +870,7 @@ typedef struct _kdb_vftabl {
* Mandatory: Set *entry to an allocated entry for the principal
* search_for. If the principal is not found, return KRB5_KDB_NOENTRY.
*
- * The meaning of flags are as follows (some of these may be processed by
- * db_invoke methods such as KRB5_KDB_METHOD_SIGN_AUTH_DATA rather than by
- * db_get_principal):
+ * The meaning of flags are as follows:
*
* KRB5_KDB_FLAG_CANONICALIZE: Set by the KDC when looking up entries for
* an AS or TGS request with canonicalization requested. Determines
@@ -881,7 +879,7 @@ typedef struct _kdb_vftabl {
* KRB5_KDB_FLAG_INCLUDE_PAC: Set by the KDC during an AS request when the
* client requested PAC information during padata, and during most TGS
* requests. Indicates that the module should include PAC information
- * when generating authorization data.
+ * when its sign_authdata method is invoked.
*
* KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY: Set by the KDC when looking up the
* client entry in an AS request. Affects how the module should return