Accessing eXist client by using 'guest' account

View: New views
5 Messages — Rating Filter:   Alert me  

Accessing eXist client by using 'guest' account

by claud108 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

It is possible to disable access for the 'guest' account with eXist client?


Thanks,
Claudius

Re: Accessing eXist client by using 'guest' account

by Leif-Jöran Olsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Den 2009-06-25 14:14, claud108 skrev:
> Dear all,
>
> It is possible to disable access for the 'guest' account with eXist client?

If you just change the password under tools->administer users (C-u) for
the guest account you will achieve something like that.

Cheers,
Leif-Jöran

------------------------------------------------------------------------------
_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open

Re: Accessing eXist client by using 'guest' account

by claud108 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Changing this password crashed my access by using the admin account.

Any ideas?

My intention is to simply disable the access by using the eXist client when the username is guest, not changing the password for this username.

This is a simple way to forbid access to my server by using the eXist client when the username is guest and, on the other hand, is already used by admin.xql.

Thanks,

Claudius

Re: Accessing eXist client by using 'guest' account

by Leif-Jöran Olsson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Den 2009-06-26 18:33, claud108 skrev:
> Changing this password crashed my access by using the admin account.
>
> Any ideas?

No, you supply too little information. Start by saying what you are
doing explicitly and we might be able to help you, otherwise not.
Changing the guest account password does not affect the admin account in
any way. It sounds like you are are in a web context depending on the
guest account being default rather than using the java admin client
which I assumed from your previous letter.

>
> My intention is to simply disable the access by using the eXist client when
> the username is guest, not changing the password for this username.

Sorry, you need to supply a clearly stated use case since I can't tell
which layer you are in.

> This is a simple way to forbid access to my server by using the eXist client
> when the username is guest and, on the other hand, is already used by
> admin.xql.

You are talking about eXist client and admin.xql in the same sentence
this makes me wonder what client you are actually talking about once again?

Leif-Jöran




------------------------------------------------------------------------------
_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open

Re: Accessing eXist client by using 'guest' account

by claud108 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, you are right that i provided too little information.

So, I have an web application which is accessed via the REST interface.

My intention is to limit access to my server for third parties that could use the eXist client with the 'guest' account.

Claudius