Jump to content

Adduser and token


saitoh183

Recommended Posts

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?

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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...