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

(-)./univention-adsearch.orig (-1 / +1 lines)
 Lines 244-250    Link Here 
244
	print ""
244
	print ""
245
	print "%s: %s" % ('DN', unicode(r[0], 'utf8').encode('latin'))
245
	print "%s: %s" % ('DN', unicode(r[0], 'utf8').encode('latin'))
246
	for key in r[1]:
246
	for key in r[1]:
247
		if key in ["objectGUID", 'ipsecData', 'repsFrom', 'replUpToDateVector']:
247
		if key in ["objectGUID", 'ipsecData', 'repsFrom', 'replUpToDateVector', 'userCertificate','logonHours']:
248
			print "%s: %s" % (key, r[1][key])
248
			print "%s: %s" % (key, r[1][key])
249
			continue
249
			continue
250
		for val in r[1][key]:
250
		for val in r[1][key]:

Return to bug 43319