From 5bb2b611b4e2f40abc4c15bc324892c88b39f55e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 14 Dec 2005 19:21:10 +0000 Subject: 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 --- src/windows/identity/include/khmsgtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/identity/include') 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: -- cgit