Assigned
Status Update
Comments
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
ma...@iob.ch <ma...@iob.ch> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
`sudo su` command was failing with the error `su: Module is unknown`.
A look at the `auth.log` shows that a system pam module, pam_oslogin_admin.so, is missing:
What you expected to happen:
Be able to sudo su ( root )
Steps to reproduce:
Create a VM with ubuntu-1804-lts
Install OS login
Run the command sudo su
Other information (workarounds you have tried, documentation consulted, etc):
related to
Solution: The Team is working on Implementing a cleanup of /etc/pam.d/su for older systems. Since after the update of the oslogin we no longer support the pam_oslogin_admin.so module (we don't install it anymore and don't add it to /etc/pam.d/sshd) so older systems with the module set in the /etc/pam.d/su will start having a error message logged to the syslog.
This is a public issue tracker and will be updated once the fix is implemented and deployed.