Forbid Delete on LIghthouse Account

Hi,Simple question - Can i forbid deletion of the Lighthouse account? Like in the Identity System Parameters of managed Resources?Greetings
[160 byte] By [rawagonaa] at [2007-11-26 18:10:52]
# 1
I am satisfied with a no if it dont work.....
rawagonaa at 2007-7-9 5:43:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi,

it depends on what level you want to achieve this.

If you want it not to be possible using the normal ways that admins have create a clone of the "Deprovision Form", enable the clone in "Forms and Process Mappings" and then change the clone to not display "Lighthouse" as a deletion option but alway uncheck it internally in the form. Of course an admin with the right capabilities can still delete the LH user from the debug pages - but i tend to lock those down by changing the jsps to ask for a custom capability anyway, imho the ootb security for the debug pages is to low.

Regards,

Patrick

Patrick.Wehingera at 2007-7-9 5:43:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Hi Patrick,

Thank you for the hint, now i did a

<Property name='Exclude'>

<list>

<new class='com.waveset.object.AttributeCondition'>

<s>resource</s>

<s>equals</s>

<s>Lighthouse</s>

</new>

</list>

</Property>

which hides the checkbox.

rawagonaa at 2007-7-9 5:43:20 > top of Java-index,Web & Directory Servers,Directory Servers...