You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/02/07 09:46:20 UTC

[karaf] branch master updated (e637284 -> afff0c8)

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

jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git.


    from e637284  [KARAF-5246] The command parser should be more tolerant when parsing the line during completion
     add 76edcb8  [KARAF-4496] Add lookupUser(username) method in JAAS backing engines
     new afff0c8  Merge pull request #441 from jbonofre/KARAF-4496

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:
 .../apache/karaf/jaas/modules/BackingEngine.java   |  8 +++++
 .../karaf/jaas/modules/jdbc/JDBCBackingEngine.java | 16 +++++++++
 .../karaf/jaas/modules/ldap/LDAPBackingEngine.java | 31 +++++++++++++++++
 .../properties/PropertiesBackingEngine.java        | 10 ++++++
 .../modules/publickey/PublickeyBackingEngine.java  | 10 ++++++
 .../jaas/modules/syncope/SyncopeBackingEngine.java | 39 ++++++++++++++++++++++
 .../jaas/modules/jdbc/JdbcLoginModuleTest.java     |  4 +++
 .../properties/PropertiesBackingEngineTest.java    |  4 +++
 8 files changed, 122 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf] 01/01: Merge pull request #441 from jbonofre/KARAF-4496

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit afff0c81f11816a1ebdada58e15e408da08826fe
Merge: e637284 76edcb8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Feb 7 10:46:17 2018 +0100

    Merge pull request #441 from jbonofre/KARAF-4496
    
    [KARAF-4496] Add lookupUser(username) method in JAAS backing engines

 .../apache/karaf/jaas/modules/BackingEngine.java   |  8 +++++
 .../karaf/jaas/modules/jdbc/JDBCBackingEngine.java | 16 +++++++++
 .../karaf/jaas/modules/ldap/LDAPBackingEngine.java | 31 +++++++++++++++++
 .../properties/PropertiesBackingEngine.java        | 10 ++++++
 .../modules/publickey/PublickeyBackingEngine.java  | 10 ++++++
 .../jaas/modules/syncope/SyncopeBackingEngine.java | 39 ++++++++++++++++++++++
 .../jaas/modules/jdbc/JdbcLoginModuleTest.java     |  4 +++
 .../properties/PropertiesBackingEngineTest.java    |  4 +++
 8 files changed, 122 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.