Blob Blame History Raw
# HG changeset patch
# User Tomas Mraz <tmraz@redhat.com>
# Date 1408636566 -7200
#      Thu Aug 21 17:56:06 2014 +0200
# Node ID a3da1d6a0d306ece4a9be7ac9de70a151e7f5987
# Parent  cc798f4d1bac5c50d92566e5bae50ddde5ddb437
Add missing parameter.

diff -r cc798f4d1bac -r a3da1d6a0d30 authinfo.py
--- a/authinfo.py	Fri Jul 25 18:13:58 2014 +0200
+++ b/authinfo.py	Thu Aug 21 17:56:06 2014 +0200
@@ -1664,7 +1664,7 @@
 			# We'll pull MD5/DES crypt ("pam_password") from the config
 			# file, or from the pam_unix PAM config lines.
 
-		self.ldapServer = self.ldapHostsToURIs(cleanList(self.ldapServer))
+		self.ldapServer = self.ldapHostsToURIs(cleanList(self.ldapServer), False)
 		f.close()
 		return True