| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove conditionals for releases older than Mageia 6 | Dan Fandrich | 2024-10-15 | 1 | -5/+1 |
| | | | | | | This eliminates a bunch of conditionals, simplifying the configuration. We no longer have any servers running on a release older than this. | ||||
| * | Update another ref to the systemv slapd refresh command | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | |||||
| * | Fix the slapd refresh command | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | | | openldap no longer uses a systemv service file, so call the check command directly. | ||||
| * | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | | This should result in no difference in configuration. | ||||
| * | Provide a slapd file for the master, too | Dan Fandrich | 2023-12-20 | 2 | -0/+6 |
| | | | | | Puppet insists on it. | ||||
| * | Disable the slave LDAP backup using the right config file | Dan Fandrich | 2023-12-20 | 1 | -1/+5 |
| | | | | | | The cron job uses the slapd file, not the ldap file to configure itself, so disable the job there instead. This updates commit a27358df4 | ||||
| * | Disable LDAP backup on slave | Dan Fandrich | 2023-12-19 | 1 | -1/+1 |
| | | | | | | The master is backed up and is the source of reference, and the slave backup was just throwing up errors due to missing packages. | ||||
| * | openldap: make sure ldap.mageia.org gets resolved to 127.0.0.1 on master | Olivier Blin | 2016-02-29 | 1 | -0/+4 |
| | | | | | Was done manually in /etc/hosts on valstar and duvel | ||||
| * | openldap: use slapd service instead of ldap on Mageia >= 4 | Olivier Blin | 2015-11-30 | 4 | -5/+16 |
| | | | | | As detected by tmb on new valstar | ||||
| * | variable enclosing fixes | Thomas Backlund | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | use consistent domain references | Thomas Backlund | 2015-10-20 | 1 | -2/+2 |
| | | |||||
| * | lint fixes for openldap | Thomas Backlund | 2015-10-20 | 1 | -2/+0 |
| | | |||||
| * | More mga-common mga_common remaning | Nicolas Vigier | 2013-06-19 | 1 | -1/+1 |
| | | |||||
| * | Rename mga-common module to mga_common. | Nicolas Vigier | 2013-06-19 | 1 | -1/+1 |
| | | | | | New puppet version doesn't like modules with a - in their name. | ||||
| * | Local_script -> Mga-common::Local_script | Nicolas Vigier | 2012-12-10 | 1 | -1/+1 |
| | | |||||
| * | openldap: use mga-common::local_script | Nicolas Vigier | 2012-12-10 | 1 | -1/+1 |
| | | |||||
| * | rename common to init.pp, and split off slave in a separate file | Michael Scherer | 2012-03-19 | 5 | -47/+44 |
| | | | | | simplify the inheritence tree, since puppet-lint complain | ||||
| * | split master of the main file | Michael Scherer | 2012-03-19 | 2 | -42/+41 |
| | | |||||
| * | split most class and define from main openldap init.pp file | Michael Scherer | 2012-03-19 | 5 | -53/+52 |
| | | |||||
| * | add the function get_ldap_servers to get all ldap servers ( and | Michael Scherer | 2012-01-22 | 1 | -0/+8 |
| | | | | | so to automatically add any slave we add later ) | ||||
| * | fix needed rpm for the script | Michael Scherer | 2012-01-22 | 1 | -0/+3 |
| | | |||||
| * | fix typo | Michael Scherer | 2012-01-22 | 1 | -2/+2 |
| | | |||||
| * | automatically fill the ldap on test vm ( denoted by the environment variable | Michael Scherer | 2012-01-22 | 1 | -0/+14 |
| | | | | | set to test ) | ||||
| * | do a config check before restarting openldap | Michael Scherer | 2012-01-21 | 1 | -1/+6 |
| | | |||||
| * | small cleanup of openldap module service | Michael Scherer | 2012-01-16 | 1 | -4/+2 |
| | | |||||
| * | refactor the configuration of openldap | Michael Scherer | 2012-01-08 | 1 | -41/+19 |
| | | |||||
| * | fix ordering issues | Michael Scherer | 2011-09-19 | 1 | -0/+1 |
| | | |||||
| * | fix last commit, use the proper syntax for ressource inheritance | Michael Scherer | 2011-08-17 | 1 | -6/+6 |
| | | |||||
| * | fix inheritance ( worked by chance before ) | Michael Scherer | 2011-08-17 | 1 | -36/+33 |
| | | |||||
| * | fix ordering | Michael Scherer | 2011-08-17 | 1 | -0/+1 |
| | | |||||
| * | fix again wrong quotes | Michael Scherer | 2011-05-29 | 1 | -1/+1 |
| | | |||||
| * | fix typo due to my old packager habits of using requires instead of require | Michael Scherer | 2011-05-29 | 1 | -1/+1 |
| | | |||||
| * | add explicit requires to the cert so we do not try to start without it | Michael Scherer | 2011-05-29 | 1 | -0/+1 |
| | | |||||
| * | add explicit inheritance with common, as it seems to not | Michael Scherer | 2011-05-29 | 1 | -0/+2 |
| | | | | | work as I believe for this case ( do not have time to figure more toroughly ) | ||||
| * | fix syntax errors | Michael Scherer | 2011-05-29 | 1 | -2/+3 |
| | | |||||
| * | add a slave class to create a 2nd ldap | Michael Scherer | 2011-05-29 | 1 | -0/+25 |
| | | |||||
| * | split the configuration for the test database in another file ( to prepare ↵ | Michael Scherer | 2011-05-29 | 1 | -1/+1 |
| | | | | | for slave server ) | ||||
| * | add a secondary ldap tree for testing purpose, requested by maat | Michael Scherer | 2011-01-23 | 1 | -0/+9 |
| | | |||||
| * | - rename base class, more consistent | Michael Scherer | 2011-01-06 | 1 | -2/+2 |
| | | |||||
| * | since the domain name is not added automatically by openssl module, add | Michael Scherer | 2010-11-30 | 1 | -1/+1 |
| | | | | | it here | ||||
| * | - use new class for openssl certs | Michael Scherer | 2010-11-21 | 1 | -4/+2 |
| | | |||||
| * | - create a self signed certificate if not present ( for test vm ) | Michael Scherer | 2010-11-21 | 1 | -0/+13 |
| | | |||||
| * | - add ldap config file, with ldap restricted to localhost (until we set a ↵ | Michael Scherer | 2010-10-29 | 1 | -0/+14 |
| | | | | | firewall or stricter acl) | ||||
| * | -fix templates naming | Michael Scherer | 2010-10-28 | 1 | -1/+1 |
| | | |||||
| * | - deploy ldap with puppet on valstar | Michael Scherer | 2010-10-28 | 1 | -0/+46 |
