Use security rules to limit user access to resources:
You can limit update authority to specific users. The following security rule does a more specific security check when you limit the authority of your users.
Follow these steps:
EXTSECURITY=ON
)SEC SQL* )PROC IF SEC.AUSQTBLS <> 'STCTBL' THEN RETURN 'NOACTION' IF SEC.OPAUJBNA = 'SSMADMIN' THEN RETURN ACCEPT ELSE RETURN REJECT
External security check permits all other SQL calls.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |