法的警告または公式発表を表示するには、制限されている形式の Markdown 構文を使用してログイン ページ バナーを構成します。
テキスト ファイル /etc/vmware/welcome をホストで直接変更することで、ユーザー名とパスワードのログイン フィールドの右側に表示されるログイン バナーの内容を変更できます。
注: Markdown パーサーがコンテンツ ブロックに適用され、
welcome ファイルでは、次の限定された一連の Markdown ディレクティブを適用できます。
#, ` , *
などの特定の文字シーケンスにより誤って Markdown フォーマット ルールがトリガされることがあります。
レイアウトの概念 | Markdown コード構文 | 出力 |
---|---|---|
見出しラベル |
|
「My Title」に対し長い HTML <H1> タグを生成します。 |
水平ルール |
|
HTML で <hr /> ルール タグを生成します。 |
リテラルまたはコード ブロック |
[例] ``` My content - - - *Login Secure* >_ Read the policy ``` |
フォーマットまたは解釈なしでバッククォート行間のテキスト ブロックを等幅フォントで表示します。My content - - - *Login Secure* >_ Read the policy
注: コンテンツが誤って Markdown パーサによってフォーマットされている場合は、バッククォート文字行のペアでコンテンツをラップします。スペース文字は保持されるため、等幅フォントが使用されているときは ASCII アートを使用できます。
|
太字テキスト | テキストの文字列の両側を二重アスタリスク文字で囲みます。 [例] **important message** 。
注: URL との競合を回避するため、Markdown 二重アンダースコア文字構文は省略されます。
|
<b> [important message]</b> |
斜体テキスト | テキストの文字列の両側を一重アスタリスク文字で囲みます。 [例] *A named document* 。
注: URL との競合を回避するため、Markdown アンダースコア文字構文は省略されます。
|
<i> A named document</i> |
ハイパーリンク | 絶対 URL をリンクするには、リンク テキストを囲む角括弧に続いて、括弧で囲まれた URL を挿入する Markdown 構文を使用します。 [例] [My link](https://www.example.com?search=virtual) |
クリック可能なテキストを含む通常のハイパーリンク アンカー タグを生成します。<a href="https://www.example.com?search=virtual">My link</a> |
テキスト ファイル内の任意の場所に次の変数を挿入できます。
変数の概念 | メタ タグ変数コード | 出力 |
---|---|---|
現在のホストまたは IP アドレスの完全修飾ドメイン名 | {hostname} |
現在のホストのフル ネームが表示されます。たとえば、sample.host.com 。 |
ドット付き数値形式の ESXi バージョン | {esxversion} |
たとえば、7.0.0 が表示されます。 |
ESXi の完全製品名、バージョン、およびビルド番号 | {esxproduct} |
たとえば、VMware ESXi 7.0.0 build-16324942 が表示されます。 |
ユーザーのマシンの現在の日付 | {client-current-date} |
たとえば、Tuesday, August 30, 2022 が表示されます。
注: これはロケール固有です。
|
ユーザーのマシンの現在の時刻 | {client-current-time} |
たとえば、08:00 AM が表示されます。
注: これはロケール固有です。
|
高度なタグにより、ログイン ページに適用するルールに応じて、視覚的および動作的な変更が提供されます。これらのタグをテキスト ファイルの一番最後に挿入します。
ユーザー インターフェイスの概念 | メタ タグ変数コード | 出力 |
---|---|---|
カスタム イメージ | {logo src="https://site/logo.png" width="100" height="100" align="center"}My Secured ESXi Server Tooltip{/logo} |
メッセージ ブロック上に水平方向に中央に配置された 100x100 ピクセルのイメージ logo.png が表示されます。My Secured ESXi Server Tooltip のアクセス可能なツールチップ タイトルがイメージに追加されます。
注:
width 、
height 、および
align の各属性はオプションですが、必ず使用してください。すべての Web イメージ形式がサポートされています。
|
ユーザー契約書チェック ボックス | {accept}Please accept the terms{/accept} |
メッセージ内容の下部に「条項に同意してください」というラベルが付いたチェック ボックスが表示されます。 |
強制同意エラー メッセージ | {mustaccept}You must agree before logging into the system{/mustaccept} |
フォーム検証を追加して、ログイン前にチェック ボックスを選択するようユーザーに要求します。ユーザーがチェック ボックスを選択しない場合、ログイン ボタン上に「システムにログインする前に同意する必要があります」というメッセージが表示されます。 |
[シンプルな Markdown]
シンプルなテキストのみのメッセージの 1 行の Markdown
## Warning: Authorized Users Only
[高度な Markdown]
架空のクラウド ストレージ会社 Vaulted の高度な Markdown のサンプル。フォームにロゴ、リンク、および必須の同意チェック ボックスが付いています。
## Warning: Authorized Users Only The information on this host is the property of **"Vaulted Storage"** *(sample organization)* and is protected under sovereign **intellectual property rights**. You must be assigned an account on this computer to access information and are only allowed to access information defined by the system administrators. *All activities* are monitored and **trespassing violators** will be reported to a federal law enforcement agency. ### Policy bulletins *Please refer to the helpful links* below on end user protection guidelines. * [Privacy addendum](https://en.wikipedia.org/wiki/Computer_security) * [Terms of Use](https://en.wikipedia.org/wiki/Terms_of_service#:~:text=Terms%20of%20service%20(also%20known,to%20use%20the%20offered%20service.) ``` ,----------------, ,-----------------------, ," ,"| +-----------------------+ | | .-----------------. | | | | | | | | | ACCESS | | | | | RESTRICTED! | | | | | login as: _ | | | | | | | | | `-----------------' |," +-----------------------+ /_)______________(_/ //' ___________________________/___ / oooooooooooooooo .o. oooo /, / ==ooooooooooooooo==.o. ooo= // /_==__==========__==_ooo__ooo=_/' `-----------------------------' --------------- Host: {hostname} ESXi Server Version: {esxversion} Product: {esxproduct} --------------- ``` {logo align="center" width="200" height="200" src="https://i.postimg.cc/y6wZXTPm/vaulted-logo-white-text.png"}Vaulted Enterprise Storage{/logo} {accept}I accept the terms of use policy{/accept} {mustaccept}User must check terms of use to login. LOG OFF immediately if you do not agree to the conditions stated in the warning.{/mustaccept}