Change between 2.4.0 and 3.2.1

Eu 0bahba at gmail.com
Wed Jun 29 15:11:05 EDT 2016


Hi,

My federation upgraded our Shibboleth from 2.4.0 to 3.2.1.

In 2.4.0 I used to use:

ShibUserPassAuth {
   // LDAP Users
   edu.vt.middleware.ldap.jaas.LdapLoginModule sufficient
      host="myhost:389"
      base="ou=Users,dc=mydomain"
      ssl="false"
      useStartTLS="true"
      userField="uid"
      serviceUser="cn=shibboleth,dc=mydomain"
      serviceCredential="xxx"
      subtreeSearch="false"
      authorizationFilter="(Federated=Y)";
};

All people with "Federated=Y" can conect.

How can I use the same method on Shibboleth 3.2.1?
I can not found the authorizationFilter option.

Thanks

VR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160629/d2fad186/attachment.html>


More information about the users mailing list