summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/accounts/openldap.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/accounts/openldap.nix b/services/accounts/openldap.nix
index e164fb4..479aebc 100644
--- a/services/accounts/openldap.nix
+++ b/services/accounts/openldap.nix
@@ -128,8 +128,8 @@
             #
             # TODO: we might consider adding some sort of auto-expiration
             # feature to the secret manager?
-            olcRootPW = builtins.readFile
-                "/etc/nixos/secrets/openldap/root-password";
+            # olcRootPW = builtins.readFile
+            #     "/etc/nixos/secrets/openldap/root-password";
 
             # TODO: once we have better formatting for this code (see the TODO
             # about an abstraction layer for long lines), the thinking behind