Hi Johan, the user management in Marmotta is only a very basic one.
The access policy is based on URL-patterns. You can restrict/allow access to the different admin-pages and/or webservices. There is no access control on the RDF store - that would be an interesting module to be added. The login in the admin-UI not really working, nor is it required. All admin pages are plain static html pages with javascript/ajax accessing the webservices in the background. Depending on how your browser handles authentication for ajax requests, the login-button might or not work. However, if accessing a webservice requires login, the server will ask for it, so you can read it as "login on demand" ;-) With the default security profile ("simple"), you will never be asked for a password: All access from localhost is allowed, all other access is 'read-only' If you want to enable login, switch to a different security profile: - "standard": read is allowed, write requires login (admin role) - "restricted": all access requires login. You can see and change the security profile and all active rules in the security module: http://localhost:8080/marmotta/security/admin/profiles.html HTH, best, Jakob On 11 September 2014 16:12, Kunnen, J. (Johan) <johan.kun...@tno.nl> wrote: > Hi all, > > > > I am interested in the user management of Marmotta. I am able to create > users with corresponding roles. However I am not able to log in or log out. > Maybe it is because I am running Marmotta on a local machine. Can anyone > tell me how I am able to log in as a different user? (clicking the login > button on the upper right corner has no effect). > > > > Kind regards, > > Johan Kunnen. > > > > > Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u > niet de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, > wordt u verzocht dat aan de afzender te melden en het bericht te > verwijderen. TNO aanvaardt geen aansprakelijkheid voor de inhoud van deze > e-mail, de wijze waarop u deze gebruikt en voor schade, van welke aard ook, > die verband houdt met risico's verbonden aan het elektronisch verzenden van > berichten. > > > > This message may contain information that is not intended for you. If you > are not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. >