Bug 978984
| Summary: | Update the add-user utility to allow for file name overrides. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Darran Lofthouse <darran.lofthouse> |
| Component: | Domain Management | Assignee: | Darran Lofthouse <darran.lofthouse> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | brian.stansberry, myarboro, pkremens, sgilda |
| Target Milestone: | ER1 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
The add user script (`adduser.sh` and `adduser.bat`) has been enhanced to allow different properties files to be specified for both users and groups.
The user file can be specified with the `-up` or `--user-properties` parameters.
The group file can be specified with the `-gp` or `--group-properties` parameters.
Example Usage:
----
[admin@server bin]$ ./add-user.sh -up audit-users.properties -gp audit-groups.properties
----
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:18:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Darran Lofthouse
2013-06-27 12:33:28 UTC
Darran Lofthouse <darran.lofthouse> updated the status of jira WFLY-218 to Coding In Progress I think this should be included in EAP 6.2 6.1.1 is bug fixes release devel_ack+ Darran, I get a 404 on the above link. Thanks bstansberry! Verified on EAP 6.2.0.ER1 As this bug seems stuck in a loop I am providing a dev NACK until this bot can actually make up it's mind if this bug should have an ACK for the release or not. Hi Darrin, please include also that properties file must exists or error is thrown. See BZ1020151 for details. |