Skip to content
Snippets Groups Projects
Commit 6ae14f49 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

completed documentation

parent 7df0c374
No related branches found
No related tags found
No related merge requests found
......@@ -188,11 +188,12 @@ configure
---------
1. create data directory for OpenLDAP server
2. install configuration
3. install SSL certificates, if SSL is configured
4. install backend specific SSL certificates, if used
5. set flags for `slapd`
6. (re-)start server
2. touch the server log file and set its permissions
3. install configuration
4. install SSL certificates, if SSL is configured
5. install backend specific SSL certificates, if used
6. set flags for `slapd`
7. (re-)start server
License
=======
......
......@@ -13,7 +13,7 @@
owner: "{{ openldap_daemon_user }}"
group: "{{ openldap_daemon_group }}"
- name: touch servers log file
- name: touch the server log file
file:
path: "/var/log/openldap-server.log"
state: touch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment