diff options
author | Micah Anderson <micah@riseup.net> | 2010-01-29 11:22:57 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-01-29 11:22:57 -0500 |
commit | 81921efa98093b5bab8d8d62b92120076bfc6810 (patch) | |
tree | 86a6ba41b0330a81c9e7cc79f0a9ac64ba82e764 /examples | |
parent | 3af5f0dd53086f92b4c235740684bdff62377bfe (diff) | |
download | backupninja-81921efa98093b5bab8d8d62b92120076bfc6810.tar.gz backupninja-81921efa98093b5bab8d8d62b92120076bfc6810.tar.bz2 |
added missing newline to the end of example.ldap
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.ldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.ldap b/examples/example.ldap index ee7c57d..3a962f1 100644 --- a/examples/example.ldap +++ b/examples/example.ldap @@ -48,4 +48,4 @@ ## tls (default yes): if set to 'yes' then TLS connection will be ## attempted to your ldaphost by using the URI base ldaps: otherwise ldap: will be used -# tls = yes
\ No newline at end of file +# tls = yes |