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

(-)/usr/share/univention-join/univention-server-join.orig (+6 lines)
 Lines 357-362    Link Here 
357
	else
357
	else
358
		create_entry "Client" "computers/mobileclient" "cn=computers,$ldap_base" "cn=Computers,cn=groups,$ldap_base"
358
		create_entry "Client" "computers/mobileclient" "cn=computers,$ldap_base" "cn=Computers,cn=groups,$ldap_base"
359
	fi
359
	fi
360
elif [ "$ROLE" = "ucc" ]; then
361
	if [ -n "$POSITION" ]; then
362
		create_entry "Client" "computers/ucc" "$POSITION" "cn=Computers,cn=groups,$ldap_base"
363
	else
364
		create_entry "Client" "computers/ucc" "cn=computers,$ldap_base" "cn=Computers,cn=groups,$ldap_base"
365
	fi
360
else
366
else
361
	log 1 "E: 	-role $ROLE is unknown"
367
	log 1 "E: 	-role $ROLE is unknown"
362
	exit 1
368
	exit 1

Return to bug 28570