Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6336] New: create_account home and shell params

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 6336] New: create_account home and shell params
  • Date: Wed, 10 Mar 2004 17:48:07 -0500

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

Summary: create_account home and shell params
Product: Sorcery
Version: Devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: marek AT printsoft.cz


function create_account could have tvo voluntary parameters, home and shell
for
the newly created account.

Something like:

HOME_DIR=/var
if [ -n "$2" ]; then
HOME_DIR="$2"
fi

USER_SHELL=/bin/sh
if [ -n "$3" ]; then
USER_SHELL="$3"
fi
...



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



  • [SM-Sorcery-Bugs] [Bug 6336] New: create_account home and shell params, bugzilla-daemon, 03/10/2004

Archive powered by MHonArc 2.6.24.

Top of Page