File tree 3 files changed +3
-0
lines changed
templates/var/backups/openldap
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ ldaptoolbox_openldap_olcTLSProtocolMin: 3.3
61
61
ldaptoolbox_openldap_olcLogLevel : stats
62
62
ldaptoolbox_openldap_olcLogFile : " /var/log/slapd-ltb/slapd.log"
63
63
ldaptoolbox_openldap_olcLogFileRotate : " 30 1024 24"
64
+ ldaptoolbox_openldap_olcLogFileFormat : " syslog-localtime"
64
65
65
66
# Size limit
66
67
ldaptoolbox_openldap_olcSizeLimit : 1000
Original file line number Diff line number Diff line change 39
39
- ldaptoolbox_openldap_olcLogLevel : stats
40
40
- ldaptoolbox_openldap_olcLogFile : " /var/log/slapd-ltb/slapd.log"
41
41
- ldaptoolbox_openldap_olcLogFileRotate : " 30 1024 24"
42
+ - ldaptoolbox_openldap_olcLogFileFormat : " syslog-localtime"
42
43
# Size limit
43
44
- ldaptoolbox_openldap_olcSizeLimit : 1000
44
45
# Enabled modules
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ olcLocalSSF: 71
26
26
olcLogFile: {{ ldaptoolbox_openldap_olcLogFile }}
27
27
olcLogFileOnly: TRUE
28
28
olcLogFileRotate: {{ ldaptoolbox_openldap_olcLogFileRotate }}
29
+ olcLogFileFormat: {{ ldaptoolbox_openldap_olcLogFileFormat }}
29
30
{% endif %}
30
31
olcLogLevel: {{ ldaptoolbox_openldap_olcLogLevel }}
31
32
olcMaxFilterDepth: 1000
You can’t perform that action at this time.
0 commit comments