Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | duvel ldap is still bdb | Thomas Backlund | 2018-03-14 | 1 | -5/+3 |
| | |||||
* | ldap: allow ed25519 ssh keys | Thomas Backlund | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Increase max LDAP size to fix replication to neru | Pascal Terjan | 2018-02-26 | 1 | -0/+2 |
| | |||||
* | Fix typo | Pascal Terjan | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Get slapd to start on Mageia 6 | Pascal Terjan | 2017-09-24 | 1 | -0/+10 |
| | |||||
* | 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 | ||||
* | remove more valstar configs | Thomas Backlund | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | duvel is ldap too | Thomas Backlund | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | openldap: load back_bdb module on Mageia >= 4 | Olivier Blin | 2015-11-30 | 1 | -0/+3 |
| | | | | As detected by tmb on new valstar | ||||
* | 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 | 5 | -10/+5 |
| | |||||
* | - disable checking of locally signed cert | Thomas Backlund | 2014-09-23 | 1 | -0/+1 |
| | | | | | 'fixes' nonworking slave ldap TODO: fix properly when infra is running mga4 | ||||
* | 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. | ||||
* | openldap: allow setting drink (favoriteDrink) attribute | Nicolas Vigier | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix regexp for matching dsa key ( since it would have been too logical to ↵ | Michael Scherer | 2012-02-12 | 1 | -1/+1 |
| | | | | call that dsa key and use ssh-dsa.. ) | ||||
* | do not join directly in the function, some consumers of the information ↵ | Michael Scherer | 2012-01-22 | 1 | -1/+1 |
| | | | | requires specific changes | ||||
* | add the function get_ldap_servers to get all ldap servers ( and | Michael Scherer | 2012-01-22 | 2 | -0/+21 |
| | | | | so to automatically add any slave we add later ) | ||||
* | add more group for bootstrapping | Michael Scherer | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | also fill the ldap with server object | Michael Scherer | 2012-01-22 | 1 | -0/+11 |
| | |||||
* | also create Hosts ou | Michael Scherer | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | fix needed rpm for the script | Michael Scherer | 2012-01-22 | 1 | -0/+3 |
| | |||||
* | fix typo | Michael Scherer | 2012-01-22 | 1 | -2/+2 |
| | |||||
* | refactor the declaration of group with a for loop | Michael Scherer | 2012-01-22 | 1 | -9/+13 |
| | |||||
* | 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 | 3 | -1/+42 |
| | | | | set to test ) | ||||
* | fix the configuration change from commit 2311 | Michael Scherer | 2012-01-21 | 1 | -4/+2 |
| | |||||
* | do a config check before restarting openldap | Michael Scherer | 2012-01-21 | 1 | -1/+6 |
| | |||||
* | comment last commit, do not work as expected | Michael Scherer | 2012-01-21 | 1 | -2/+5 |
| | |||||
* | force some constraint on ssh key in ldap, since several packagers did not | Michael Scherer | 2012-01-21 | 1 | -0/+4 |
| | | | | correctly put their keys today | ||||
* | 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 |
| | |||||
* | workaround problem on 2010.0 , where kolab schema conflict with | Michael Scherer | 2011-05-29 | 1 | -1/+4 |
| | | | | another one we use | ||||
* | 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 user used for synchronisation | Michael Scherer | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | fix syntax errors | Michael Scherer | 2011-05-29 | 1 | -2/+3 |
| |