canmove, Confirmed users
1,394
edits
(→Linux) |
(→Darwin) |
||
| Line 33: | Line 33: | ||
== Darwin == | == Darwin == | ||
On Mac OS X, user management is much more complex, and works differently on different versions. | On Mac OS X, user management is much more complex, and works differently on different versions. | ||
=== 10.7 (Lion) === | |||
Authentication on Lion requires a single salted sha512 password. You can generate such hashes with <tt>setup/lion-password-hash.rb</tt>, which prompts for a password and outputs the hash. Stick that into the <tt>*_pw_saltedsha512</tt> entries in secrets.csv, and you're good to go. | |||
=== 10.8 (Mountain Lion) === | === 10.8 (Mountain Lion) === | ||