Description of problem: The MCIG needs to mention kerberos authentication in cumin. See BZ 799129 for the functionality that needs to be documented.
Hi Chad, can you please provide some source content on how to configure Kerberos authentication? IIUC the affected section is: * 4.7. Managing Users http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2/html-single/Management_Console_Installation_Guide/index.html Thank you!
To enable Kerberos authentication in cumin, you will need to make the following changes in /etc/cumin/cumin.conf. [web] auth: kerb #multiple values separated by semicolons if you also need ldap authentication kerberos_server: <your kerberos server address> kerberos_realm: <your kerberos realm>
Additional information: In order to be able to use kerberos authentication, the python-kerberos package is required (currently unavailable in el5).
Update: kerberos_server is no longer required (it is looked-up against values in krb5.conf at runtime using the kerberos_realm as the key) [web] auth: kerb #multiple values separated by semicolons if you also need ldap authentication kerberos_realm: <your kerberos realm>
Revision 3.1-1 Thu Feb 28 2013 --> VERIFIED