View | Details | Raw Unified | Return to bug 17583
Collapse All | Expand All

(-)modules/univention/connector/__init__.py (-2 / +4 lines)
 Lines 982-990    Link Here 
982
		module = self.modules[property_type]
982
		module = self.modules[property_type]
983
		position=univention.admin.uldap.position(self.baseConfig['ldap/base'])
983
		position=univention.admin.uldap.position(self.baseConfig['ldap/base'])
984
984
985
		dn = str( object[ 'dn' ] ).strip()
986
		container = dn[ dn.find( ',' ) + 1 : ]
985
		ud.debug(ud.LDAP, ud.INFO,
987
		ud.debug(ud.LDAP, ud.INFO,
986
				       'sync_to_ucs: set position to %s' % string.join( ldap.explode_dn( object['dn'] )[1:], "," ) )
988
				       'sync_to_ucs: set position to %s' % container )
987
		position.setDn( string.join( ldap.explode_dn( object['dn'] )[1:], "," ) ) 
989
		position.setDn( container ) 
988
990
989
		try:
991
		try:
990
			result = False
992
			result = False

Return to bug 17583