0

My application is running in a domain. It's installed on each Windows PC in this domain. Customers can buy a domain license and register it once, on a server for example. Then domain users on other PCs don't have to register it again. In the case where there are lots of PCs in a domain, registering on each one is quite annoying.

Is it possible to implement the registration this way? The application is coded in C++ and running on Windows, what's the easiest way to implement it?

4

1 に答える 1

1

There's a related question to determine the AD domain. You'd want to do something similar, I think: get the domain, and check if that domain object holds your license information.

(AD is implemented on top of LDAP nowadays, and the Microsoft schema can be extended)

于 2012-04-10T11:05:12.760 に答える