/** Copyright ( c ) 2010 Software AG , Darmstadt , Germany * and / or Software AG USA , Inc. , Reston , VA , United States of America , * and / or their licensors.*/ /** NOTE : When deploying JAAS configuration on the IBM WebSphere * Application server fails , remove all comments from the * configuration file.*/ /** Login context , used in the Platform for default authentication*/ SSXLoginOS { /*Internal repository login module ( SSX )*/ com.softwareag.security.jaas.login.ssx.SSXLoginModule required template_section = "INTERNAL" logCallback = "true" internalRepository = "D:\\SoftwareAG\\common\\conf\\users.txt" CreateGroups = "false" CreateGroupProperties = "false" CreateUserProperties = "false"; // LDAP login module (SSX) com.softwareag.security.jaas.login.ssx.SSXLoginModule optional template_section = "LDAP" authType = "LDAP" serverHost = "10.251.11.111" serverPort = "389" serverType = "Novell" personBindDn = "o=MyDomain" ldapSSLConnection = "true"; // Active Directory Service Interfaces login module (SSX) com.softwareag.security.jaas.login.ssx.SSXLoginModule optional template_section = "ADSI" authType = "ADSI" defaultDomain = "BASIS.lan"; }; /** Login context , used in System Management Hub , CentraSite , etc.*/ PluggableUI { com.softwareag.security.jaas.login.ssx.SSXLoginModule optional options_url = "http://:53305/CentraSite/CentraSite/ino:noauth:GetSinConfiguration=" CreateGroups = "false" rmiServerAddress = "" rmiServerPort = "53313" UseDomainForOptionsURL = "true" rmiEnabled = "true" nativeLogLevel="6" nativeLogFile="D:\\SoftwareAG\\profiles\\CTP\\logs\\jaas_ssx.log" useLog="true" logLevel="DEBUG" logFile="D:\\SoftwareAG\\profiles\\CTP\\logs\\jaas_sin.log" template_section = ""; /*Internal repository login module ( SSX )*/ com.softwareag.security.jaas.login.ssx.SSXLoginModule optional template_section = "INTERNAL" logCallback = "true" internalRepository = "D:\\SoftwareAG\\common\\conf\\users.txt"; /*Operating system login module ( SSX )*/ com.softwareag.security.jaas.login.ssx.SSXLoginModule requisite template_section = "OS" CreateGroups = "false"; com.softwareag.security.jaas.login.xmlserver.XmlServerLoginModule optional XMLSERVER_URL = "http://:53305/CentraSite/CentraSite"; }; CentraSiteUddi { com.softwareag.security.jaas.login.ssx.SSXLoginModule optional options_url = "http://:53305/CentraSite/CentraSite/ino:noauth:GetSinConfiguration=" CreateGroups = "false" rmiServerAddress = "" rmiServerPort = "53313" UseDomainForOptionsURL = "true" rmiEnabled = "true" template_section = ""; com.softwareag.security.jaas.login.ssx.SSXLoginModule requisite template_section = "OS" CreateGroups = "false" authDaemonPath = "D:/SoftwareAG/common/runtime/security/auth/sagssxauthd2"; com.softwareag.security.jaas.login.xmlserver.XmlServerLoginModule requisite XMLSERVER_URL = "http://:53305/CentraSite/CentraSite"; }; CentraSiteGuestLogin { com.softwareag.security.jaas.login.xmlserver.XmlServerLoginModule required XMLSERVER_URL = "http://:53305/CentraSite/CentraSite"; }; CentraSiteClient { com.softwareag.security.jaas.login.ssx.SSXLoginModule optional options_url = "http://:53305/CentraSite/CentraSite/ino:noauth:GetSinConfiguration=" CreateGroups = "false" rmiServerAddress = "" rmiServerPort = "53313" UseDomainForOptionsURL = "true" rmiEnabled = "true" template_section = ""; com.softwareag.security.jaas.login.ssx.SSXLoginModule requisite template_section = "OS" CreateGroups = "false" authDaemonPath = "D:/SoftwareAG/common/runtime/security/auth/sagssxauthd2"; com.softwareag.security.jaas.login.xmlserver.XmlServerLoginModule requisite XMLSERVER_URL = "http://:53305/CentraSite/CentraSite"; };