Today painstakingly Datazen link AD, the document has not been able to spit out a few simple words, simply not enough.
Let's talk about the benefits of linking to AD.
1 first eliminate the hassle of setting the password, because directly with the AD account password.
2 more secure, because customers can not want their own system, developers can enter any test account. (In fact, I was in a bank project, was found to put into production, I can actually use their system, was urged to use AD.) )
Directly on the modified step:
Original link: https://msdn.microsoft.com/en-us/library/mt404694.aspx
The Chinese version after processing
On the CP page to fill in the corresponding ad information, I use the ad administrator, other users did not try
First step: The Core service must be run locally and run as ad
Step two: The Data acquisition Service must be run locally and run as ad
Once setup is complete, restart both services
Step three: URL links must be updated
Run the following command cmd with the administrator:
netsh http delete urlacl url=http://+:28952/
netsh http delete urlacl url=https://+:28953/
netsh http add urlacl url=http://+:28952/user=[new service account Username]
netsh http add urlacl url=https://+:28953/user=[new service account Username]
Fourth Step: Modify the configuration file for Active Directory
Close the core service, modify the configuration file \program Files\datazen Enterprise Server\service below.
Once modified, save as UTF-8
Restart Core Service
Success: the interface after successful switching
Create a new user again (you must have the same name in AD without a prefix), and you will find that you do not have to reset your password.
Datazen Active Directory AD Configuration