[Rt-commit] rt branch 4.4/ldap-import-group-disabled-field updated. rt-4.4.5-34-g5025d7ff45
BPS Git Server
git at git.bestpractical.com
Fri Apr 29 19:51:19 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 4.4/ldap-import-group-disabled-field has been updated
via 5025d7ff45b7869ea9c5f64bb039b9de09e2f5d5 (commit)
from deb679070e44788fc9010bbaffedb6d9b46a81bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5025d7ff45b7869ea9c5f64bb039b9de09e2f5d5
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Apr 30 03:48:29 2022 +0800
Document the "Disabled" field mapping for ldap-import
diff --git a/lib/RT/LDAPImport.pm b/lib/RT/LDAPImport.pm
index e041784352..55757708b0 100644
--- a/lib/RT/LDAPImport.pm
+++ b/lib/RT/LDAPImport.pm
@@ -228,6 +228,9 @@ B<not> set a CF value on any RT object (User, Ticket, Queue, etc). You might
use this to populate a ticket Location CF with all the locations of your users
so that tickets can be associated with the locations in use.
+You can also provide C<Disabled> key to disable or enable users accordingly
+(1 to disable, 0 to enable). By default, users are created as enabled.
+
=item C<< Set($LDAPCreatePrivileged, 1); >>
By default users are created as Unprivileged, but you can change this by
@@ -301,6 +304,9 @@ up with two groups in RT.
You can provide a C<Description> key which will be added as the group
description in RT. The default description is 'Imported from LDAP'.
+You can also provide C<Disabled> key to disable or enable groups accordingly
+(1 to disable, 0 to enable). By default, groups are created as enabled.
+
=item C<< Set($LDAPImportGroupMembers, 1); >>
When disabled, the default, LDAP group import expects that all LDAP members
-----------------------------------------------------------------------
Summary of changes:
lib/RT/LDAPImport.pm | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list