[sudo-users] can I prevent sudo on Solaris from performing ldap searches for local users?

Todd C. Miller Todd.Miller at courtesan.com
Wed Feb 3 07:38:10 MST 2016


This might be triggered by the support for Solaris project resource
limits.  You could rebuild sudo with that support disabled using
the --without-project configure option.

However, it might be easier to just add an entry for the user to
/etc/user_attr or /etc/user_attr.d/ on the affected systems.  If
the user is found in the local file, ldap should not be consulted.

 - todd


More information about the sudo-users mailing list