Skip to content

Commit

Permalink
Bump debian package to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 committed Sep 15, 2022
1 parent ea454e1 commit 2b73a64
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Azure Active Directory PAM Module._

```
./bootstrap.sh
./configure --with-pam-dir=/lib/x86_64-linux-gnu/security/
./configure
make
sudo make install
```
Expand All @@ -35,7 +35,6 @@ Create the file ```/etc/pam_aad.conf``` and fill it with:
"group": {
"id": "{{group_id}}"
},
"smtp_server": "{{smtp_server}}",
"tenant": {
"name": "{{organization}}.onmicrosoft.com",
"address": "{{organization_email_address}}"
Expand All @@ -50,4 +49,6 @@ Create the file ```/etc/pam_aad.conf``` and fill it with:
## See also

- https://github.com/google/google-authenticator-libpam

- https://github.com/quarxConnect/pam_oauth2

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([pam_aad], [0.0.4], [ramage.lucas@protonmail.com])
AC_INIT([pam_aad], [0.0.5], [open.source@infinite-omicron.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pam-aad (0.0.5-1) UNRELEASED; urgency=medium

* Show device code directly if smtp_server not present

-- Lucas Ramage <lucas.ramage@infinite-omicron.com> Thu, 15 Sep 2022 09:41:56 +0000

pam-aad (0.0.4-1) UNRELEASED; urgency=medium

* Add Sign-in URL to email notification
Expand All @@ -21,3 +27,4 @@ pam-aad (0.0.1-1) UNRELEASED; urgency=medium
* Initial release.

-- Lucas Ramage <lramage@cyberninjas.com> Mon, 06 May 2019 19:15:25 +0000

1 change: 1 addition & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dlopentest:

dlopen: dlopentest
./dlopentest "${PAMDIR}/pam_aad.so"

1 change: 1 addition & 0 deletions test/dlopentest.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ int main(int argc, const char *argv[])

return EXIT_SUCCESS;
}

0 comments on commit 2b73a64

Please sign in to comment.