Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2022-04-29 22:48:29 +0300
committersunnavy <sunnavy@bestpractical.com>2022-04-29 22:49:06 +0300
commit5025d7ff45b7869ea9c5f64bb039b9de09e2f5d5 (patch)
treeca6b48a42751ba0e753ab3402e43acc9bc98fd20
parentdeb679070e44788fc9010bbaffedb6d9b46a81bd (diff)
Document the "Disabled" field mapping for ldap-import4.4/ldap-import-group-disabled-field
-rw-r--r--lib/RT/LDAPImport.pm6
1 files changed, 6 insertions, 0 deletions
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