Skip to content

Commit

Permalink
Turn off ldap server by default for now, #1010
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Sep 17, 2021
1 parent 521287c commit ba6f654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Boolean $rkhunter = false,
Boolean $clamav = false,
Boolean $ssl = true,
Boolean $ldap_server = true,
Boolean $ldap_server = false,
Boolean $disable_services = true,
) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
class maverick_security::ldap_server (
String $server_type = "openldap",
String $base = "dc=maverick,dc=one",
String $base = "dc=mvrk,dc=org",
String $roothash = "{SHA512}8dba3660197daf7642b9eaeaf77ef817ae9471f3b3d672bfb4fd94100dd5801cd9c990dd64938822e17643b8810cd31ee0ae87b9370884a7d880cfbc5307a573", # youcanbemywingman
String $cert_country = "US",
String $cert_state = "State of Being",
Expand Down Expand Up @@ -70,7 +70,7 @@
ensure => present,
rootdn => "cn=admin,${base}",
rootpw => $roothash,
# directory => "/srv/maverick/data/security/ldap/maverick.one",
# directory => "/srv/maverick/data/security/ldap/mvrk.org",
}

# Create ldap ssl and data directory
Expand Down

0 comments on commit ba6f654

Please sign in to comment.