Initial support for mod_auth_openid
This commit is contained in:
parent
a19dd01750
commit
bf19695573
1 changed files with 12 additions and 0 deletions
|
@ -392,6 +392,18 @@ class apache::mod::auth_kerb {
|
|||
}
|
||||
|
||||
|
||||
# Enable mod_auth_openid.
|
||||
#
|
||||
class apache::mod::auth_openid {
|
||||
|
||||
apache::configfile { "auth_openid.conf":
|
||||
content => "LoadModule authopenid_module modules/mod_auth_openid.so\n",
|
||||
http => false,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install mod_authnz_ldap.
|
||||
#
|
||||
class apache::mod::authnz_ldap {
|
||||
|
|
Loading…
Add table
Reference in a new issue