Jump to content

Adduser and token


Recommended Posts

Posted

I just read the doc and i've gone through the forum but i still dont understand the diff between tokens and adduser.adduser and the adduser?

<!-- strings for the adduser plugin, #1# is replaced by the username/groupname-->

<adduser.adduser>Adding user: #1#</adduser.adduser>

<adduser.deluser>Deleting user: #1#</adduser.deluser>

<adduser.addgroup>Adding group: #1#</adduser.addgroup>

<adduser.delgroup>Deleting group: #1#</adduser.delgroup>

<!-- strings for the adduser plugin, #1# is replaced by the program -->

<tokens>

<token username="Spike" password="swordfish" />

<token username="Jet" password="hammerhead" />

  </tokens>

Another thing is, are most of the old threads still usefull for the new version?


Posted

Well, I've gone over this in a quicky more then a week ago, so I ain't sure this is correct, but:

<adduser> = duh :)

<token> = execute a program under that name instead of under Default User.

Posted

i think u need 2 close the tags

<adduser> user1 </adduser>

<tokens>

<token username="user1" password="pass1" />

<token username="user2" password="pass2" />

</tokens>

Posted

Okay.

XPlodeAdduserPlugin.x4e

The plugin that adds the capability to add/remove users and groups.

<adduser>

The command exported by the adduser plugin, that allows adding of users to the local system.

 <adduser.adduser>Adding user: #1#</adduser.adduser>
 <adduser.deluser>Deleting user: #1#</adduser.deluser>
 <adduser.addgroup>Adding group: #1#</adduser.addgroup>
 <adduser.delgroup>Deleting group: #1#</adduser.delgroup>

The strings used by te adduser plugin for when it runs its own commands.

<tokens>
 <token username="Spike" password="swordfish" />
 <token username="Jet" password="hammerhead" />
</tokens>

Specification of user tokens in order to log into other user accounds and run commands.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...