Skip to content

Commit

Permalink
Remove spurious tab from config file (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Dec 14, 2018
1 parent df2100e commit a427853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openldap/datadog_checks/openldap/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ init_config:
# List of instances describing your OpenLDAP servers to monitor.
instances:
- url: ldaps://localhost:636 # Mandatory: full URL of your ldap server. Use `ldaps` or `ldap` as the scheme to use TLS or not, or `ldapi` to connect to a UNIX socket.
#
#
# username: dc=monitor,dc=yourdomain # Optional: the DN of the user that can read the monitor database.
# password: pass # Optional: the password of the above user.
#
Expand Down

0 comments on commit a427853

Please sign in to comment.