From 94a20bbf2fa665876000dc6105ffe93d384c981a Mon Sep 17 00:00:00 2001 From: Jason Crome Date: Fri, 10 May 2024 14:13:29 -0400 Subject: [PATCH] TicketTolerantRoles are not particular to LDAP Clarified the documentation to reflect this. --- lib/RT/Extension/Import/CSV.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/RT/Extension/Import/CSV.pm b/lib/RT/Extension/Import/CSV.pm index e2fc0db..d8fc02a 100644 --- a/lib/RT/Extension/Import/CSV.pm +++ b/lib/RT/Extension/Import/CSV.pm @@ -1533,13 +1533,13 @@ modes. You cannot specify the ticket id to be created in --insert mode. =head2 TicketTolerantRoles -By default, if a user can't be loaded via LDAP for a role, like Owner, -the importer will log it and skip creating the ticket. For roles that do not -require a successfully loaded user, set this option with the role name. -The importer will then log the failed attempt to find the user, but still -create the ticket. +By default, if a user can't be loaded for a role, like Owner, the importer +will log it and skip creating the ticket. For roles that do not require a +successfully loaded user, set this option with the role name. The importer +will then log the failed attempt to find the user, but still create the +ticket. - Set(@TicketTolerantRoles, 'CR.Subscribers Peers'); + Set(@TicketTolerantRoles, 'CR.Customer'); =head1 IMPORTING TRANSACTIONS