From dc666e191f91124d7a49cc4238e95d83a5cf49ef Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 27 Feb 2024 11:36:48 -0500 Subject: [PATCH] fix spelling in LDAP sasl example --- config/example-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example-config.php b/config/example-config.php index c31f83fe..881ee6ab 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -692,7 +692,7 @@ $c->admin_email = 'calendar-admin@example.com'; // 'passDN' => 'xxxxxxxx', // /* Perform a SASL bind (usually EXTERNAL/GSSAPI) instead of a -// * simple bind. Enalbe this if you would like to authenticate to +// * simple bind. Enable this if you would like to authenticate to // * the LDAP server using Kerberos credentials. // */ // 'sasl' => 'yes', // perform a sasl bind