mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 19:39:53 +00:00
The change replaces the Vagrant box based fixture with a fixture based on docker compose and 2 docker images, one for an openldap server and one for a Shibboleth SAML Identity Provider. The configuration of both openldap and shibboleth is identical to the previous one, in order to minimize required changes in the tests
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
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}";
|
|
|
|
}; |