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 ;)

Reply via email to