1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 09:24:22 +01:00
Commit Graph

103 Commits

Author SHA1 Message Date
Klas Lindfors
b86e9a2b42
Merge branch 'pr-151' 2018-05-02 14:04:32 +02:00
Klas Lindfors
0c616bc065
Merge branch 'pr-150' 2018-05-02 14:04:27 +02:00
Karol Babioch
5ad10385df README: Add missing descriptions for undocumented options 2018-05-02 14:01:17 +02:00
Karol Babioch
35407b5d4c Add documentation for cainfo option
This adds documentation about the cainfo parameter to both the README as
well as the man page.
2018-05-02 13:48:32 +02:00
Karol Babioch
44e315cdd8 README: Add a section about chalresp_path
This adds a short section about the chalresp_path option, which was missing
previously from the overview of available options in the README file.
2018-05-02 13:36:18 +02:00
Klas Lindfors
f567af6e41
Drop the blurb about rewriting of this project 2018-04-18 09:05:23 +02:00
Robert Giles
504c838b5a Update ldap_bind_user to wrap in brackets, in the likely case the actually bind DN will reside in an OU with spaces in the name. 2017-12-14 11:51:20 -06:00
Robert Giles
c1995a70b7 Typo in asciidoc syntax. 2017-12-14 10:06:19 -06:00
Robert Giles
c0d1646853 Clarify documentation; this example configuration is also useful for just regular pam_yubico configuration elsewhere against AD, too. 2017-12-14 10:04:48 -06:00
Klas Lindfors
3d0d9f52e5
doc: fixup which proxy schemes are supported, add http and https
fixes #127
2017-08-07 12:39:58 +02:00
Alessio Di Mauro
f3061d627e
Add message about project rewrite to README 2017-06-16 11:20:04 +02:00
Mickaël Thomas
7b6aad719a Return early if the user has no authorized tokens
Currently, if a user has no associated tokens, we still prompt for an
OTP challenge and attempt to verify it.

This adds a check earlier to avoid the useless prompt in that case.

The `nullok` option is also added. It changes the return value from
PAM_USER_UNKNOWN to PAM_IGNORE. (fixes #97)

Finally, some constants have been turned to symbolic form for clarity
and debugging output is improved.
2017-02-27 00:21:07 +01:00
Klas Lindfors
afb575a092
drop reference to dead google groups
fixes #106
2016-09-08 10:38:24 +02:00
Klas Lindfors
174b09e298 let debug_accept stdout. also check that file exists and is regular 2016-06-22 10:19:53 +02:00
Klas Lindfors
0c079febe2 documentation for debug_file option 2016-06-16 12:35:30 +02:00
Klas Lindfors
b7e7da494a verbose_otp can not be used with OpenSSH
fixes #25
2016-03-29 11:09:58 +02:00
mikemn
e231b8217c Update Readme with proxy parameter description 2015-11-16 09:07:49 +01:00
Klas Lindfors
c97dac4bd9 remove forgotten references to wiki
There is no wiki for this project, that information is either in the doc
folder or in the project manpages. Both of which accessible from
https://developers.yubico.com/yubico-pam/

fixes #81
2015-10-05 10:07:56 +02:00
Klas Lindfors
8d93297619 fix typo 2015-03-17 09:32:50 +01:00
Klas Lindfors
2708fc90b5 fix the git url again
fixes #54
2015-03-13 21:20:28 +01:00
Remco Wendt
d7d1bbfb1a fixed typo 2015-03-06 20:07:19 +01:00
Remco Wendt
70540bd02d Clarified the notion of id when using the pam_yubico module 2015-03-06 20:05:52 +01:00
Klas Lindfors
8241cd0423 Merge branch 'feature/ldap_refactor'
Conflicts:
	pam_yubico.c
2015-03-04 14:40:57 +01:00
Klas Lindfors
951d02252d use ldap_bind_user and ldap_bind_password in example 2015-03-04 13:08:30 +01:00
Klas Lindfors
8dc05e338e reference github with https, not git@
fixes #54
2015-02-20 22:34:53 +01:00
Klas Lindfors
f579f256c0 Merge commit 'aa87979eb84adb3adef170dac6ff2285ba43cd26' into features/ldap
Conflicts:
	README
2015-02-16 09:03:45 +01:00
Klas Lindfors
bee24b3672 add notice about tests requiring perl and Net::LDAP::Server 2015-01-20 09:19:53 +01:00
Henrik Stråth
b37463491e Update README 2014-12-01 15:04:11 +01:00
Meno Abels
aa87979eb8 integrate https://github.com/Yubico/yubico-pam/pull/39/files 2014-11-20 23:59:36 +01:00
Meno Abels
37553c41ce enable that openvpn can now run without any local user 2014-11-20 23:22:59 +01:00
Henrik Stråth
b0e243835e Update README 2014-10-31 16:42:03 +01:00
Henrik Stråth
7c9acb1786 Update README 2014-10-29 16:04:11 +01:00
Henrik Stråth
721c20573d Update README 2014-10-29 15:29:10 +01:00
Henrik Stråth
f9c8418c81 Update README 2014-10-29 15:10:14 +01:00
Henrik Stråth
a8723663e5 Update README 2014-10-29 14:58:32 +01:00
Henrik Stråth
acaf01ba0d Update README 2014-10-29 14:57:34 +01:00
Henrik Stråth
6ddea6426d Update README 2014-10-29 14:55:40 +01:00
Henrik Stråth
305b583f23 Update README 2014-10-29 14:46:11 +01:00
Klas Lindfors
5744fdbc15 asciidoc is needed to build from git 2014-06-11 16:15:11 +02:00
Klas Lindfors
164296af28 add urllist to README 2014-04-30 13:40:10 +02:00
Simon Josefsson
088c0bc665 Bump yubico-c-client version required. Fix URLs. 2014-04-30 10:45:03 +02:00
Matt Stofko
35982ebfb2 Add information on FreeBSD ports. 2013-11-30 15:24:02 -08:00
Christopher Meng
9ba49b9317 Update README
Add Fedora/EPEL
2013-11-26 17:38:06 +08:00
Simon Josefsson
4dbaf9e7c3 Use more https. 2013-10-08 23:08:42 +02:00
Simon Josefsson
7f298d0db2 Use SSH git URL. 2013-10-06 19:12:18 +02:00
Simon Josefsson
08a467643b Fix ModHex calculator URL and section.
Suggested by Linus Nordberg <linus@nordberg.se>.
2013-10-06 19:09:38 +02:00
Klas Lindfors
be4a23a0cd minor formatting fixes 2013-09-19 09:21:04 +02:00
Klas Lindfors
4d79c69ec6 everything moved to github 2013-09-19 09:19:39 +02:00
Klas Lindfors
6448322e06 update urls to other projects 2013-09-18 14:48:41 +02:00
Klas Lindfors
8a262643eb update ppa location 2012-11-13 14:51:15 +01:00