saitoh183 Posted February 7, 2005 Posted February 7, 2005 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?
Nanaki Posted February 7, 2005 Posted February 7, 2005 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.
saitoh183 Posted February 7, 2005 Author Posted February 7, 2005 ok...ic...thxP.S: @nanaki Do you have a xml made for the new Xplode because i find the examples hard to understand
MCT Posted February 7, 2005 Posted February 7, 2005 i think u need 2 close the tags<adduser> user1 </adduser><tokens> <token username="user1" password="pass1" /> <token username="user2" password="pass2" /></tokens>
Nanaki Posted February 7, 2005 Posted February 7, 2005 The example is really easy to understand and there is now a whole guide that Wraith has written. My XML is way too big by now.
Wraith Posted February 7, 2005 Posted February 7, 2005 Okay.XPlodeAdduserPlugin.x4eThe 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now