Re: When Will The Next Release Be?

2016-11-03 Thread opticyclic
The last build of Jenkins (https://builds.apache.org/view/Shiro/job/Shiro-1.4.x/lastBuild/) is blue balls now. Is there anything else outstanding for the 1.4 release that needs fixing? -- View this message in context:

Re: New LDAP Realm Proposal

2016-09-28 Thread opticyclic
If you post your fork where you are doing the work, I can pitch in a bit. -- View this message in context: http://shiro-user.582556.n2.nabble.com/New-LDAP-Realm-Proposal-tp7581200p7581301.html Sent from the Shiro User mailing list archive at Nabble.com.

Re: Can We Expose The ActiveDirectoryRealm searchFilter?

2016-09-28 Thread opticyclic
Please see this pull request to expose the property https://github.com/apache/shiro/pull/40 -- View this message in context: http://shiro-user.582556.n2.nabble.com/Can-We-Expose-The-ActiveDirectoryRealm-searchFilter-tp7581290p7581300.html Sent from the Shiro User mailing list archive at

Re: Anonymous binding issue while searching LDAP roles

2016-09-25 Thread opticyclic
See here for a working example of changing where the searching for roles is done https://github.com/opticyclic/shiro-spring-examples/tree/master/ms-active-directory-custom Specifically: During login we bind using the user credentials and get the roles (we have to copy the code from the parent