Merge "ValueError when joining external AD"
This commit is contained in:
commit
89e478ad6a
@ -173,7 +173,7 @@
|
|||||||
</set>
|
</set>
|
||||||
<report entity="unit">
|
<report entity="unit">
|
||||||
<parameter name="id"><select path="id" source="unit"/></parameter>
|
<parameter name="id"><select path="id" source="unit"/></parameter>
|
||||||
<parameter name="text">Unit <select path="state.hostname" source="unit"/> <select path="name" source="unit"/> has joined domain <select path="domain"/></parameter>
|
<parameter name="text">Unit <select path="state.hostname" source="unit"/> (<select path="name" source="unit"/>) has joined domain <select path="domain"/></parameter>
|
||||||
</report>
|
</report>
|
||||||
</success>
|
</success>
|
||||||
</send-command>
|
</send-command>
|
||||||
|
@ -73,8 +73,8 @@
|
|||||||
<select path="domain" source="ad"/>
|
<select path="domain" source="ad"/>
|
||||||
</set>
|
</set>
|
||||||
<report entity="unit">
|
<report entity="unit">
|
||||||
<parameter name="id"><select path="id" source="unit"/></parameter>
|
<parameter name="id"><select path="id"/></parameter>
|
||||||
<parameter name="text">Unit <select path="state.hostname"/> <select path="name"/> has joined domain <select path="domain" source="ad"/></parameter>
|
<parameter name="text">Unit <select path="state.hostname"/> (<select path="name"/>) has joined domain <select path="domain" source="ad"/></parameter>
|
||||||
</report>
|
</report>
|
||||||
</success>
|
</success>
|
||||||
</send-command>
|
</send-command>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user