[rt-users] External authentication and RT's REST API

2016-11-02 Thread Anthony Nguyen-Duong
a standard login flow , you can't just do REST/1.0/?something=something=USERNAME=PASSWORD right? So, I was wondering how to let those kinds of users access the REST API. These users don't necessarily have an RT password - eg autocreated. Thanks, Anthony - RT 4.4 and RTIR training sessions

[rt-users] Getting all transactions using RT REST API?

2016-10-14 Thread Anthony Nguyen-Duong
call this for every single ticket. So it's horribly inefficient for larger number of tickets. I was wondering if there was a way of getting all the transactions in one API call instead of one for every ticket I iterate through. Thanks, Anthony - RT 4.4 and RTIR training sessions

[rt-users] Calculating the number of emails/replies/correspondences per ticket

2016-10-04 Thread Anthony Nguyen-Duong
my problem well enough. I can clarify further if you'd like. Thank you, Anthony - RT 4.4 and RTIR training sessions, and a new workshop day! https://bestpractical.com/training * Boston - October 24-26 * Los Angeles - Q1 2017

[rt-users] Call external script in scrip

2014-02-03 Thread Anthony BRODARD
of the bash script is the system log : Feb 3 12:08:58 bob RT: [10535] Successful login for Anthony from localhost Then, apache did not respond during many seconds, and I see the second connection : Feb 3 12:09:31 bob RT: [10534] Successful login for Anthony from localhost And then, few seconds

Re: [rt-users] Upgrade: RTFM Article, Content CustomField not displaying

2013-08-21 Thread Anthony Gladdish
not displaying On Fri, Aug 16, 2013 at 09:26:41AM +, Anthony Gladdish wrote: Test system ( RT 3.8.17 + RTFM 2.4.5 ): For both menus: Menu: RTFM - Configuration - Custom Fields Menu: Configuration - RTFM - Custom Fields Lists record #32 from the CustomFields table

[rt-users] Upgrade: RTFM Article, Content CustomField not displaying

2013-08-16 Thread Anthony Gladdish
to is RTFM Articles. I think it should be referencing CF records from FM_CustomFields table instead? Works fine with RT 3.8.2 + RTFM 2.4.1. Is this a bug or have I missed something? Thanks, Anthony

Re: [rt-users] Extract Attachment as Mime

2013-04-03 Thread Anthony Brodard
Hi Kevin, Thanks for this reply. Effectively, with this mistake, the scrip will not be right... I did lot of test, maybe the fatigue... SO, I will follow your advises and get the list informed. Regards, Anthony 2013/4/2 Kevin Falcone falc...@bestpractical.com On Tue, Apr 02, 2013 at 03:19

[rt-users] Extract Attachment as Mime

2013-04-02 Thread Anthony Brodard
, without the while loop and the MIMEObj parameter, the scrip works fine, and a new ticket is created in the other queue, but with an empty body. When I add the loop, the scrip fail, and I don't any error log. Do you have any idea about this problem ? Best regards, Anthony

[rt-users] Manage user rights

2012-02-13 Thread Anthony BRODARD
of RT. Thanks, Anthony RT Training Sessions (http://bestpractical.com/services/training.html) * Boston — March 5 6, 2012

[rt-users] Checking group membership and change queue

2011-02-28 Thread Sadler, Anthony
right and centre. Can someone explain roughly how to do this, or point me to any examples that show how to do this? The ones on the forums I've tried and have failed, but how much of it is because I have no idea what I'm doing with scrips Thanks Anthony

[rt-users] Modify graph's color

2010-08-26 Thread Anthony BRODARD
how to implement it. Is somebody success to install it? Or just help me to change the chart's default color? Regards, Anthony RT Training in Washington DC, USA on Oct 25 26 2010 Last one this year -- Learn how to get the most out of RT!

Re: [rt-users] External Authentication with LDAPS

2010-08-04 Thread Anthony BRODARD
' = 'attr_match_list' = ['Name','EmailAddress'], 'attr_map' = { 'Name' = 'uid', 'EmailAddress' = 'mail'}, } }); Sincere thanks for your help Mike Best regards, Anthony 0/8/3 Mike Johnson mike.john...@nosm.ca filter is your LDAP query string to determine

Re: [rt-users] External Authentication with LDAPS

2010-08-02 Thread Anthony BRODARD
/ExternalAuth/LDAP.pm:437) [Mon Aug 2 09:26:09 2010] [error]: FAILED LOGIN for anthony.brodard from 10.1.104.30 (/opt/rt3/bin/../lib/RT/Interface/Web.pm:424) I don't understand how to sets the fields d_filter, group, group_attr. Thanks Anthony BRODARD 2010/7/29 Mike Johnson mike.john...@nosm.ca

Re: [rt-users] External Authentication with LDAPS

2010-08-02 Thread Anthony BRODARD
to have settings. I was binding to an AD, so I'm not 100% on 3 if it isn't an AD... but 1 and 2 hold true for any LDAP. HTH Mike. On Thu, Jul 29, 2010 at 9:38 AM, Anthony BRODARD brodard.anth...@gmail.com wrote: TLS argument is already sets to 1. I don't know how to see if it's the ldap's

Re: [rt-users] External Authentication with LDAPS

2010-07-29 Thread Anthony BRODARD
/Web.pm:424) I try a telnet on server: [rt-test]~ # telnet ldap.[Blanked].fr 636 Trying [IP]... Connected to ldap.[Blanked].fr. Escape character is '^]'. Maybe RT use the LDAP's default port (389), not the LDAPS (636). How can i see it or modify in RT_Siteconfig.pm ? Regards, Anthony 2010/7/28

[rt-users] External Authentication with LDAPS

2010-07-28 Thread Anthony BRODARD
MY_IP (/opt/rt3/bin/../lib/RT/Interface/Web.pm:424) Do you know where is the mistake? After that, i want to activate a session's timeout on RT with mod_perl. Do you know how can i do? Regards, Anthony BRODARD Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http

[rt-users] CommandbyMail - CustomFields - Can't get $queue-TicketCustomFields;

2010-07-22 Thread anthony acquanita
So i've done some debug in TakeAction.pm and it seems that custom_fields is empty because I never see the ACTIONCF2 log any leads at to debugging $queue-TicketCustomFields; ? # Canonicalize custom fields my $custom_fields = $queue-TicketCustomFields; $RT::Logger-info( ACTIONCF1-

Re: [rt-users] Display tiff-attachments

2009-02-20 Thread anthony
// I don't know of any web browsers that display TIFF images... Safari and Konqueror do, and a bunch of less significant ones. Still, it's almost certainly a better use of your time to convert the images into something with broader browser support.

[rt-users] undefined value as a HASH reference

2009-02-03 Thread Anthony Sorace
don't cause any change. Anyone know what this message is about, or what's caused this change? Anthony Sorace Strand 1 ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial

Re: [rt-users] getting the values of custom fields

2007-02-14 Thread anthony
) Thanks. Joop wrote: anthony wrote: I'm doing this via script action. FirstCustom.. is in Record which is not part of the $self. I get TicketObj, TransactionObj ( which does not seems to work ) I'm tried to use CustomFieldValues but I get stuck after that. Searches through the archive

Re: [rt-users] getting the values of custom fields

2007-02-13 Thread anthony
. Kenneth Crocker wrote: Anthony, What are you using the data for? We pull some custom data to use on our Resolve template. It is as follows: RT-Attach-Message: yes Subject: Resolved: {$Ticket-Subject} Your request has been resolved. If you have any further questions or concerns

Re: [rt-users] getting the values of custom fields

2007-02-13 Thread anthony
trying to add a package to the RT::Action section. Kenneth Crocker wrote: Anthony, We merely click new scrip, on owner change (but you could pick any trigger), then put the perl code into the custom condition section of the scrip. Works great for us. Have you looked at your error logs

[rt-users] ExtractCustomFieldValues Scrip

2006-05-08 Thread Anthony Goddard
the specifics... Regards, Anthony ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy