allow : in realm names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23868 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-28 05:14:45 +00:00
parent c433df9fa7
commit bee840aafa

View File

@@ -234,7 +234,7 @@ krb5_parse_name_flags(krb5_context context,
start = q;
continue;
}
if(got_realm && (c == ':' || c == '/' || c == '\0')) {
if(got_realm && (c == '/' || c == '\0')) {
ret = KRB5_PARSE_MALFORMED;
krb5_set_error_message(context, ret,
N_("part after realm in principal name", ""));