This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 8373cf5  remove incorrect quotes from insecure boolean field
8373cf5 is described below

commit 8373cf53b6039163163af7ed23069521aed43d7d
Author: Dylan Volz <dylan_v...@comcast.com>
AuthorDate: Wed May 23 14:34:32 2018 -0600

    remove incorrect quotes from insecure boolean field
---
 traffic_ops/app/conf/example-ldap.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/conf/example-ldap.conf 
b/traffic_ops/app/conf/example-ldap.conf
index 34ce4b6..00be7b8 100644
--- a/traffic_ops/app/conf/example-ldap.conf
+++ b/traffic_ops/app/conf/example-ldap.conf
@@ -4,6 +4,6 @@
    "admin_dn" : "user@prefix.domain.suffix",
    "host" : "ldaps://host:[port]",
    "search_query" : 
"(&(objectCategory=person)(objectClass=user)(userName=%s))",
-   "insecure" : "false",
+   "insecure" : false,
    "ldap_timeout_secs" : 20
 }

-- 
To stop receiving notification emails like this one, please contact
r...@apache.org.

Reply via email to