Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible
openldap
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
10
Dec
1
29
Nov
24
23
21
17
16
14
13
12
10
8
3
1
21
Oct
20
19
15
14
7
Depend on Apache role, remove unnecessary tasks and config.
master
master
Updated pre-commit.
Updated the TODO list.
Reconfigure packages if needed.
Don't rate-limit ports, not needed.
Update TODO list.
Update TODO list.
Updated TODO list.
Changed olcTLS attributes set from with_items to with_dict and run it twice (first time with ignore_errors), but at least it's seems to work reliably on both first run and subsequent runs.
Update README to reflect recent changes.
- Use internal TLS variables (to be defined by the playbook/ environment) for
- Flush handlers before configuring olcTLS*, so that slapd restarts and it's
Handle different backends according to distro version.
Open port in firewall last.
Allow anonymous access to a user's shell and full name.
Update TODO list.
Add comment in the Apache virtualhost config template for phpLDAPadmin.
- Backup script is no longer a template, so just copy the file.
- Use Ansible modules from ansible-modules repo, so instead of generating a ldif
Update README.
Search of all base distinguishedName and backup all individualy.
Don't set default basedn, not always a single one. But use default ldapuri.
Enable debug output for ldapmodify (doesn't normal runs).
No need to specify the basedn, it's already the default.
Used wrong path CA certificate file, corrected.
Correct openldap_basedn default value.
Correct missed basedn -> openldap->basedn rename.
Add openldap_ prefix to variable names, remove default random password, update documentation accordingly.
Updated TODO list.
The TLS key and cert fact were renamed to tls_key_path and tls_cert_path, corrected accordingly.
Add MIT license.
Add pre-commit config.
Removed refrence to removed tasks, rename role from ldap to openldap.
Add TODO list.
Clean meta.
Remove certs and firewall tasks, moved to common role.
Instead of crontab entry, place a script in /etc/cron.daily (more package like, more portable to a different CM) for backups.
Correct syntax errors in README.
No need to save old versions commented out, I've got history.
Cleanup firewall tasks.
Loading