irods / irods_auth_plugin_pam_interactive

2 stars 3 forks source link

Reorganize source files and header files #14

Closed alanking closed 1 month ago

alanking commented 4 months ago

We should move header files to an include/ directory.

ipam_client might need to be removed or separated.

pam_interactive.cpp should probably be main.cpp.

alanking commented 4 months ago

Also need to look into separating pam_handshake_auth_check executable. This is being used by the server-side plugin, but it may behoove us to make its own CMakeLists file for clarity and separation of concerns.

SwooshyCueb commented 1 month ago

If any further reorganization is needed post-#21, please open a new issue.