Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7190] New: libaccount - passing additional groups to create_account()

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 7190] New: libaccount - passing additional groups to create_account()
  • Date: Fri, 30 Jul 2004 18:38:11 -0400

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

Summary: libaccount - passing additional groups to
create_account()
Product: Sorcery
Version: 1.x Series
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: johnsr1 AT lincoln.ac.nz


in the function create_account() where the account is created
# check for adding user problems and try to notify user.
useradd -u $ACCOUNT_UID -g $PRIMARY_GNAME -G "$SECONDARY_GIDS" ...
the variable $SECONDARY_GIDS is defined but empty.

It would be useful for those spells that require it to be able to pass the
aditional groups as a parameter eg
instead of
SECONDARY_GIDS=video,audio
create_account "palantir" "/usr/share/palantir" "/bin/sh"
have
create_account "palantir" "/usr/share/palantir" "/bin/sh" "video,audio"



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



  • [SM-Sorcery-Bugs] [Bug 7190] New: libaccount - passing additional groups to create_account(), bugzilla-daemon, 07/30/2004

Archive powered by MHonArc 2.6.24.

Top of Page