Cakkie
January 26th, 2001, 03:32 AM
We have set up this system that when a user logs in, his supplied userid and password are validated. After that, we retrieve the roles for that user from a database table.
Then we add the user (NT-Userid) to the roles specified in the table.
When we use component services to look at the roles we actually see that the user is added to the role. However, the user does not have access to the objects it should. If we stop the application and restart it, the users can access the objects. This is not what we want, first of all it uses a lot of resources to stop and start the application, second, other users can't use the application because the application is down for some time. The work is done via ComAdmin, but if we add a user to a role manually (via component services) the result is the same.
My question: is it possible to add a user to a role, and have it take effect immediatly, without always having to stop and start the application.
Tom Cannaerts
slisse@planetinternet.be
The best way to escape a problem, is to solve it.
Then we add the user (NT-Userid) to the roles specified in the table.
When we use component services to look at the roles we actually see that the user is added to the role. However, the user does not have access to the objects it should. If we stop the application and restart it, the users can access the objects. This is not what we want, first of all it uses a lot of resources to stop and start the application, second, other users can't use the application because the application is down for some time. The work is done via ComAdmin, but if we add a user to a role manually (via component services) the result is the same.
My question: is it possible to add a user to a role, and have it take effect immediatly, without always having to stop and start the application.
Tom Cannaerts
slisse@planetinternet.be
The best way to escape a problem, is to solve it.