Skip to content

Logging / Troubleshooting Linux auth failure #1508

Answered by rdmark
downtownpartytime asked this question in Q&A
Discussion options

You must be logged in to vote

There are a few issues to unpack here:

First of all, if Netatalk was built with PAM, it means it found the PAM libraries on your system and tried to helpfully enable it. The safer way to disable PAM is to pass -Dwith-pam=false to Meson when you do setup.

Secondly, what kind of client are you trying to authenticate from? A fairly recent macOS system, or an old pre-OSX Mac? You may have to activate different UAMs or set different length password for older systems.

And to answer your question: You can turn on debug logging by adding this to the Global section in afp.conf: log level = default:debug

See the manual for more details:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by downtownpartytime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants