Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMS-3429: remove RealmName pattern #17

Merged

Conversation

frasertweedale
Copy link
Contributor

KerberosRealm is defined in RFC 4120 as:

KerberosString  ::= GeneralString (IA5String)
Realm           ::= KerberosString

So any string of ASCII printables is valid. Remove the regex pattern which is too tight.

Related: https://issues.redhat.com/browse/HMS-3429

KerberosRealm is defined in RFC 4120 as:

```
KerberosString  ::= GeneralString (IA5String)
Realm           ::= KerberosString
```

So any ASCII string is valid.  Remove the regex pattern which is
too tight.

Related: https://issues.redhat.com/browse/HMS-3429
@frasertweedale frasertweedale requested review from tiran and avisiedo and removed request for tiran and avisiedo March 7, 2024 06:30
@frasertweedale frasertweedale merged commit 06fe017 into podengo-project:main Mar 13, 2024
1 check passed
@frasertweedale frasertweedale deleted the HMS-3429-realm-pattern branch March 13, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants