fix invalid ldif introduced in 9a79680
This commit is contained in:
parent
521bbc2942
commit
e143df31ee
@ -541,6 +541,7 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 26 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-7
|
* Mon Jan 26 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-7
|
||||||
- remove tmpfiles config since it's no longer needed
|
- remove tmpfiles config since it's no longer needed
|
||||||
|
- fix invalid ldif
|
||||||
|
|
||||||
* Fri Jan 16 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-6
|
* Fri Jan 16 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-6
|
||||||
- remove openldap-fedora-systemd.patch
|
- remove openldap-fedora-systemd.patch
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
dn: cn=config
|
dn: cn=config
|
||||||
objectClass: olcGlobal
|
objectClass: olcGlobal
|
||||||
cn: config
|
cn: config
|
||||||
|
|
||||||
#
|
#
|
||||||
# TLS settings
|
# TLS settings
|
||||||
#
|
#
|
||||||
olcTLSCACertificatePath: /etc/openldap/certs
|
olcTLSCACertificatePath: /etc/openldap/certs
|
||||||
olcTLSCertificateFile: "OpenLDAP Server"
|
olcTLSCertificateFile: "OpenLDAP Server"
|
||||||
olcTLSCertificateKeyFile: /etc/openldap/certs/password
|
olcTLSCertificateKeyFile: /etc/openldap/certs/password
|
||||||
|
|
||||||
#
|
#
|
||||||
# Do not enable referrals until AFTER you have a working directory
|
# Do not enable referrals until AFTER you have a working directory
|
||||||
# service AND an understanding of referrals.
|
# service AND an understanding of referrals.
|
||||||
|
Loading…
Reference in New Issue
Block a user