[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