You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2012/02/20 20:04:51 UTC

svn commit: r1291426 - /incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py

Author: stroucki
Date: Mon Feb 20 20:04:51 2012
New Revision: 1291426

URL: http://svn.apache.org/viewvc?rev=1291426&view=rev
Log:
ldapoverride: add dfs property

Modified:
    incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py

Modified: incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py
URL: http://svn.apache.org/viewvc/incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py?rev=1291426&r1=1291425&r2=1291426&view=diff
==============================================================================
--- incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py (original)
+++ incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py Mon Feb 20 20:04:51 2012
@@ -33,6 +33,7 @@ class LdapOverride(DataInterface):
 		self.nameKey = config.get("LdapOverride", "nameKey")
 		self.idKey = config.get("LdapOverride", "idKey")
 		self.ldapCommand = config.get("LdapOverride", "ldapCommand")
+		self.dfs = instantiateImplementation(config.get("ClusterManager", "dfs"), config)
 	
 	def registerInstance(self, instance):
 		return self.baseDataObject.registerInstance(instance)