Netatalk 3.x and 4.x Setup: Difference between revisions
From Computers Wiki
Jump to navigationJump to search
(Shorten INI, and mention 4.x) |
(Warn against keychain use) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
* If you need to use the other UAMs, some will require your Unix password to be eight or fewer characters in length, and the others will need to use passwords set through <code>afppasswd</code>. |
* If you need to use the other UAMs, some will require your Unix password to be eight or fewer characters in length, and the others will need to use passwords set through <code>afppasswd</code>. |
||
* Don't use the guest UAM if you want to be able to write to anything. |
* Don't use the guest UAM if you want to be able to write to anything. |
||
* On Classic Mac OS, if using a password UAM, do not save anything to the user keychain. Whatever value gets stored there seems to become invalidated on next login. |
|||
[[Category:Guides]] |
[[Category:Guides]] |
||
Latest revision as of 01:35, 2 October 2025
/etc/netatalk/afp.conf
[Global]
uam list = uams_dhx2.so uams_dhx.so
[Homes]
basedir regex = /home
[Software]
path = /mnt/data/software
Notes
- This configuration works for both Netatalk 3.x and 4.x.
- The first UAM is used for Mac OS X. The second is used for Mac OS 9.
- You probably shouldn't serve this on the public internet.
- If you need to use the other UAMs, some will require your Unix password to be eight or fewer characters in length, and the others will need to use passwords set through
afppasswd. - Don't use the guest UAM if you want to be able to write to anything.
- On Classic Mac OS, if using a password UAM, do not save anything to the user keychain. Whatever value gets stored there seems to become invalidated on next login.