[rt-users] login script
Kevin Falcone
falcone at bestpractical.com
Fri Mar 18 09:57:54 EDT 2011
On Thu, Mar 17, 2011 at 08:44:02PM +0100, sercuto wrote:
> I want validate in my rt-3.8.2 system whit that script:
>
> #!/usr/bin/perl
>
> use Error qw(:try);
> use RT::Client::REST;
> use RT::Client::REST::Queue;
> use RT::Client::REST::Ticket;
> use RT::Client::REST::HTTPClient;
> # use RT::Authen::ExternalAuth;
>
> my $rt = RT::Client::REST->new(
> server => 'http://www.mydomain.org/sol/mason/SelfService/index.html',
> timeout => 30,
> );
>
>
> $user = 'myuser';
> $pass = 'mypass';
> try {
> $rt->login(username => $user, password => $pass);
> } catch Exception::Class::Base with {
> die "problem logging in: ", shift->message;
> };
>
>
>
> The script return:
>
> problem logging in: Authorization Required at ./p1.pl line 21.
>
> My RT system use LDAP validation.
What kind of LDAP validation?
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110318/c226612e/attachment.sig>
More information about the rt-users
mailing list