diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-14 19:21:10 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-14 19:21:10 +0000 |
| commit | 5bb2b611b4e2f40abc4c15bc324892c88b39f55e (patch) | |
| tree | a54aeee493858254f89af5ab3f2500d967218fee /src/windows/identity/include | |
| parent | d227c2342a0daf8d5d42bb71a784731288a696ff (diff) | |
| download | krb5-5bb2b611b4e2f40abc4c15bc324892c88b39f55e.tar.gz krb5-5bb2b611b4e2f40abc4c15bc324892c88b39f55e.tar.xz krb5-5bb2b611b4e2f40abc4c15bc324892c88b39f55e.zip | |
KFW - Correct identity validation algorithm
Do not restrict the characters permitted in identity names
ticket: new
target_version: 1.4.4
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17557 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/include')
| -rw-r--r-- | src/windows/identity/include/khmsgtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/identity/include/khmsgtypes.h b/src/windows/identity/include/khmsgtypes.h index 9b63455e7..c2237ca19 100644 --- a/src/windows/identity/include/khmsgtypes.h +++ b/src/windows/identity/include/khmsgtypes.h @@ -552,7 +552,7 @@ name to be validated will be in the \a name_src member. The
buffer will be NULL terminated with a maximum limit of
KCDB_IDENT_MAXCCH_NAME characters including the terminating
- NULL, consisting only of characters in KCDB_IDENT_VALID_CHARS
+ NULL.
The \a result member should be set to one of the following
depending on the result of the validation:
|
