Issue #804 has been updated by jamtur01.

Target version changed from unplanned to 0.24.4


----------------------------------------
Bug #804: checks for maximum uid need to be removed
http://reductivelabs.com/redmine/issues/show/804

Author: zano0001
Status: Closed
Priority: Normal
Assigned to: luke
Category: 
Target version: 0.24.4
Keywords: 
Complexity: Hard
Patch: None
Affected version: 


Using puppet 0.23.1 on RHEL 4.

In lib/puppet/type/pfile/owner.rb there are 2 checks for maximum uid, which 
prevent puppet from performing actions for users with uid higher than these.  
There are 2 different checks, each of which has a different value:

uid2name (line 12) has a check for "if id > 70000" 
- this prevented puppet from creating ssh keys for the users with uids > 70000

retrieve (line113) has the check for "if currentvalue > 120000" 
- this prevented puppet from changing the owner for users with uids > 120000, 
and reporting the "state  
is silly" when running puppetd --verbose -- onetime.



----------------------------------------
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to