svn rev #24188: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Jul 14 23:17:08 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24188
Commit By: ghudson
Log Message:
ticket: 6749
status: open

Addendum to r24182: Fix a comment referencing the db_invoke
SIGN_DB_AUTHDATA method.



Changed Files:
U   trunk/src/include/kdb.h
Modified: trunk/src/include/kdb.h
===================================================================
--- trunk/src/include/kdb.h	2010-07-15 03:12:57 UTC (rev 24187)
+++ trunk/src/include/kdb.h	2010-07-15 03:17:08 UTC (rev 24188)
@@ -870,9 +870,7 @@
      * 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 @@
      * 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




More information about the cvs-krb5 mailing list