aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests
Commit message (Collapse)AuthorAgeFilesLines
* Provide a slapd file for the master, tooDan Fandrich2023-12-202-0/+6
| | | | Puppet insists on it.
* Disable the slave LDAP backup using the right config fileDan Fandrich2023-12-201-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 slaveDan Fandrich2023-12-191-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 masterOlivier Blin2016-02-291-0/+4
| | | | Was done manually in /etc/hosts on valstar and duvel
* openldap: use slapd service instead of ldap on Mageia >= 4Olivier Blin2015-11-304-5/+16
| | | | As detected by tmb on new valstar
* variable enclosing fixesThomas Backlund2015-10-201-1/+1
|
* use consistent domain referencesThomas Backlund2015-10-201-2/+2
|
* lint fixes for openldapThomas Backlund2015-10-201-2/+0
|
* More mga-common mga_common remaningNicolas Vigier2013-06-191-1/+1
|
* Rename mga-common module to mga_common.Nicolas Vigier2013-06-191-1/+1
| | | | New puppet version doesn't like modules with a - in their name.
* Local_script -> Mga-common::Local_scriptNicolas Vigier2012-12-101-1/+1
|
* openldap: use mga-common::local_scriptNicolas Vigier2012-12-101-1/+1
|
* rename common to init.pp, and split off slave in a separate fileMichael Scherer2012-03-195-47/+44
| | | | simplify the inheritence tree, since puppet-lint complain
* split master of the main fileMichael Scherer2012-03-192-42/+41
|
* split most class and define from main openldap init.pp fileMichael Scherer2012-03-195-53/+52
|
* add the function get_ldap_servers to get all ldap servers ( andMichael Scherer2012-01-221-0/+8
| | | | so to automatically add any slave we add later )
* fix needed rpm for the scriptMichael Scherer2012-01-221-0/+3
|
* fix typoMichael Scherer2012-01-221-2/+2
|
* automatically fill the ldap on test vm ( denoted by the environment variableMichael Scherer2012-01-221-0/+14
| | | | set to test )
* do a config check before restarting openldapMichael Scherer2012-01-211-1/+6
|
* small cleanup of openldap module serviceMichael Scherer2012-01-161-4/+2
|
* refactor the configuration of openldapMichael Scherer2012-01-081-41/+19
|
* fix ordering issuesMichael Scherer2011-09-191-0/+1
|
* fix last commit, use the proper syntax for ressource inheritanceMichael Scherer2011-08-171-6/+6
|
* fix inheritance ( worked by chance before )Michael Scherer2011-08-171-36/+33
|
* fix orderingMichael Scherer2011-08-171-0/+1
|
* fix again wrong quotesMichael Scherer2011-05-291-1/+1
|
* fix typo due to my old packager habits of using requires instead of requireMichael Scherer2011-05-291-1/+1
|
* add explicit requires to the cert so we do not try to start without itMichael Scherer2011-05-291-0/+1
|
* add explicit inheritance with common, as it seems to notMichael Scherer2011-05-291-0/+2
| | | | work as I believe for this case ( do not have time to figure more toroughly )
* fix syntax errorsMichael Scherer2011-05-291-2/+3
|
* add a slave class to create a 2nd ldapMichael Scherer2011-05-291-0/+25
|
* split the configuration for the test database in another file ( to prepare ↵Michael Scherer2011-05-291-1/+1
| | | | for slave server )
* add a secondary ldap tree for testing purpose, requested by maatMichael Scherer2011-01-231-0/+9
|
* - rename base class, more consistentMichael Scherer2011-01-061-2/+2
|
* since the domain name is not added automatically by openssl module, addMichael Scherer2010-11-301-1/+1
| | | | it here
* - use new class for openssl certsMichael Scherer2010-11-211-4/+2
|
* - create a self signed certificate if not present ( for test vm )Michael Scherer2010-11-211-0/+13
|
* - add ldap config file, with ldap restricted to localhost (until we set a ↵Michael Scherer2010-10-291-0/+14
| | | | firewall or stricter acl)
* -fix templates namingMichael Scherer2010-10-281-1/+1
|
* - deploy ldap with puppet on valstarMichael Scherer2010-10-281-0/+46