View | Details | Raw Unified | Return to bug 18479 | Differences between
and this patch

Collapse All | Expand All

(-)a/services/univention-ad-connector/modules/univention/connector/__init__.py (-3 / +3 lines)
 Lines 1191-1197   class ucs: Link Here 
1191
		else:
1191
		else:
1192
			ucs_object = univention.admin.objects.get(module, None, self.lo, dn=object['dn'], position='')
1192
			ucs_object = univention.admin.objects.get(module, None, self.lo, dn=object['dn'], position='')
1193
		self.__set_values(property_type, object, ucs_object)
1193
		self.__set_values(property_type, object, ucs_object)
1194
		return ucs_object.modify() and self.__modify_custom_attributes(property_type, object, ucs_object, module, position)
1194
		object['dn'] = ucs_object.modify()
1195
		return self.__modify_custom_attributes(property_type, object,
1196
			ucs_object, module, position)
1195
1197
1196
	def move_in_ucs(self, property_type, object, module, position):
1198
	def move_in_ucs(self, property_type, object, module, position):
1197
		_d = ud.function('ldap.move_in_ucs')
1199
		_d = ud.function('ldap.move_in_ucs')
1198
- 
1199
--
1200
test/ucs-test/tests/55_adconnector/172sync_ad_change_groupname | 5 -----
1200
test/ucs-test/tests/55_adconnector/172sync_ad_change_groupname | 5 -----
1201
1 file changed, 5 deletions(-)
1201
1 file changed, 5 deletions(-)
(-)a/test/ucs-test/tests/55_adconnector/172sync_ad_change_groupname (-6 lines)
 Lines 3-19    Link Here 
3
## exposure: dangerous
3
## exposure: dangerous
4
## packages:
4
## packages:
5
## - univention-ad-connector
5
## - univention-ad-connector
6
## versions:
7
##  3.0-0: skip
8
## bugs:
6
## bugs:
9
##  - 18479
7
##  - 18479
10
## tags:
8
## tags:
11
##  - groupsync
9
##  - groupsync
12
##  - skip_admember
10
##  - skip_admember
13
11
14
# skip test, see https://forge.univention.org/bugzilla/show_bug.cgi?id=28696
15
exit 131
16
17
. "$TESTLIBPATH/base.sh" || exit 137
12
. "$TESTLIBPATH/base.sh" || exit 137
18
. "$TESTLIBPATH/udm.sh" || exit 137
13
. "$TESTLIBPATH/udm.sh" || exit 137
19
. "$TESTLIBPATH/random.sh" || exit 137 
14
. "$TESTLIBPATH/random.sh" || exit 137 
20
- 

Return to bug 18479