Netatalk 3.x and 4.x Setup: Difference between revisions
From Computers Wiki
Jump to navigationJump to search
(→Notes: Add more UAM notes) |
(Shorten INI, and mention 4.x) |
||
| Line 8: | Line 8: | ||
basedir regex = /home |
basedir regex = /home |
||
[Software] |
|||
[Hunter] |
|||
path = / |
path = /mnt/data/software |
||
read only = no |
|||
[Disk Images] |
|||
path = /mnt/extra/DiskImages |
|||
</syntaxhighlight> |
</syntaxhighlight> |
||
== Notes == |
== 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. |
* 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. |
* You probably shouldn't serve this on the public internet. |
||
Revision as of 04:01, 20 February 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.