I am trying to determine what primary license key was used for a Directory Server and am not able to find it anywhere. I did find a table in the LFDS database, but it looks like the value is encrypted. How can I find out what primary license key was used? Is there a reason this is not available on the Settings page in LFDS?
Question
Question
How to determine what Primary License Key was used in LFDS?
Answer
Hi Blake,
The primary license in use can be found in the master_license table and is stored in hexadecimal format. If you remove the leading "0x" and convert the rest to ASCII, you can see the license. If you take a look at one of the application blocks, you can see the license serial. If you're still having trouble finding the specific key using this info, please open a support case.
Thank you Chase. I will give that a try. Is there a reason the primary license is not shown in LFDS on the Settings page? Can it be added?
This functionality sounds reasonable, and I've gone ahead and filed a feature request for this.
It looks like converting the value to ASCII does not give you the Primary License Key that was used, just the serial numbers for all the products. I will open a support case.