Example #1
0
	def __init__( self, co, lo, position, dn = '', superordinate = None, attributes = [] ):
		global mapping
		global property_descriptions

		self.mapping = mapping
		self.descriptions = property_descriptions

		simpleLdap.__init__( self, co, lo, position, dn, superordinate, attributes = attributes )
	def __init__(self, co, lo, position, dn='', superordinate=None, attributes=[]):
		global mapping
		global property_descriptions

		self.mapping = mapping
		self.descriptions = property_descriptions

		simpleLdap.__init__(self, co, lo, position, dn, superordinate)
Example #3
0
	def __init__(self, co, lo, position, dn='', superordinate=None, attributes=[]):
		global mapping
		global property_descriptions

		self.co = co
		self.lo = lo
		self.dn = dn
		self.position = position
		self._exists = 0
		self.mapping = mapping
		self.descriptions = property_descriptions

		simpleLdap.__init__(self, co, lo, position, dn, superordinate)
Example #4
0
    def __init__(self,
                 co,
                 lo,
                 position,
                 dn='',
                 superordinate=None,
                 attributes=[]):
        global mapping
        global property_descriptions

        self.co = co
        self.lo = lo
        self.dn = dn
        self.position = position
        self._exists = 0
        self.mapping = mapping
        self.descriptions = property_descriptions

        simpleLdap.__init__(self, co, lo, position, dn, superordinate)