| /* |
| * |
| */ |
| |
| FOO { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| host="localhost" |
| port="4242" |
| realm="properties-realm"; |
| }; |
| |
| kerberos { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| host="localhost" |
| port="4242" |
| realm="TOOLAZYDOGS.COM"; |
| }; |
| |
| sql { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| host="localhost" |
| port="4242" |
| realm="sql-realm"; |
| }; |
| |
| properties { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| host="localhost" |
| port="4242" |
| realm="properties-realm"; |
| }; |
| |
| kerberos-local { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| realm="TOOLAZYDOGS.COM" |
| kernel="test.kernel"; |
| }; |
| |
| bridge { |
| org.apache.geronimo.security.jaas.client.JaasLoginCoordinator required |
| realm="bridge-realm" |
| kernel="test.kernel"; |
| }; |