Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 947191 Details for
Bug 1150580
Failure when removing security domain configuration in the ejb-security-interceptors quickstart
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
CLI script - configure security domain
configure-security-domain.cli (text/plain), 1.90 KB, created by
Nikoleta Hlavickova
on 2014-10-15 11:39:05 UTC
(
hide
)
Description:
CLI script - configure security domain
Filename:
MIME Type:
Creator:
Nikoleta Hlavickova
Created:
2014-10-15 11:39:05 UTC
Size:
1.90 KB
patch
obsolete
># Batch script to add and configure the quickstart-domain security domain in the JBoss server > ># Start batching commands >batch > ># Add and configure the security domain, then add the DelegationLoginModule, which can be before or after the Remoting login module. >/subsystem=security/security-domain=quickstart-domain:add(cache-type=default) >/subsystem=security/security-domain=quickstart-domain/authentication=classic:add >/subsystem=security/security-domain=quickstart-domain/authentication=classic/login-module=DelegationLoginModule:add(code=org.jboss.as.quickstarts.ejb_security_interceptors.DelegationLoginModule,flag=optional,module-options={password-stacking=useFirstPass}) >/subsystem=security/security-domain=quickstart-domain/authentication=classic/login-module=Remoting:add(code=Remoting,flag=optional,module-options={password-stacking=useFirstPass}) >/subsystem=security/security-domain=quickstart-domain/authentication=classic/login-module=RealmDirect:add(code=RealmDirect,flag=required,module-options={password-stacking=useFirstPass}) > ># Add a new security realm that contains the password that is used when an outbound connection is used for Remote EJB calls. >/core-service=management/security-realm=ejb-outbound-realm:add >/core-service=management/security-realm=ejb-outbound-realm/server-identity=secret:add(value="Q29ubmVjdGlvblBhc3N3b3JkMSE=") > ># Define the address that the outbound connection connects to >/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=ejb-outbound:add(host=localhost,port=4447) > ># Create the outbound connection >/subsystem=remoting/remote-outbound-connection=ejb-outbound-connection:add(outbound-socket-binding-ref=ejb-outbound,username=ConnectionUser,security-realm=ejb-outbound-realm) >/subsystem=remoting/remote-outbound-connection=ejb-outbound-connection/property=SSL_ENABLED:add(value=false) > ># Run the batch commands >run-batch > ># Reload the server configuration >:reload > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1150580
: 947191 |
947192