On Thu, Jan 12, 2012 at 2:57 AM, Eric Doutreleau <[email protected]> wrote: > Hi we are testing here the the developpment version of cobbler and as > the support of authn_passthrough has be removed in the 2.2.x version i m > interested in tesing this module. > > Is there any pointers how to use it? > > the final goal is to be able again to use the SSO cas authentification. > with pam support it should be possible. > -- > Eric Doutreleau
All you should need to do is set the authentication module in /etc/cobbler/modules.conf: [authentication] module = authn_pam You may also want to set the authorization module to something besides authz_allowall, because with PAM anyone who can log into your system could also log into the cobbler web interface and change stuff (the authz_ownership module is documented in the wiki). If you don't want to use the "login" PAM service, you can set this value in /etc/cobbler/settings to use a different one: authn_pam_service: "login" It will default to "login" if that value is not in the settings file though, and that should be sufficient for just about everyone. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
