[rt-users] How to add link into Login Page

2012-06-26 Thread Adrian Stel
Hi All, I would like to add some info on main Lohin Page, befoure you put user/pass. I found two place where it could be done: 1) footer - for me to small 2) *.po files, message on read field for example rihgt now I have You are not an authorized user I would like to have You are not an

[rt-users] How to automatically activate/enable created accounts.

2012-03-20 Thread Adrian Stel
Hi, I would like to automatically activate/enable accounts when account are created. Right now when accounts are created I must go to Access control and check: Let this user access RT and Let this user be granted rights (Privileged). In my case when some accounts are created automatically a

[rt-users] How to refresh site after error.

2011-11-28 Thread Adrian Stel
Hi, we are using plugin externalauth with phpass(special hash method) after puting password to RT(Web interface) we get error: Can't use string (user password) as a HASH ref while strict refs in use at /usr/local/share/perl/5.10.1/Authen/Passphrase/PHPass.pm line 340. How we could

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-17 Thread Adrian Stel
, Adrian Stel adisa...@gmail.com wrote: Hi Ruslan, If I understand well: 1) apply patch - easy to do (just add line to /opt/rt4/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/DBI.pm) 2) Here I have some question because I'm not sure how set 'p_enc_pkg' and 'p_enc_sub

Re: [rt-users] PHPass and Request Tracker

2011-11-16 Thread Adrian Stel
'Gecos' = 'user_id' 163 } 164 }, Best Adrian 2011/11/15 Zefram zef...@fysh.org: Adrian Stel wrote: Can't use string (user password) as a HASH ref while strict refs in use at /usr/local

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-16 Thread Adrian Stel
convert string to hash. I'm not familiar with perl ;/ Best Adrian 2011/11/15 Zordrak zord...@tpa.me.uk: Adrian Stel wrote: Hi, Can't use string (user password) as a HASH ref while strict refs in use at /usr/local/share/perl/5.10.1/Authen/Passphrase/PHPass.pm line 278. Problem is with type

Re: [rt-users] PHPass and Request Tracker

2011-11-16 Thread Adrian Stel
2011/11/16 Adrian Stel adisa...@gmail.com: Hi, perhaps this is stupid question but I'm not sure where I should put this wrapper function ;/ I found in /usr/local/share/perl/5.10.1/Authen/Passphrase/PHPass.pm This is the right place ? =head1 SYNOPSIS        use Authen::Passphrase

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-16 Thread Adrian Stel
to write a wrapper, because of the cost parameter that RT has no idea how to handle. 2011/11/16 Adrian Stel adisa...@gmail.com: Hi, DBI.pm  this is the place with p_enc_sub: sub GetAuth {    my ($service, $username, $password) = @_;    my $config = $RT::ExternalSettings-{$service

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-15 Thread Adrian Stel
Hi, any idea where I should look, file name ? function ? Best Adrian 2011/11/14 Zordrak zord...@tpa.me.uk: Adrian Stel wrote: Hi, thanks :) phpass has many method I use hash_base64, RTSiteConfig.pm: 'p_enc_pkg'                 =  'Authen::Passphrase::PHPass', 'p_enc_sub

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-15 Thread Adrian Stel
Hi, Can't use string (user password) as a HASH ref while strict refs in use at /usr/local/share/perl/5.10.1/Authen/Passphrase/PHPass.pm line 278. Problem is with type of user password. Still need to know where I should search. Best Adrian 2011/11/15 Adrian Stel adisa...@gmail.com: Hi

Re: [rt-users] RT 4.0.2 and ExternalAuth

2011-11-14 Thread Adrian Stel
Hi, solution: install Crypt::MySQL using CPAN. Adrian 2011/11/12 Adrian Stel adisa...@gmail.com: Hi, now I have :  'p_enc_pkg'                 =  'Crypt::MySQL',  'p_enc_sub'                 =  'password41', and still errors: [error]: AUTH FAILED, Couldn't Load Password

[rt-users] RT 4.0.2 ExternalAuth and phpbb3

2011-11-14 Thread Adrian Stel
Hi, I would like to use phpbb3 base to auth to my RT. Problem is here: SiteConfig.pm # The Perl package subroutine used to encrypt passwords # e.g. if the passwords are stored using the MySQL v3.23 PASSWORD

[rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-14 Thread Adrian Stel
Hi, I'm trying to configure ExternalAuth on my RT4.0.2 External database use Portable PHP password hashing framework. (phpbb3) http://www.openwall.com/phpass/ There is perl module for this Authen::Passphrase::PHPass (Perl module reimplements the support for portable hashes introduced in

Re: [rt-users] RT::Authen::ExternalAuth with PHPass (phpbb3);

2011-11-14 Thread Adrian Stel
. Or there is issues in RTSiteConfig.pm Best Adrian 2011/11/14 Zordrak zord...@tpa.me.uk: Adrian Stel wrote: Hi, When I use: 'p_enc_pkg'                 =  'Authen::Passphrase::PHPass', 'p_enc_sub'                 =  '', I get: My_MySQL AUTH FAILED The encryption package you gave me

Re: [rt-users] RT 4.0.2 and ExternalAuth

2011-11-12 Thread Adrian Stel
...@bestpractical.com: On Thu, Nov 10, 2011 at 02:07:41PM +0100, Adrian Stel wrote:                                                         # The Perl package subroutine used to encrypt passwords                                                         # e.g. if the passwords are stored using

[rt-users] RT 4.0.2 and ExternalAuth

2011-11-10 Thread Adrian Stel
Hi, I install ExternalAuth: cpan install RT::Authen::ExternalAuth And installation finished with OK. Now i'm trying to configure RT_SiteConfig.pm Set(@Plugins, qw(RT::Authen::ExternalAuth) ); Set($ExternalAuthPriority, [ 'My_MySQL']); Set($ExternalInfoPriority, [ 'My_MySQL'

[rt-users] How to sync tickets from two RT.

2011-10-19 Thread Adrian Stel
Hi, this is the case: we have two organizations: 1) A 2) B Both A and B have own RT. (A-RT and B-RT) This is what I would like to do: When people from A put ticket to owne A-RT in B queue. B-RT will take from A-RT this ticket and put him to B-RT. What tools we have make sync beteewn two

[rt-users] Information how long a ticket stayed in the NEW state

2011-09-29 Thread Adrian Stel
Hi, I need help with getting from RT the information how long a ticket stayed in the NEW state. We have: Activity Reports JS Gantt extension but there is missing this information information. Any idea, perhaps we could check this in data base but where ? Table ? RT 3.8.8 Debian repository.

Re: [rt-users] Problem with login when we using https://

2011-07-29 Thread Adrian Stel
you try use https:// with CN RT user name and use your user/pass. Any Idea ? Best Regards 2011/7/21 Kevin Falcone falc...@bestpractical.com: On Thu, Jul 21, 2011 at 10:10:31AM +0200, Adrian Stel wrote: Hi Kevin, link after log in: https://rt.ige.psnc.pl/rt/ link after log off depends

Re: [rt-users] Problem with login when we using https://

2011-07-21 Thread Adrian Stel
could not parse fsck.com-rt://IGE /ticket/99 (/usr/share/request-tracker3.8/lib/RT/URI.pm:147) Adrian 2011/7/20 Kevin Falcone falc...@bestpractical.com: On Wed, Jul 20, 2011 at 01:35:22PM +0200, Adrian Stel wrote: we have strange problem, we are using certificates for authentication to RT. User

Re: [rt-users] Problem with login when we using https://

2011-07-21 Thread Adrian Stel
/request-tracker3.8/apache2-modperl2.conf RedirectMatch ^/$ /rt/ /VirtualHost 2011/7/21 Adrian Stel adisa...@gmail.com: Hi Kevin, link after log in: https://rt.ige.psnc.pl/rt/ link after log off depends on where I click: https://rt.ige.psnc.pl/rt/Search/Build.html https

[rt-users] Problem with login when we using https://

2011-07-20 Thread Adrian Stel
Hi All, RT from deb, version 3.8.8 we have strange problem, we are using certificates for authentication to RT. User name in RT should be the same as your CN. The problem is if we have different user name and using https://, in normal case we should be able to use user/pass. And we are, but

[rt-users] Certificate based access instead of username/pw

2011-07-01 Thread Adrian Stel
Hi, I would like to change standard access to RT from username/pw to certificates authorization. This is what I made in file: /usr/share/request-tracker3.8/etc/RT_Config.pm Set($WebExternalAuth, 1); Set($WebExternalAuthContinuous, 1); Set($WebFallbackToInternalAuth , undef); What next ?

Re: [rt-users] Certificate based access instead of username/pw

2011-07-01 Thread Adrian Stel
Hi, when I have Set($WebExternalAuth, 1); I'm not able to log in using user/pass. There is missing text box ;/ Any idea ? Best Regards Adrian 2011/7/1 Adrian Stel adisa...@gmail.com Hi, I would like to change standard access to RT from username/pw to certificates authorization

[rt-users] How to add additional e-mail address

2011-04-01 Thread Adrian Stel
Hi All, how to add additional e-mail address, when I submitt ticket notification are sent only to private e-mail address I would like to send copy this e-mail to another address. -- Best Regards Adrian Stelmaszyk

[rt-users] Change Email Subject Line ??

2011-03-31 Thread Adrian Stel
Hi All, I would like to add issues priority to Email Subject, for example: orginal subject is: [support #98] [Comment] Testing - Ignore me... new subject: [support #98] [Comment] Testing - Ignore me... Priority 5 -- Best Regards Adrian Stelmaszyk

[rt-users] Certificate based access instead of username/pw

2011-02-21 Thread Adrian Stel
Hi, I would like to change standard access to RT from username/pw to certificates authorization. Is there any simple way to do that ? Or any additions to the RT ? Best Regards Adrian

[rt-users] How best to allow anyone to access, create tickets and respond to their own tickets

2011-02-16 Thread Adrian Stel
Hi, The only remaining question is how best to allow anyone to access, create tickets and respond to their own tickets. Do you happen to know if RT supports an auto account creating feature? If so, how does it work? Solution this is not good: Anyone can view the public queues and tickets