Active Directory Manager Archives - ADSploit https://adsploit.com/tag/active-directory-manager/ Powered by CionSystems inc Tue, 17 Jul 2018 11:20:33 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.4 https://adsploit.com/wp-content/uploads/2022/08/icon-36x36.png Active Directory Manager Archives - ADSploit https://adsploit.com/tag/active-directory-manager/ 32 32 Windows Authentication connecting string–Manual Configuration for ADMPRO DB https://adsploit.com/windows-authentication-connecting-string-manual-configuration-for-admpro-db/ https://adsploit.com/windows-authentication-connecting-string-manual-configuration-for-admpro-db/#respond Tue, 17 Jul 2018 11:20:33 +0000 http://blog.cionsystems.com/?p=807 Manually Configuring database of ADMPRO 1.Run the ADMPRO db script to create the db. 2.Manual change the config files. Manually changing of Config files with Sql instance and port no Below is the Windows authentication connection string for admpro <add key=”ConnectionString” value=”Data Source=ptm\mssqlserver1,3785;Initial Catalog=CION_AD_MANAGER_PRO;persist security info=False;Integrated Security=SSPI”/> Note : In data source you have to […]

The post Windows Authentication connecting string–Manual Configuration for ADMPRO DB appeared first on ADSploit.

]]>
Manually Configuring database of ADMPRO

1.Run the ADMPRO db script to create the db.

2.Manual change the config files.

Manually changing of Config files with Sql instance and port no

Below is the Windows authentication connection string for admpro

<add key=”ConnectionString” value=”Data Source=ptm\mssqlserver1,3785;Initial Catalog=CION_AD_MANAGER_PRO;persist security info=False;Integrated Security=SSPI”/>

Note : In data source you have to specify servername\instance,portno

Replace the connection string in all the below files of ADMPRO with the above string
C:\inetpub\wwwroot\ActiveDirectoryManager\ADMSettings.config

C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADManagerScheduler.exe

C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADMJobs.exe

C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADMMBoxSizeNotifier.exe

Restart the above services

Restart the iis.

Thanks,

Razi

The post Windows Authentication connecting string–Manual Configuration for ADMPRO DB appeared first on ADSploit.

]]>
https://adsploit.com/windows-authentication-connecting-string-manual-configuration-for-admpro-db/feed/ 0