securityManager

securityManager 元素包含安全性設定

<hostIntegration.drdaAs.drdaService>
<services>
<service>

Syntax

<hostIntegration.drdaAs.drdaService>        <services>                <service>                        <securityManager>                        </securityManager>                </service>        </services></hostIntegration.drdaAs.drdaService>  

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

屬性 類型 Description 必要 預設值
type xs:string securityManager 類型是 Microsoft.HostIntegration.Drda.Server.SecurityManager,可處理內建 TCP/IP 網路連線的驗證。 true n/a
securityTokenTimeout xs:duration securityTokenTimeout 屬性會指示 DRDA 伺服器在一段時間內保留安全性權杖,之後再取得新的 Windows 用戶端識別碼 (CID) 。 這個選擇性屬性會接受持續時間值。 預設值為 PT8H (時段為 8 小時) 。 持續時間值是以 PnYnMnDTnHnMnS 格式指定。 • P 表示持續時間 (所需時間週期) • nY 表示年數 • nM 表示月數 • nD 指出天數 • T 指出時間區段的開始時間 (,如果您打算指定時數、分鐘數或秒) • nH 表示時數 • nM 表示分鐘數 • nS 表示秒數 false P1D
authenticationLookupTimeout xs:duration authenticationLookupTimeout 屬性會指示 DRDA 伺服器在失敗之前等待安全性驗證查閱要求的持續時間。 這個選擇性屬性會接受持續時間值。 預設值為 PT30S (時間週期為 30 秒) 。 持續時間值是以 PnYnMnDTnHnMnS 格式指定。 • P 表示持續時間 (所需時間週期) • nY 表示年數 • nM 表示月數 • nD 指出天數 • T 指出時間區段的開始時間 (,如果您打算指定時數、分鐘數或秒) • nH 表示時數 • nM 表示分鐘數 • nS 表示秒數 false PT30S
authenticationLookupRetries xs:int authenticationLookupRetries 屬性會指示 DRDA 伺服器在失敗之前嘗試安全性驗證查閱要求的次數。 這個選擇性屬性接受整數值。 預設值為 3 次重試。 false 3
mappedAuthenticationDomain xs:string mappedAuthenticationDomain 屬性會指示 Microsoft Windows Active Directory 網域將系結 DRDA 用戶端認證對應至 (使用者名稱和密碼) 的 DRDA 服務,在使用整合式安全性支援提供者介面 (SSPI) 連線到Windows 驗證設定的SQL Server時,而不是在使用 Microsoft Enterprise 單一登入時。 這個選擇性屬性接受字串值。 預設值為空字串。 false n/a

子元素

父項目

元素 Description
服務元素會定義 DrdaService1 服務的組態。