Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
/ mluser Public archive

Add, remove, and set passwords for users on multiple, unclustered MarkLogic instances.

Notifications You must be signed in to change notification settings

marklogic-community/mluser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Description

MLUser is a Java application for adding users, deleting users, and changing users passwords on multiple, unclustered MarkLogic instances.

To use, add the servers you want to work with to your list of known servers (this list will be remembered). For a specific user, add the target servers from the known servers list. Select the desired action and hit the Go button.

When adding a server to the known servers list, you will need to specify an XDBC port. Doesn't matter what DB it's connected to, the connection string will target the Security database.

#Prerequisites

Building requires:

  • Maven 2.2.1+
  • Java 1.6+

Running requires:

  • Java 1.6+

#Building

Run:

#Usage

Run:

  • java -jar dist/mluser-0.0.1-SNAPSHOT.jar

About

Add, remove, and set passwords for users on multiple, unclustered MarkLogic instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages