Skip to content

Commit

Permalink
Changed default slapd logging to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Jul 11, 2017
1 parent 94d5a76 commit fb37d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-slapd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ENTRYPOINT ["docker-slapd-entrypoint"]

EXPOSE 389

CMD ["slapd", "-d", "32768", "-h", "ldapi:/// ldap://127.0.0.1", "-u", "openldap", "-g", "openldap"]
CMD ["slapd", "-d", "256", "-h", "ldapi:/// ldap://127.0.0.1", "-u", "openldap", "-g", "openldap"]

0 comments on commit fb37d22

Please sign in to comment.