Opened 11 years ago
Closed 10 years ago
#761 closed defect (fixed)
IZ3213: Password needs to be quoted when adding local admin user
Reported by: | opoplawski | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.2u4 |
Severity: | minor | Keywords: | PC Windows install |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3213]
Issue #: 3213 Platform: PC Reporter: opoplawski (opoplawski) Component: gridengine OS: Windows XP Subcomponent: install Version: 6.2u4 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: Password needs to be quoted when adding local admin user Status whiteboard: Attachments: Issue 3213 blocks: Votes for issue 3213: Opened: Mon Dec 14 11:16:00 -0700 2009 ------------------------ In util/install_modules/inst_exec.sh, the local admin user is created with: eval net user $win_admin_user $SECRET /add < /dev/null this should be: eval net user $win_admin_user \"$SECRET\" /add < /dev/null to avoid issues with spaces, shell control characters in the password.
Change History (1)
comment:1 Changed 10 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by [3594/sge].