[rt-users] CLI, http auth, https

2011-01-24 Thread Lars Reimann

Hello all,


how can I use the CLI with http auth (user/password dialog on our RT 
homepage)?


I assume https is supported out of the box by specifying the URL on the

export RTSERVER=your.rt3.installation


variable?

greetings,
l.r.



Re: [rt-users] CLI, http auth, https

2011-01-24 Thread Emmanuel Lacour
On Mon, Jan 24, 2011 at 03:18:43PM +0100, Lars Reimann wrote:
 Hello all,
 
 
 how can I use the CLI with http auth (user/password dialog on our RT
 homepage)?
 

Use a .rtrc file with a content like this:

server https://rt.foo.bar/
user me
passwd mypasswd
externalauth 1


don't forget to set restrictive permissions on this file ;)