← all formulas
netatalk
File server for Macs, compliant with Apple Filing Protocol (AFP)
- Version
- v4.4.2
- License
- GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND MIT
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install netatalkCaveats
Authenticating as a system user requires manually installing the
PAM configuration file to a predetermined location by running:
sudo install -d -o $USER -g admin /usr/local/etc
mkdir -p /usr/local/etc/pam.d
cp $(brew --prefix)/etc/pam.d/netatalk /usr/local/etc/pam.d
See `man pam.conf` for more information.