we want a testsuite that can use any client UAM, and to achieve that I can think of two approaches
- borrow the UAM implementations wholesale from netatalk_client (afpfs-ng fork)
- link with netatalk_client's libafpclient
the former is the quick win and least disruptive, but we end up with two copies of the client auth implementations; the latter is the Right Thing To Do from a software engineering perspective
this is about exploring the latter idea
we want a testsuite that can use any client UAM, and to achieve that I can think of two approaches
the former is the quick win and least disruptive, but we end up with two copies of the client auth implementations; the latter is the Right Thing To Do from a software engineering perspective
this is about exploring the latter idea