The following does NOT work: why? # vi /etc/cobbler/modules.conf [authentication] module = authn_passthru
[authorization] module = authz_ownership :wq! # vi /etc/cobbler/users.conf [admins] admin = "" cobbler = "" [email protected] = "" :wq! # vi /etc/httpd/conf.d/cobbler.conf LoadModule auth_kerb_module modules/mod_auth_kerb.so <Directory "/var/www/cobbler/web/"> AuthType Kerberos AuthName "Kerberos Login" KrbServiceName HTTP Krb5Keytab /etc/httpd/conf.d/HTTP.keytab KrbAuthRealms EXAMPLE.COM Require valid-user SetHandler mod_python PythonAuthenHandler index PythonHandler index PythonPath "sys.path + ['/var/www/cobbler/web/']" PythonDebug on </Directory> :wq! # /etc/init.d/cobblerd restart # /etc/init.d/httpd restart Browse to the Web UI and login as [email protected]: (1) Logging in as [email protected] works fine. BUT (2) [email protected] can only list things! [email protected] can't add anything! It behaves as if cobbler doesn't see [email protected] in user.conf. Any ideas? How do I debug this? _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
