Все URL указываются в нижнем регистре. |
Перейдите в каталог C:\inetpub\wwwroot\api и отредактируйте файл web.config:
<logServer … />:
<logServer Url="http://logserver.indeed.demo/ils/api" CertificateThumbprint="" CertificateFilePath="" CertificateFilePassword="" /> |
<logServerClient … />:
<logServerClient AppId="pam" Component="server" EventCacheDirectory="C:\Temp\ILS\Core\EventCacheDirectory" /> |
<encryptionSettings ... />:
Ключ шифрования генерируется утилитой IndeedPAM.KeyGen.exe, которая входит в состав дистрибутива Indeed PAM и располагается в каталоге /Misc. |
<encryptionSettings cryptoAlgName="DES" cryptoKey="ea06v76ht457t2l8" /> |
<adUserCatalogProvider ... >:
<adUserCatalogProvider id="ad" serverName="dc.indeed.demo" containerPath="OU=organization unit,DC=indeed,DC=demo" userName="IPAMManager" password="password"> |
<connectionStrings> ... </connectionStrings>:
<connectionStrings> <add name="DBConnection" connectionString="Data Source=MSSQLServer;Initial Catalog=IPAMCore;Integrated Security=False;User ID=IPAMSQLService;Password=password" providerName="System.Data.SqlClient" /> <add name="JobsQueueConnectionString" connectionString="Data Source=MSSQLServer;Initial Catalog=IPAMTasks;Integrated Security=False;User ID=IPAMSQLService;Password=password" providerName="System.Data.SqlClient" /> </connectionStrings> |
В случае использования именованного экземпляра Microsoft SQL Server значение параметра Data Source необходимо указывать в формате <имя сервера>\<имя экземпляра>.
|
<add key="IdpUrl" ... />:
<add key="IdpUrl" value="https://pam.indeed.demo/idp"/> |
<add key="PamProxyIpAddresses" … />:
<add key="PamProxyIpAddresses" value="192.168.0.100" /> |