Let's say I want to be able to associate a number with a product key. In my example I have a client/server application and I will be selling per client installed. I want the activation to only happen on my server, not at each client. So if I could register a single product key that is authorized for example 150 clients, and then have my server activate this and be able to securely access that 150 number, I can then verify that the customer is in compliance by checking the # of active clients talking to my server.
From what I can see the activation in LimeLM is simply boolean, per product per machine. Would you consider adding this type of feature in an upcoming release?
ThanksCraig