[java-identity-provider] 01/02: Remove test version of jaas.conf

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 26 10:10:09 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c31dd32f556a893c31255e2922a6bf0d7da02dba

commit c31dd32f556a893c31255e2922a6bf0d7da02dba
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 26 14:52:23 2019 +0100

    Remove test version of jaas.conf
    
    It contains the same content as the release file.
---
 idp-conf/src/test/resources/conf/authn/jaas.config | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/idp-conf/src/test/resources/conf/authn/jaas.config b/idp-conf/src/test/resources/conf/authn/jaas.config
deleted file mode 100644
index 232e93d..0000000
--- a/idp-conf/src/test/resources/conf/authn/jaas.config
+++ /dev/null
@@ -1,11 +0,0 @@
-ShibUserPassAuth {
-    /*
-	com.sun.security.auth.module.Krb5LoginModule required;
-	*/
-
-    org.ldaptive.jaas.LdapLoginModule required
-      ldapUrl="ldap://localhost:10389"
-      baseDn="ou=people,dc=example,dc=org"
-      userFilter="uid={user}";
-
-};
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list