a) How secure is SAPDB. Do other users (usermode RESOURCE or STANDARD)
have access to anything that i should protect after creating a database
with the wizard?
Are there any "security-guides" ?
(The access will perhaps happen through SSH tunnels if possible, so any
DOD-Attacks are impossible)

b) I would like to grant the REFERENCES priviledge to some users, but
the problem is, that these users can create a FOREIGN KEY with "ON
DELETE RESTRICT". That might hinder me in deleting rows from my tables.
That is "unacceptable" for me. I want to avoid, that my work depends on
something other users do. So other users wouldn't have the choice to use
 FOREIGN KEYS own my tables :-(
no reply? hmm ...
i'm very serious about a) and b) ...

b) is what i worry about the most, because i might have to grant access for some data to some "untrusted" users ...

as ON DELETE RESTRICT is the default, it might happen by accident, that other users break my application because DELETE is not working any more, and depends on the other user's table.



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to