Re: [rt-users] ExternalAuth installation problems and can Authenticating RT against Active Directory be done with version 3.8?

2008-11-20 Thread Mike Peachey
Kevin Murphy wrote: > Hi RT List, > > I attempted installing with CPAN, but that resulted in: > > > > Warning: Cannot install RT::Authen::ExternalAuth, don't know what it is. > > Try the command > > i /RT::Authen::ExternalAuth/ > > to find objects with matching identifiers. > I don't know

Re: [rt-users] Upgrade RT

2008-11-20 Thread Tim Cutts
Thanks very much, Ruslan. On 19 Nov 2008, at 2:30 pm, Ruslan Zakirov wrote: > As you're on mysql 4.1.x and RT older than 3.8 then you should > dump/load data using binary character set to avoid any data > conversions. OK, so that's: mysqldump --default-character-set=binary ... > dump.sql yes?

[rt-users] CC-type fields when creating and replying to a ticket

2008-11-20 Thread Christian O. Knudsen
We were formerly running RT 3.6.1 and are now running RT 3.8.1, generally a good experience, but there is one small 'issue' I am wondering about: When creating a ticket the CC (and presumably AdminCC field too) accepts a comma-delimited list of either email addresses or user login names, even thou

[rt-users] strange error when checking user rights for group

2008-11-20 Thread John
whenever i try to list the user rights under a group, RT churns for a bit and spits out this error: RT::Group::Privileged Unimplemented in HTML::Mason::Commands. (/opt/rt3/share/html/Elements/ShowUserConcise line 52) this is a 3.4.5 to 3.8.1 upgrade with mysql 5 and apache 2.2 using fcgid. bo

[rt-users] Win2k Native AD mode

2008-11-20 Thread Robert Munsch
Hello list, I've been having Issues(tm) with my LDAP auth. I've only just checked and my predecessor has the DC running at Win2k Native functionality... not Win2k3. Would this affect ExternalAuth's ability to do proper LDAP lookups against AD? There're no NT or Win2k machines anywhere on

[rt-users] User Stats in a Queue??

2008-11-20 Thread matt wells
We have a helpdesk that's going to giving out tickets to our Engineers. They are looking for a way to have pretty much the quick search box but instead of queues it would have the Engineering staff. That way they can easily see that I have 876 tickets and can't take anymore. Has anyone formed a qu

Re: [rt-users] Win2k Native AD mode

2008-11-20 Thread Mike Peachey
Robert Munsch wrote: > Hello list, > > > > I’ve been having Issues™ with my LDAP auth. I’ve only just checked and > my predecessor has the DC running at Win2k Native functionality… not Win2k3. > > Would this affect ExternalAuth’s ability to do proper LDAP lookups > against AD? > > > > The

[rt-users] tickets replied to or created via email taking long time to be created

2008-11-20 Thread jacharbonneau
I have been noticing when replying or creating a ticket via email is taking anywhere from 10 to 15 mins to get through and post into rt and send the corresponding email out. I have the fetchmail daemon set to poll every15 secs set daemon 15 so i am not sure where to go from here with this. The ser

Re: [rt-users] User Stats in a Queue??

2008-11-20 Thread Helmuth Ramirez
I'm not sure how many engineers you have, but have you considered giving the Helpdesk dashboards for each Engineer? That way they can click on your name and see all your tickets? From: [EMAIL PROTECTED] on behalf of matt wells Sent: Thu 11/20/2008 12:19 PM To:

Re: [rt-users] tickets replied to or created via email taking long time to be created

2008-11-20 Thread Asif Iqbal
Run it in debug mode, like the following as an example. That may reveal the problem. echo this is a test ticket | /opt/rt3/bin/rt-mailgate --queue help --action correspond --url https://ticket.company.net --debug On Thu, Nov 20, 2008 at 12:24 PM, jacharbonneau <[EMAIL PROTECTED]> wrote: > > I ha

Re: [rt-users] tickets replied to or created via email taking long time to be created

2008-11-20 Thread Joe Charbonneau
Have just run a test and it seems like it is taking longer for a reply to ticket to go through than it does for an initial create it took a minute for the create and 10 minutes for reply -Original Message- From: Asif Iqbal [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:31

[rt-users] Bad AD or is it my config?

2008-11-20 Thread Robert Munsch
Ok, narrowing this down. Have a user "rtbind" with the creative password "tickets." Running ldapsearch from the command line with this user's credentials gets me results as expected. Logging in to the web interface using this same user and password gets me [Thu Nov 20 18:13:23 2008] [d

[rt-users] Round robin of tickets possible? Also hardware specifications.

2008-11-20 Thread James Hendrickson
I recently purchased RT essentials (the O'reilly book) and read through it. I intend to migrate the company I just started at away from Remedy, and Kana to RT. Currently we use kana for email support and this will be the first part of the migration, foot in the door so to speak. The way I would

Re: [rt-users] User Stats in a Queue??

2008-11-20 Thread Jerrad Pierce
You might try starting here: http://wiki.bestpractical.com/view/DailyStat Either just using the email report, or figuring out how to adapt the query for use in an Advanced Search to create a dashboard as per Helmuth. -- Cambridge Energy Alliance: Save money. Save the planet. _

Re: [rt-users] ExternalAuth installation problems and can Authenticating RT against Active Directory be done with version 3.8?

2008-11-20 Thread Kevin Murphy
Thanks Mike, I did follow as per instructions with 'perl Makefile.PL', 'make', and 'make install'. I just reported here up until my first error as I assumed the next error was related to the first reported. Anyway, I continued on to edit the /opt/rt3/etc/RT_SiteConfig.pm by adding 'Set( @Plugins,

[rt-users] auto add users

2008-11-20 Thread Jonathan Hansen
I am trying to set up RT such that it auto ads ldap users to a group and makes them privileged but ONLY ldap users, everyone else stays default unprivileged. Is there an easy way to do this? Thanks, Jonathan ___ http://lists.bestpractical.com/cgi-b

Re: [rt-users] User Stats in a Queue??

2008-11-20 Thread Erik Peterson
Hi Matt, I have done this by modifying the quick summary box. You can see the results and grab my files at: http://elementalmarkup.com/ramblings/rt-owner-summary Unfortunately, I have no idea if this will work in all settings... A while ago, one other RT-User subscriber tried to use the files

Re: [rt-users] Bad AD or is it my config?

2008-11-20 Thread Robert Munsch
Trying to simulate this via ldapsearch but can't figure it out. All the docs I see say that 'userpassword is only accepted for auth, and unicodepwd is not readable by ldap.' I was hoping to run an ldapsearch to retrieve a given user's password to see where this is breaking, but I'm not sure how.

[rt-users] Trouble with API

2008-11-20 Thread Kenneth Crocker
To All, We are trying to run perl program using API. It won't let us create any tickets. We keep getting an error saying we don't have privileges to create tickets in the queue we are trying this on. First question, when using API, what user are we signed in on? RT_System? If s

Re: [rt-users] ExternalAuth installation problems and can Authenticating RT against Active Directory be done with version 3.8?

2008-11-20 Thread Brian Friday
It appears Kevin that you do not have Net::LDAP installed based on your error messages below. Make sure you have installed the Net::LDAP modules and any others that it needs and you should get further. - Brian On Nov 20, 2008, at 1:38 PM, Kevin Murphy wrote: > Thanks Mike, > > I did follow

[rt-users] Bookmarks bug? Editable query?

2008-11-20 Thread Jerrad Pierce
Has anyone managed to edit the bookmarks query? I just want to make the star the first column, but am running into problems in 3.8.1. If one clicks the nodelet title, and then edit search, the Query is hard-coded to the ids of one's bookmarks, but the Format is populated as one would expect. If one

Re: [rt-users] ExternalAuth installation problems and canAuthenticating RT against Active Directory be done with version 3.8?

2008-11-20 Thread Robert Munsch
Maybe this is a dumb idea, but... you might want to DL the 3.8.1 source, unzip/untar it, and in the build dir do a # make testdeps Even if you're not building from source, this should give you a nice report on what perl modules you're missing or are below the required version. -

Re: [rt-users] ExternalAuth installation problems and can Authenticating RT against Active Directory be done with version 3.8?

2008-11-20 Thread Kevin Murphy
Thanks Brian, I did run 'cpan > install Net::LDAP' after seeing that error and I thought it installed... but I just learned how to use 'instmodsh' to list all the perl modules, saw it wasn't there, and ran the install again... where I saw it failed on 'make' do to an additional module I chose 'yes

Re: [rt-users] Trouble with API

2008-11-20 Thread Jason A. Smith
Hi Kenn, We have a script that sometimes creates tickets in RT using the perl API, by doing something like: # If we have an RT user's name or email address: # - Of course this user must have 'CreateTicket' rights. my $CurrentUser = RT::CurrentUser->new; $CurrentUser->LoadByName('RTName'); # Or

[rt-users] help me ! trungthangvn2004

2008-11-20 Thread Nguyễn Trung Thắng
help me ! trungthangvn2004 : i don't haven't Trân trọng. NGUYEN TRUNG THANG TELECOM DEPT. VINASHIN MEDIA CORPORATION A: 26/72 Nguyen Trai, Hanoi, Vietnam T: +844.274 (ext 848) M: +84 936 812 338 Y: trungthangvn2004 W: www.vinashin-media.com __

[rt-users] trungthang

2008-11-20 Thread Nguyễn Trung Thắng
test Trân trọng. NGUYEN TRUNG THANG TELECOM DEPT. VINASHIN MEDIA CORPORATION A: 26/72 Nguyen Trai, Hanoi, Vietnam T: +844.274 (ext 848) M: +84 936 812 338 Y: trungthangvn2004 W: www.vinashin-media.com ___ http://lists.bestpractical.com