From af105268217bc5d8b93c3c0c66eca087ffb10085 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 21 Sep 2011 16:29:00 +0000 Subject: Add kadmin functionality for string attributes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25215 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/kdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/kdb.h b/src/include/kdb.h index 31f48b151..809722eda 100644 --- a/src/include/kdb.h +++ b/src/include/kdb.h @@ -243,7 +243,7 @@ typedef struct __krb5_key_salt_tuple { #define KRB5_TL_MKEY_AUX 0x000a /* String attributes may not always be represented in tl-data. kadmin clients - * must use the modify_strings and get_strings RPCs. */ + * must use the get_strings and set_string RPCs. */ #define KRB5_TL_STRING_ATTRS 0x000b #define KRB5_TL_PAC_LOGON_INFO 0x0100 /* NDR encoded validation info */ -- cgit