summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 19:47:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 19:47:02 +0200
commit8758e4d3509345e2a9eb603a7ca181c457c3a076 (patch)
treee5c4a03b7cbacbe0879fb4e429e1f80c33507ce4
parentUpdate phpldapadmin to match updated module. (diff)
downloadprofiles-8758e4d3509345e2a9eb603a7ca181c457c3a076.tar.gz
profiles-8758e4d3509345e2a9eb603a7ca181c457c3a076.tar.xz
Fix function name.
-rw-r--r--manifests/phpldapadmin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/phpldapadmin.pp b/manifests/phpldapadmin.pp
index c985eb1..f9f0c39 100644
--- a/manifests/phpldapadmin.pp
+++ b/manifests/phpldapadmin.pp
@@ -22,7 +22,7 @@ class profiles::phpldapadmin (
class { 'phpldapadmin':
servername => 'Adrift.Space',
auth_type => 'cookie',
- blowfish_secret => Sensitive(extlib::cache('profiles::phpldapadmin', 'blowfish', extlib::random_password(100))),
+ blowfish_secret => Sensitive(extlib::cache_data('profiles::phpldapadmin', 'blowfish', extlib::random_password(100))),
base_dn => ['dc=adrift,dc=space'],
bind_dn_template => 'uid=%s,ou=People,dc=adrift,dc=space',
open_tree => true,