You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/06/23 18:08:27 UTC

[shiro] branch 1.9.x updated (a259d268 -> 422166dd)

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


    from a259d268 fix SHIRO-881
     add 0db440a8 Apply principalSuffix only when username does NOT already contain the suffix
     new 422166dd Merge pull request #364 from apache/shiro-871-19x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../activedirectory/ActiveDirectoryRealm.java      |  2 +-
 .../apache/shiro/realm/ldap/AbstractLdapRealm.java | 12 +++++
 .../activedirectory/ActiveDirectoryRealmTest.java  | 56 ++++++++++++++++++++++
 3 files changed, 69 insertions(+), 1 deletion(-)


[shiro] 01/01: Merge pull request #364 from apache/shiro-871-19x

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 422166dd55195339e811a08a532333e83604bc65
Merge: a259d268 0db440a8
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Jun 23 14:08:18 2022 -0400

    Merge pull request #364 from apache/shiro-871-19x
    
    Apply principalSuffix only when username does NOT already contain the suffix

 .../activedirectory/ActiveDirectoryRealm.java      |  2 +-
 .../apache/shiro/realm/ldap/AbstractLdapRealm.java | 12 +++++
 .../activedirectory/ActiveDirectoryRealmTest.java  | 56 ++++++++++++++++++++++
 3 files changed, 69 insertions(+), 1 deletion(-)