diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-09-21 16:29:00 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-09-21 16:29:00 +0000 |
| commit | af105268217bc5d8b93c3c0c66eca087ffb10085 (patch) | |
| tree | 53fccb58581d01e3bd8c0e693b785ff12e4bf1ce /src/include | |
| parent | 237e57c297708c8009cf2af4833b78abc4e05bbc (diff) | |
| download | krb5-af105268217bc5d8b93c3c0c66eca087ffb10085.tar.gz krb5-af105268217bc5d8b93c3c0c66eca087ffb10085.tar.xz krb5-af105268217bc5d8b93c3c0c66eca087ffb10085.zip | |
Add kadmin functionality for string attributes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25215 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/kdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
