From dae26e0378d9f554a5c415b28cc20caa555fe278 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 18 Apr 2019 17:56:08 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9CImported=20from=20LDAP?= =?UTF-8?q?=E2=80=9D=20note=20override?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/LdapSync.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/LdapSync.php b/app/Console/Commands/LdapSync.php index cdd7740a41..47b5f58113 100755 --- a/app/Console/Commands/LdapSync.php +++ b/app/Console/Commands/LdapSync.php @@ -208,8 +208,7 @@ class LdapSync extends Command } } - - $user->notes = 'Imported from LDAP'; + $user->ldap_import = 1; $errors = '';