From bd1d4a5f649cd3e469128da45b6b3e5492e17142 Mon Sep 17 00:00:00 2001
From: Geoff Davis <geoff@geoffdavis.com>
Date: Fri, 19 Oct 2018 20:12:08 -0700
Subject: [PATCH] Flag LDAP identity and password as optional

Code for module declares both of these parameters as optional and defaults them to undef. Modify README to note this fact, so as to avoid confusion for folks using Kerberos to bind to the LDAP server.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5b234c6..6bedf3c 100644
--- a/README.md
+++ b/README.md
@@ -502,10 +502,10 @@ Configure LDAP support for FreeRADIUS
 Whether the site should be present or not.
 
 ##### `identity`
-LDAP account for searching the directory. Required.
+LDAP account for searching the directory. Optional.
 
 ##### `password`
-Password for the `identity` account. Required.
+Password for the `identity` account. Optional.
 
 ##### `sasl`
 SASL parameters to use for admin binds to the ldap server. This is a hash with 3 possible keys:
-- 
GitLab