Issue #22704 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1944
Thanks a bunch for the patch! One of our engineers will review your submission and follow up in the pull request. ---------------------------------------- Bug #22704: directoryservice provider creates users with low ids https://projects.puppetlabs.com/issues/22704#change-98152 * Author: Daniel De Marco * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * Category: Darwin * Target version: * Affected Puppet version: 3.3.0 * Keywords: osx user darwin directoryservice * Branch: https://github.com/puppetlabs/puppet/pull/1944 ---------------------------------------- If a uid is not specified, the automatically selected uid is very low (<100) and sometimes produces broken users. On a fresh 10.8.5 install it creates a new user with uid 28 and then createhomedir for the user fails. New users created in the OSX GUI have uids starting at 501, I think puppet should do the same when the uid is not specified. -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
