Comment 2 for bug 741661

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Hmm, there's a bit more work to be done on this bug.

 1) I still had to edit cobbler_web.conf and comment out:
 #CustomLog logs/access_log combined env=!dontlog

 2) The symlinks in cobbler-web.postinst all need to be "ln -sf", or else upgrades of the package will fail.

 3) I still had to edit /etc/cobbler/modules.conf and set:
  module = authn_configfile

 4) I still had to add users to /etc/cobbler/users.digest and restart.

I have a patch that solves most of this.