summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-251-0/+13
| | | | governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile.
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-0/+7
|
* Found out our config file supports comments (hooray) and added a bunch ↵Michael DeHaan2008-05-161-2/+136
| | | | explaining what all of the settings do. Should have done this long ago but glad to have it!
* Fix typo in config file.Michael DeHaan2008-05-051-2/+2
|
* Various DNS/DHCP work.Michael DeHaan2008-05-021-3/+4
|
* Added some check code for BIND.Michael DeHaan2008-05-021-0/+2
|
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-022-1/+5
| | | | In progress.
* Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-021-1/+1
|
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-0/+1
|
* Apply Pablo's patch to add OMAPI support to dhcp config generation.Michael DeHaan2008-05-021-0/+2
|
* Send registration parameters at the right spot.Michael DeHaan2008-04-211-1/+0
|
* Add isc_set_hostname to packaged settings fileMichael DeHaan2008-04-211-0/+1
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-182-3/+14
| | | | under mod_python, kickstart templating code now moved out of sync function.
* To make things easier to understand, enable RW-xmlrpc by default, just ↵Michael DeHaan2008-04-162-2/+2
| | | | change the authentication modes to deny_all in the config file (by default)
* logrotate should not send emails to root when restarting services.Michael DeHaan2008-04-151-2/+2
|
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-152-1/+8
| | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch.
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-4/+15
| | | | best practices in naming.
* Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-041-0/+2
|
* Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-1/+1
| | | | | file (who's default is "admin" through the CLI) ... the webui will prepopulate the field with the name of the logged in user.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-0/+1
| | | | objects. Also, ownership field for new objects in the WebUI is prepopulated with the username of the logged in user, to prevent accidental lockouts. All of this is untested at this point -- will be polished up soon.
* Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic ↵Michael DeHaan2008-04-011-0/+4
| | | | | | | neccessary in some configurations. Wiki has/will be updated to explain usage for those who need it. For those that don't the defaults should be sufficient for the new parameters.
* Fix default config file format.Michael DeHaan2008-03-311-3/+5
|
* Remove trailing commas in config fileMichael DeHaan2008-03-311-4/+4
|
* Missing fileMichael DeHaan2008-03-261-0/+26
|
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-1/+1
|
* Add LDAP settings to /var/lib/cobbler/settingsMichael DeHaan2008-03-251-0/+4
|
* tftpboot location discovery for F9Michael DeHaan2008-03-251-1/+0
|
* Fix default flags for yumdownloaderMichael DeHaan2008-03-131-1/+1
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-0/+2
|
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-0/+2
|
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-0/+1
|
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-052-3/+8
| | | | | | on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine.
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-054-18/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-7/+3
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-042-3/+8
| | | | active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-2/+18
| | | | using Apache modules.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-1/+1
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+1
|
* (A) add/tweak testcase for blender cache code, (B) modify htaccess file to ↵Michael DeHaan2007-11-141-1/+2
| | | | | | only authenticate the webui, not the other cgi's.
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-091-0/+8
|
* Removing docs on yum_core_mirror_from_server (off by default), now ↵Michael DeHaan2007-11-021-1/+1
| | | | explaining yum_post_install_mirror (which is on by default, and only slightly different).
* Since some versions of yumdownloader don't support --resolve, allow people ↵Michael DeHaan2007-11-011-1/+1
| | | | | | | | | to remove it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list.
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-303-14/+10
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-0/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-292-12/+14
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-0/+12
| | | | / etc
* Don't exclude openoffice langs from the rsync, as that's a fairly common ↵Michael DeHaan2007-10-241-1/+0
| | | | package to install.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-0/+4
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Added profile virt-bridge setting to the settings fileMichael DeHaan2007-10-101-0/+1
|
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+9
| | | | SELinux context.