Robert Levas created AMBARI-13060: ------------------------------------- Summary: Kerberos: Allow user to specify additional realms for auth-to-local rules Key: AMBARI-13060 URL: https://issues.apache.org/jira/browse/AMBARI-13060 Project: Ambari Issue Type: Bug Components: ambari-server, ambari-web Affects Versions: 2.0.0 Reporter: Robert Levas Assignee: Robert Levas Fix For: 2.1.2
Allow user to specify additional realms for auth-to-local rules. This will add _default_ rules for the specified realm(s) to the generated auth-to-local rule sets. For example: {noformat} RULE:[1:$1@$0](.*@USER_REALM.COM)s/@.*// {noformat} The value should be a (comma) delimited list of realm names set in {{kerberos-env/user_realms}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)