Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creation of users with existing password hashes #45

Open
wants to merge 7,649 commits into
base: trunk
Choose a base branch
from

Conversation

jbornemann
Copy link

We utilize the UserManager API within Grabbit for syncing authorizable nodes between servers.

Unfortunately, when it comes to syncing users, and specifically setting passwords from existing users; we have no public API facing way to create users with existing password hashes. We currently have to resort to using reflection, grabbing internal tree objects, and a bunch of nastiness that we would love to avoid with this change.

Let me know what you think :-)

Alexander Klimetschek and others added 30 commits May 6, 2014 20:53
…ether node is saved or not

JCR-3368 - CachingHierarchyManager: inconsistent state after transient changes on root node


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1596550 13f79535-47bb-0310-9956-ffa450edef68
Add simple allow/deny/clear convenience methods to AccessControlUtils

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597717 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597719 13f79535-47bb-0310-9956-ffa450edef68
…h configuration

Applying patch from Shashank

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1600880 13f79535-47bb-0310-9956-ffa450edef68
…rovider (IDCF)

Applied the patch from Shashank.  The region would now be specified before bucket exist call is made

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1601550 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1603087 13f79535-47bb-0310-9956-ffa450edef68
TokenProvider.createToken is case sensitive

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1609712 13f79535-47bb-0310-9956-ffa450edef68
Relaxed test expectations allowing Event.getInfo to contain the additional keys

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1614364 13f79535-47bb-0310-9956-ffa450edef68
…to jackrabbit-api, add dummy implementation to jackrabbit-core (feature not yet supported))

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1618121 13f79535-47bb-0310-9956-ffa450edef68
Applying patch from Shashank Gupta.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1621678 13f79535-47bb-0310-9956-ffa450edef68
mreutegg and others added 25 commits September 7, 2016 07:01
…session is not allowed to read root

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1759607 13f79535-47bb-0310-9956-ffa450edef68
…session is not allowed to read root

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1759782 13f79535-47bb-0310-9956-ffa450edef68
…sabling AsyncUpload in unit tests

Patch from Woonsan Ko

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1759933 13f79535-47bb-0310-9956-ffa450edef68
…entations

Slightly modified patch from Woonsan Ko

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1760825 13f79535-47bb-0310-9956-ffa450edef68
Add hint for default admin credentials

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1760893 13f79535-47bb-0310-9956-ffa450edef68
… listener.toString. For displaying eg in consolidated listener stats mbean

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1762455 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1763257 13f79535-47bb-0310-9956-ffa450edef68
@jbornemann
Copy link
Author

jbornemann commented Oct 12, 2016

@anchela @jukka @reschke

@reschke
Copy link
Contributor

reschke commented Oct 28, 2016

I have no opinion.

Procedure-wise I would recommend to open a JIRA ticket (github is just a mirror for Jackrabbit). See https://issues.apache.org/jira/browse/JCR/

@jbornemann
Copy link
Author

Great @reschke! Thanks for the pointer. I created an issue here https://issues.apache.org/jira/browse/JCR-4050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.