From ddad3f36b6c93d06b4b47e7227c2ad4b0eac2250 Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Thu, 11 Jan 2018 12:18:42 +0100 Subject: [PATCH] B: Fix minor typos in ldap_auth.conf --- src/authm_mad/remotes/ldap/ldap_auth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authm_mad/remotes/ldap/ldap_auth.conf b/src/authm_mad/remotes/ldap/ldap_auth.conf index d52a075695..f9324f2032 100644 --- a/src/authm_mad/remotes/ldap/ldap_auth.conf +++ b/src/authm_mad/remotes/ldap/ldap_auth.conf @@ -28,7 +28,7 @@ server 1: :host: localhost :port: 389 - # Uncomment this line for tsl conections + # Uncomment this line for tls connections #:encryption: :simple_tls # base hierarchy where to search for users and groups @@ -46,7 +46,7 @@ server 1: # field name for group membership, by default it is 'member' #:group_field: 'member' - # user field that that is in in the group group_field, if not set 'dn' will be used + # user field that is in the group group_field, if not set 'dn' will be used #:user_group_field: 'dn' # Generate mapping file from group template info