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/2011-January/001682.html | 98 ++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001682.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001682.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001682.html b/zarb-ml/mageia-sysadm/2011-January/001682.html new file mode 100644 index 000000000..a8607d100 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001682.html @@ -0,0 +1,98 @@ + + + + [Mageia-sysadm] [701] correct syntax error + + + + + + + + + +

[Mageia-sysadm] [701] correct syntax error

+ root at mageia.org + root at mageia.org +
+ Fri Jan 7 16:09:04 CET 2011 +

+
+ +
Revision: 701
+Author:   boklm
+Date:     2011-01-07 16:09:04 +0100 (Fri, 07 Jan 2011)
+Log Message:
+-----------
+correct syntax error
+
+Modified Paths:
+--------------
+    puppet/modules/restrictshell/templates/ldap-sshkey2file.py
+
+Modified: puppet/modules/restrictshell/templates/ldap-sshkey2file.py
+===================================================================
+--- puppet/modules/restrictshell/templates/ldap-sshkey2file.py	2011-01-07 15:06:32 UTC (rev 700)
++++ puppet/modules/restrictshell/templates/ldap-sshkey2file.py	2011-01-07 15:09:04 UTC (rev 701)
+@@ -16,7 +16,7 @@
+ random.shuffle(uris)
+ uri = " ".join(uris)
+ timeout=5
+-binddn="cn=<%= fqdn %>,ou=Hosts," % basedn
++binddn="cn=<%= fqdn %>,ou=Hosts,%s" % basedn
+ pwfile="<%= ldap_pwfile %>"
+ # filter out disabled accounts also
+ # too bad uidNumber doesn't support >= filters
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110107/4a3306ca/attachment.html>
+
+ + + + + + + + + + + + + + + + + + +
+

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