Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Replace openssl with libcurl #25

Closed
wants to merge 12 commits into from

Conversation

neverrend
Copy link
Contributor

No description provided.

@@ -6,7 +6,8 @@ RUN apt update && apt install -y \
cmake \
git \
libjansson-dev \
libpam0g-dev \
libcurl4-openssl-dev \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jnchi Jnchi changed the title Updated Dockerfile to include libcurl & sds for refactoring. WIP: Updated Dockerfile to include libcurl & sds for refactoring. Mar 6, 2019
@Jnchi Jnchi changed the title WIP: Updated Dockerfile to include libcurl & sds for refactoring. WIP: Replace openssl with libcurl Mar 8, 2019
@Jnchi
Copy link
Contributor

Jnchi commented Mar 12, 2019

/etc/pam.d/aad_debug

# Azure Active Directory
auth required pam_aad.so

# Test for "Module Not Found"
#auth sufficient pam_debug.so auth=success cred=success

TODO

  • Create example config file for testing, e.g., /etc/pam.d/aad_debug
  • Add pamtester test to ensure built module functions, e.g., pamtester aad_debug fake_user authenticate

@Jnchi Jnchi mentioned this pull request Mar 12, 2019
@Jnchi
Copy link
Contributor

Jnchi commented Mar 14, 2019

Moved to: #26

@Jnchi Jnchi closed this Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants