Currently, there are 3rd party tools available for integrating the Autodesk licensing options file (adskflex.opt) or other flexlm basesd software licenses with Active Directory.
If you need to control the license usage using adskflex.opt file integrated with Active Directory Users and Computers, you could use the following Group Policy settings.
This is only tested in the lab, so if you come across any issues, please share your experience with the community. This is not an officially supported or tested work flow.
Basic strategy to achieve this integration is using Group Policy Objects in the Active Directory and "LM_PROJECT" System variable as documented here
Example work flow would be as follows.
-
Create a New Group in Active Directory and add users and computers who can use the specific Autodesk Product i.e. AutoCAD Users
-
Create Group Policy object to create System Environment variable as documented here (i.e. Variable Name: "LM_PROJECT", Value:"ACADUSERS")
-
Target the Variable only to the Certain Security group in Active Directory
-
Create adskflex.opt file on the license server with the following line:
INCLUDE 85871ACD_2013_0F PROJECT ACADUSERS
The above line forces the Users/Computer within Active Directory group "AutoCAD Users" to use AutoCAD 2013 license, all the others would be denied AutoCAD Licenses.
- Stop and Start the license service.
- Login to the domain from the AutoCAD client machine, (or refresh the group policy )
- Whenever you want give a new user access to AutoCAD 2013, It is as simple as adding the user/Computer to the "AutoCAD Users" group in the Active Directory.
Note: If you wish control the usage per user within the same computer, you could use the GPO Delegation (Permissions) tweak to deny the users/group access to the particular GPO as documented here