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 15:00:20 UTC

[shiro] branch main updated (beb089da -> 017d8e0f)

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

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


    from beb089da Merge pull request #362 from apache/sec-manager-tests
     add c8e08962 Apply principalSuffix only when username does NOT already contain the suffix
     new 017d8e0f Merge pull request #350 from apache/SHIRO-871

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 #350 from apache/SHIRO-871

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

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

commit 017d8e0f69b31ac1e225d0e7dd235b3e84cbcbe8
Merge: beb089da c8e08962
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Jun 23 11:00:15 2022 -0400

    Merge pull request #350 from apache/SHIRO-871
    
    [SHIRO-871] 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(-)