Adding Users by Command Line

Hi guys!

I need a help…

I’m using RT3 and I need add users using the command line.

How can I do this?

Thanks!
Garak garak@bol.com.br

Huzza i just did this on mine.

/usr/local/bin/rt/bin/rt create -t user set name=bob password=bobspass
emailaddress=bob@company.com

note that the path is different by default.
it wont create if a user with that name exists, the password is too short,
or if a user with that password exists

hope that helps

-Karl Pietri----- Original Message -----
From: “Garak” garak@bol.com.br
To: rt-users@lists.bestpractical.com
Sent: Friday, February 06, 2004 2:36 PM
Subject: [rt-users] Adding Users by Command Line

Hi guys!

I need a help…

I’m using RT3 and I need add users using the command line.

How can I do this?

Thanks!

Garak garak@bol.com.br


rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

sigh correction

it wont create if a user with that name exists, the password is too short,
or if a user with that password exists

should be

it wont create if a user with that name exists, the password is too short,
or if a user with that email exists

if you need any help with it i made a nifty php script that imported and
keeps my users in rt synched with my users/pass in another db

-Karl Pietri----- Original Message -----
From: “Karl Pietri” kpietri@nvps.net
To: rt-users@lists.bestpractical.com
Sent: Friday, February 06, 2004 3:01 PM
Subject: Re: [rt-users] Adding Users by Command Line

Huzza i just did this on mine.

/usr/local/bin/rt/bin/rt create -t user set name=bob password=bobspass
emailaddress=bob@company.com

note that the path is different by default.
it wont create if a user with that name exists, the password is too short,
or if a user with that password exists

hope that helps

-Karl Pietri

----- Original Message -----
From: “Garak” garak@bol.com.br
To: rt-users@lists.bestpractical.com
Sent: Friday, February 06, 2004 2:36 PM
Subject: [rt-users] Adding Users by Command Line

Hi guys!

I need a help…

I’m using RT3 and I need add users using the command line.

How can I do this?

Thanks!

Garak garak@bol.com.br


rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm


rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm