aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix regexp for matching dsa key ( since it would have been too logical to ↵Michael Scherer2012-02-121-1/+1
| | | | call that dsa key and use ssh-dsa.. )
* do not join directly in the function, some consumers of the information ↵Michael Scherer2012-01-221-1/+1
| | | | requires specific changes
* add the function get_ldap_servers to get all ldap servers ( andMichael Scherer2012-01-222-0/+21
| | | | so to automatically add any slave we add later )
* add more group for bootstrappingMichael Scherer2012-01-221-1/+1
|
* also fill the ldap with server objectMichael Scherer2012-01-221-0/+11
|
* also create Hosts ouMichael Scherer2012-01-221-1/+1
|
* fix needed rpm for the scriptMichael Scherer2012-01-221-0/+3
|
* fix typoMichael Scherer2012-01-221-2/+2
|
* refactor the declaration of group with a for loopMichael Scherer2012-01-221-9/+13
|
* fix typoMichael Scherer2012-01-221-2/+2
|
* automatically fill the ldap on test vm ( denoted by the environment variableMichael Scherer2012-01-223-1/+42
| | | | set to test )
* fix the configuration change from commit 2311Michael Scherer2012-01-211-4/+2
|
* do a config check before restarting openldapMichael Scherer2012-01-211-1/+6
|
* comment last commit, do not work as expectedMichael Scherer2012-01-211-2/+5
|
* force some constraint on ssh key in ldap, since several packagers did notMichael Scherer2012-01-211-0/+4
| | | | correctly put their keys today
* 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
|
* workaround problem on 2010.0 , where kolab schema conflict withMichael Scherer2011-05-291-1/+4
| | | | another one we use
* 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 user used for synchronisationMichael Scherer2011-05-291-1/+1
|
* fix syntax errorsMichael Scherer2011-05-291-2/+3
|
* fix the path of the ssl certificateMichael Scherer2011-05-292-4/+4
|
* fix wrong variable ( s/dc_domain/dc_suffix/ )Michael Scherer2011-05-291-2/+2
|
* add a slave class to create a 2nd ldapMichael Scherer2011-05-292-0/+36
|
* move the monitor db at the beggining of the file, so we canMichael Scherer2011-05-291-6/+6
| | | | add syncrepl config to the end of the db
* split the configuration for the test database in another file ( to prepare ↵Michael Scherer2011-05-293-10/+11
| | | | for slave server )
* - deploy dynlist overlay, so we can create dynamic group ( needed for i18n ↵Michael Scherer2011-04-211-0/+4
| | | | svn access )
* Give group owner access (read - including search - and write) to owner attributeBuchan Milne2011-02-201-1/+1
|
* Index owner attributeBuchan Milne2011-02-201-1/+1
|
* - add right to users to do a CMP against group member,Michael Scherer2011-02-191-1/+1
| | | | | as the django plugin to auth against ldap ( used by transifex ) use this to determine group membership and fail if the access is not sufficient
* Let users modify their namesBuchan Milne2011-02-161-1/+1
|
* add a secondary ldap tree for testing purpose, requested by maatMichael Scherer2011-01-232-0/+19
|
* Change ACL for non-privileged users to not work on reset model, instead allowBuchan Milne2011-01-221-2/+2
| | | | | registrars to change unprivileged passwords directly
* - rename base class, more consistentMichael Scherer2011-01-061-2/+2
|
* ensure that email are unique at ldap levelMichael Scherer2010-12-171-0/+3
|
* - do not let user change their own memberOf attribute, ( even if the overlay ↵Michael Scherer2010-12-161-1/+6
| | | | may prevent it )
* let users see who is in another group ( needed for sympa )Michael Scherer2010-12-141-1/+1
|
* allow users to read memberof, and use overlay to keep the changes in syncMichael Scherer2010-12-102-1/+4
|