This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/ldap: improved log and repl fix
python3
Zolfa
5 years ago
parent
ca11d57162
commit
3f8db5cc20
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/ldap/tasks/1_configure_server.yaml
+1
-0
roles/ldap/tasks/5_configure_replication.yaml
+ 1
- 1
roles/ldap/tasks/1_configure_server.yaml
View File
@ -85,7 +85,7 @@
dn
:
'cn=config'
dn
:
'cn=config'
name
:
'olcLogLevel'
name
:
'olcLogLevel'
state
:
'exact'
state
:
'exact'
values
:
'
conn
s acl'
values
:
'
stat
s acl'
-
name
:
'activate auditlog overlay'
-
name
:
'activate auditlog overlay'
ldap_entry:
ldap_entry:
+ 1
- 0
roles/ldap/tasks/5_configure_replication.yaml
View File
@ -17,6 +17,7 @@
path
:
'/etc/ldap/syncrepl.key'
path
:
'/etc/ldap/syncrepl.key'
owner
:
'openldap'
owner
:
'openldap'
group
:
'openldap'
group
:
'openldap'
when
:
ldap_syncrepl_is_consumer
-
name
:
'SYNC | activate syncprov module'
-
name
:
'SYNC | activate syncprov module'
ldap_attr:
ldap_attr:
Write
Preview
Loading…
Cancel
Save