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

pam_exec: new feature - challenge-response mode #196

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

user318
Copy link
Contributor

@user318 user318 commented Mar 22, 2020

This pull request implemets proposal in the issue #132.

Copy link
Contributor

@oxr463 oxr463 left a comment

Choose a reason for hiding this comment

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

I would also update the documentation to reflect these changes.

@user318
Copy link
Contributor Author

user318 commented Mar 22, 2020

I'll try. This may take some time.

@user318
Copy link
Contributor Author

user318 commented Mar 22, 2020

If I push new commits to my branch, will they automatically attached to this pull request too? Or it shoud be handled some other way?

@oxr463
Copy link
Contributor

oxr463 commented Mar 22, 2020

If I push new commits to my branch, will they automatically attached to this pull request too? Or it shoud be handled some other way?

Yep! As long as you keep it in this branch it will show up here.

@user318
Copy link
Contributor Author

user318 commented Mar 22, 2020

Yep! As long as you keep it in this branch it will show up here.

Yes, it works. Thank you.

@user318
Copy link
Contributor Author

user318 commented Mar 22, 2020

Fixed a couple of bugs in patches. Updated the branch with new patches.

@user318
Copy link
Contributor Author

user318 commented Mar 24, 2020

It will have some conflicts with #195. I can update patches if needed.

Add interactive mode to pam_exec module. When options interactive and
stdout are set, then program can request prompt from user by seding
a string beginning with "<<" to the stdout. Module will use the rest of
the string as a prompt while asking for a response from the user.
Program will receive the response in its stdin. Program can request
response from a user serveral times.
@user318
Copy link
Contributor Author

user318 commented Mar 24, 2020

Updated patches to fix merge conflicts with new master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants