From 12d86bd6e281cdb3dd8b83139ce16c845a0fec47 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Wed, 19 Oct 2022 19:01:52 -0700 Subject: [PATCH] Erroneous line-break removal - re-add --- app/Console/Commands/LdapSync.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/LdapSync.php b/app/Console/Commands/LdapSync.php index dddd2840cc..c97add7d1b 100755 --- a/app/Console/Commands/LdapSync.php +++ b/app/Console/Commands/LdapSync.php @@ -247,6 +247,7 @@ class LdapSync extends Command } } } + // Sync activated state for Active Directory. if ( !empty($ldap_result_active_flag)) { // IF we have an 'active' flag set.... // ....then *most* things that are truthy will activate the user. Anything falsey will deactivate them.