You can set up a shiro.ini where authentication is handled by external authentication service like LDAP. Then if uses change their passwords with that service those changes are automatically reflected by consumers of the service e.g. Fuseki
For LDAP configuration in Shiro see https://shiro.apache.org/static/1.2.4/apidocs/org/apache/shiro/realm/ldap/JndiLdapRealm.html Rob On 06/06/2018, 12:52, "Piotr Nowara" <[email protected]> wrote: Hi, changing a user's password requires restarting Fuseki (just like modifying anything else in shiro.ini file). This is really awkward for production environments where the users expect they can change their passwords on their own and whenever they want. How do you deal with it? Thanks, Piotr
