Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
-
None
Description
This is a valid krb5.conf (MIT style):
[libdefaults]
default_realm = EXAMPLE.COM
[realms]
EXAMPLE.COM = {
kdc = localhost:88
auth_to_local = {
RULE:[2:$1](johndoe)s/^.*$/guest/
RULE:[2:$1;$2](^.*;admin$)s/;admin$//
RULE:[2:$2](root)
DEFAULT
}
}
It fails with a "java.lang.IndexOutOfBoundsException : Invalid array range: 1 to 1" as it doesn't understand that values can be multi-line between "{}".
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-16023 Support system /etc/krb5.conf for auth_to_local rules
- Open