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

(-)saml/univention-saml/listener/univention-saml-groups.py (-1 / +1 lines)
 Lines 82-88   def handler(dn, new, old): Link Here 
82
				if sp not in data:
82
				if sp not in data:
83
					data[sp] = []
83
					data[sp] = []
84
				if sp in data[sp]:
84
				if sp in data[sp]:
85
					data[sp].pop(sp)
85
					data[sp].remove(sp)
86
86
87
		with open(tmp_path, 'w+') as outfile:
87
		with open(tmp_path, 'w+') as outfile:
88
			json.dump(data, outfile)
88
			json.dump(data, outfile)

Return to bug 47567