Here are the steps to enable LDAP authentication in Software AG Runtime (CTP). In ‘<SAG HOME>/profiles/CTP/configuration/jaas.config’ file, add your LDAP settings in the beginning: LdapRealm ( com.softwareag.security.sin.is.ldap.lm.LDAPLoginModule required alias="name3" logLevel=...
Add the following in the services.xml of your AAR service archive: <module ref="rampart"/> <parameter name="sin.jaas.transport.login.context">Default</parameter> <wsp:Policy wsu:Id="BasicAuthPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns...
Steps to enable Basic HTTP authentication in Software AG Runtime (CTP) : Add the following in the /profiles/CTP/configuration/tomcat/conf/server.xml file’s Engine element next to <Realm className="org.apache.catalina.realm.LockOutRealm"/> : <Realm className="com.softwareag...
Previously we looked at memory usage by the system as a whole, focusing on the buffers and cache usage that can grow and shrink as needed to optimize file IO. But how much cache do we really need? And how can we tell who is using it? For this deeper dive we’re going to focus on the usage...