Oracle mentions the ability to connect to their LDAP server - the Oracle Internet Directory http://download.oracle.com/docs/cd/B19306_01/network.102/b14267/olsoid.htm. Can Oracle Label Security be configured with an alternative LDAP server such as Active Directory?
Joshua's questions
I have an Apache HTTP Server with SSL enabled and requesting a Client Certificate.
How do I set up Apache to only request the certificate when a user hits a certain part of the website?
Example:
/myapp/ should not request the cert
/myapp2/ should request the cert
Note: These applications are being served using the mod-jk
Can the missing CLI items be re-added to Windows XP Embedded?
Examples include: sc, ping, and ipconfig.
I configured JBoss to use AJP over Apache for all outgoing connections, but I want to set up the internal 8080 for local connections. How can I do this within the context of JBoss so I don't need to block a port on the firewall?
How do I create a fully patched version of Oracle 10g for install?
How do I set the url for the URL Policy Agent? I currently have http://*:*/*
and it works for most urls. Example url failures:
http://www.example.com/something?a=123
http://localhost:8081/app/servlet?sessionToken=476b71cb12f13d54af91a9636cf4b429
Example Error from log:
2009-08-05 11:48:35.890 Error 3648:108ca78 PolicyEngine: am_policy_evaluate: InternalException in Service::getPolicyResult() with error message:No Policy or Action decisions found found for resource: http://localhost:8081/app/servlet?sessionToken=476b71cb12f13d54af91a9636cf4b429 and code:7
I am setting up a single sign on system using OpenSSO. I have been able to install the Policy Agent 3.0 and configure the policy to require the user to log in before being able access the websites. I have 2 types of applications running. The first is a django based application running through mod_wsgi in Apache (works fine). The second are 2 J2EE applications. The original application login screens come successfully, but once I set the username and password, the page just hangs and I get a 502 bad gateway on IE.
Is there any guidance on setting up OpenSSO with Apache and AJP?
I have looked around on the web and the OpenSSO and I haven't found anything.
Current server environment: all applications currently running on same machine using
- JBoss 4.0.5
- Python 2.6
- Apache 2.2
- Windows XP
- Java 1.6_14
It appears to work for the basic login. A simple jsp application works, but the AJAX doesn't. Also, a more substantial application doesn't work after login. The OpenSSO just pegs the CPU.
Some data from the debug log:
2009-07-30 16:02:47.849 Error 7080:10c70b8 all: LineBuffer::findEndOfLine(): 2009-07-30 16:03:22.418 Error 7080:10c70b8 all: LineBuffer::findEndOfLine(): 2009-07-30 16:03:51.203 Error 7080:10c70b8 all: LineBuffer::findEndOfLine(): 2009-07-30 16:03:51.203 Error 7080:10c70b8 PolicyEngine: am_policy_evaluate: InternalException in Service::update_policy with error message:Naming query failed. and code:12 2009-07-30 17:02:08.132 Error 7080:10a4588 all: Connection::read(): NSPR Error while reading data:-5961 2009-07-30 17:02:10.133 Error 7080:10a4588 all: fetchAndUpdateAgentConfigCache():There is an error while fetching attributes by user SDETest, using REST service. Status: REST attributes service encountered an error 2009-07-30 17:02:51.019 Error 7080:10c70b8 AM_SSO_SERVICE: SSOTokenService::getSessionInfo(): Error 35 for sso token ID AQIC5wM2LY4Sfcw+CSjmVbTOhLlEgzCYiNGrvUFpO9GBYR8=@AAJTSQACMDE=#. 2009-07-31 10:40:06.973 Error 7080:1069e48 AM_SSO_SERVICE: SSOTokenService::getSessionInfo(): Error 35 for sso token ID AQIC5wM2LY4SfczGMS+rSpfPo9ZEx1eoGnrEoE1FtaJmxUI=@AAJTSQACMDE=#. 2009-07-31 10:45:26.421 Error 7080:1069e48 all: LineBuffer::findEndOfLine(): 2009-07-31 10:45:45.351 Error 7080:1069e48 all: LineBuffer::findEndOfLine(): 2009-07-31 10:46:01.029 Error 7080:1069e48 all: LineBuffer::findEndOfLine(): 2009-07-31 10:46:01.029 Error 7080:1069e48 PolicyEngine: am_policy_evaluate: InternalException in Service::update_policy with error message:Naming query failed. and code:12 2009-07-31 10:46:56.240 Error 7080:1069e48 all: LineBuffer::findEndOfLine():
I have a batch script that looks like:
sc stop myservice
sc start myservice
it errors out because sc doesn't wait till the service is stopped. How do I restart a service with a script?
How can I maximize the write performance without impacting reads?