canmove, Confirmed users
1,394
edits
(→Darwin) |
|||
Line 38: | Line 38: | ||
=== 10.8 (Mountain Lion) === | === 10.8 (Mountain Lion) === | ||
:'''NOTE:''' no released version of Puppet | :'''NOTE:''' no released version of Puppet supported setting passwords on Mountain Lion when we deployed it. PuppetAgain includes a ''darwinuser'' type and a ''CustomDirectoryService'' provider for that type, both based on the work of Gary Larizza in [http://projects.puppetlabs.com/issues/12833 #12833]. What is eventually available in Puppet proper should closely resemble this implementation. | ||
Authentication on Mountain Lion takes place based on three pieces of information: iterations, salt, and password (called 'entropy' by OS X). You can get this information for an existing user with [http://hg.mozilla.org/build/puppet/file/default/setup/mtnlion-user-info.rb setup/mtnlion-user-info.rb] (as root): | Authentication on Mountain Lion takes place based on three pieces of information: iterations, salt, and password (called 'entropy' by OS X). You can get this information for an existing user with [http://hg.mozilla.org/build/puppet/file/default/setup/mtnlion-user-info.rb setup/mtnlion-user-info.rb] (as root): | ||
ruby mtnlion-user-info.rb cltbld | ruby mtnlion-user-info.rb cltbld | ||
and then add it to the ''secrets.csv'' for your installation. | and then add it to the ''secrets.csv'' for your installation. | ||
=== 10.9 (Mavericks) === | |||
Seems to be the same as Mountain Lion, but see http://projects.puppetlabs.com/issues/22107 | |||
=== Automatic Login === | === Automatic Login === |