Skip to content

Commit

Permalink
TicketTolerantRoles are not particular to LDAP
Browse files Browse the repository at this point in the history
Clarified the documentation to reflect this.
  • Loading branch information
Jason Crome committed May 13, 2024
1 parent 3cecb57 commit 94a20bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/RT/Extension/Import/CSV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94a20bb

Please sign in to comment.