× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I tend to agree with Nathan here.

You need to find out why you want to omit them from syscatalogs. For
example, is it because I can query SYSCOLUMNS for all columns like '%SSN%'
and see if I can hack social security numbers? (I've used this as an
example on one system to push for better security and/or encryption. I
displayed the boss' SSN using an average user's id.)
If this is the case, you probably need better security on the end table
and it's columns.
Also, in this case, all the system catalogs do here is simplify doing a
DSPFFD of all the columns. It's just already preloaded.

Are you concerned about the view USER_INFO? It should only show the
average user their user id. To get a list of user profiles all the
average user has to do is DSPOBJD of all user type message queues. They
may not have access to the user profiles, but they will have access to the
message queues. Otherwise it makes it really tough to use SNDMSG to them.

Oh, so you use "limit capabilities" to block them from the command line?
Big flipping yawn.
I can just fire up "Run SQL Scripts" and use
CL: DSPOBJD OBJ(QUSRSYS/*ALL) OBJTYPE(*MSGQ) OUTPUT(*OUTFILE)
OUTFILE(MYLIB/MYFILE)
and then query that.

There's about a billion other hacks...

Again, why kill productivity just for a false sense of security?


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.