Skip to content

Commit

Permalink
Merge pull request #284 from himmelblau-idm/stable-0.7.x_openssl3
Browse files Browse the repository at this point in the history
Hello support depends on openssl3
  • Loading branch information
dmulder authored Nov 8, 2024
2 parents 228d64f + fae5950 commit c76ac0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.7.1"
version = "0.7.2"
authors = [
"David Mulder <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion images/rpm/Dockerfile.tumbleweed
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN zypper --non-interactive refresh && zypper --non-interactive update && \
gcc \
gcc-c++ \
make \
libopenssl-devel \
libopenssl-3-devel \
dbus-1-devel \
libtool \
pkg-config \
Expand Down
3 changes: 3 additions & 0 deletions platform/debian/himmelblau.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
# Whether to enroll users in Hello authentication. If disabled, MFA may be
# required during each login. Disabling Hello authentication is recommeneded
# when the host is public facing (such as via SSH).
# WARNING: Hello authentication depends on openssl3. If your system does not
# provide openssl3, Hello MUST be disabled or authentication will fail.
# EL8 distros (such as Rocky Linux 8) DO NOT provide openssl3.
# enable_hello = true
#
# The minimum length of the Hello authentication PIN. This PIN length cannot
Expand Down
3 changes: 3 additions & 0 deletions src/config/himmelblau.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
# Whether to enroll users in Hello authentication. If disabled, MFA may be
# required during each login. Disabling Hello authentication is recommeneded
# when the host is public facing (such as via SSH).
# WARNING: Hello authentication depends on openssl3. If your system does not
# provide openssl3, Hello MUST be disabled or authentication will fail.
# EL8 distros (such as Rocky Linux 8) DO NOT provide openssl3.
# enable_hello = true
#
# The minimum length of the Hello authentication PIN. This PIN length cannot
Expand Down

0 comments on commit c76ac0e

Please sign in to comment.