Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7602] asking for root password to create accounts

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7602] asking for root password to create accounts
  • Date: Fri, 5 Nov 2004 04:37:35 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=7602





------- Additional Comments From acedit AT armory.com 2004-11-05 04:37 -------
libaccount used to be under sorcery but its nothing more than a couple
of functions, sorcery doesnt even call it. So it made sense to make it
a grimoire library since the grimoire can have libraries too. Its
automatically sourced through the FUNCTIONS file.

I just cast dbus and it was able to create the account just fine, so
im not sure what happened for you...
The meat of the function is
useradd -u $ACCOUNT_UID -g $PRIMARY_GNAME $SECONDARY_GIDS -d "$HOME_DIR" -s
"$USER_SHELL" $1
Try that as root with whatever values you want and see what happens.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page