Bug 177

Summary: -i option on AIX does not process the /etc/environment file
Product: Sudo Reporter: Steven Ehnis <sehnis>
Component: SudoAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: normal    
Version: 1.6.8   
Hardware: IBM   
OS: AIX   

Description Steven Ehnis 2005-05-09 13:19:10 MDT
ON AIX the default TZ & LANG values are set in the /etc/environment file. When 
using the -i option for sudo, the TZ & LANG environment variables are not being 
set. This is different from doing /bin/su -.  This problem does not happen on 
Solaris.

This difference was not detected and caused an application to be started under 
the TZ of UTC instead of EDT, a 4 hour LATER start, and now a 4 hour outage is 
required to correct.
Comment 1 Todd C. Miller 2005-05-09 13:30:50 MDT
AIX has its own special API for /etc/environment and resource limits.  Until
someone gives me login and compile access to an AIX machine I cannot add support
for this.

*** This bug has been marked as a duplicate of 83 ***