From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000772.html | 100 ++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000772.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000772.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000772.html b/zarb-ml/mageia-sysadm/2010-November/000772.html new file mode 100644 index 000000000..db6ed3dd4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000772.html @@ -0,0 +1,100 @@ + + + + [Mageia-sysadm] [391] - set the ldap password in /etc/ldap.secret + + + + + + + + + +

[Mageia-sysadm] [391] - set the ldap password in /etc/ldap.secret

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 14:15:24 CET 2010 +

+
+ +
Revision: 391
+Author:   misc
+Date:     2010-11-22 14:15:24 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+- set the ldap password in /etc/ldap.secret
+
+Modified Paths:
+--------------
+    puppet/modules/pam/manifests/init.pp
+
+Modified: puppet/modules/pam/manifests/init.pp
+===================================================================
+--- puppet/modules/pam/manifests/init.pp	2010-11-22 13:15:23 UTC (rev 390)
++++ puppet/modules/pam/manifests/init.pp	2010-11-22 13:15:24 UTC (rev 391)
+@@ -26,7 +26,14 @@
+          content => template("pam/nsswitch.conf")
+       }
+ 
+-      $nssldap_password = extlookup("nssldap_password",'x')
++      $ldap_password = extlookup("${fqdn}_ldap_password",'x')
++      file { "ldap.secret":
++         path => "/etc/ldap.secret",
++         owner => root,
++         group => root,
++         mode => 600,
++         content => $ldap_password
++      }
+  
+       file { "ldap.conf":
+          path => "/etc/ldap.conf",
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/6d2c7044/attachment.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1