× 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.



Javier,

You said “After change of effective group, it seems that a user without permissions can use IFS objects. But this does not always happen.”

Can you expand on what scenarios the user does not gain authority?

Is the qsysetegid() API failing for select users?

Remember a Group Profile cannot be a member of a Group. For a profile that fails, is that users profile a Group Profile? Check if there is a GID on a failing user profile.

Also note the following statement that is part of Flowchart 6 of the Authority checking process in the security reference manual.

“Note: If the user is signed on as the profile that is the primary group for an object, the user cannot receive authority to the object through the primary group.” (this seems unlikely)

Is auditing active on your system? Look at the Audit Logs to see if any authority failures are being logged.

As for SFTP, remember it is going to look for the user’s private key and known_hosts file in the .ssh directory under the user’s home directory. You can use the following sftp command to tell the system where to locate the files.
sftp -vvv -i /home/user/.ssh/id_rsa -o UserKnownHostsFile=/home/user/.ssh/known_hosts remoteuser@server

Rob W

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.