The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hello,
Does anyone have a reference inventory adapter to import just users?
I am looking to import HR data to compliment the AD data and prevent HR account users being deleted automatically when removed from AD. From the docs, it looks like the AD remove will not happen if the user exists in another import set. The goal is to provide more control over which users are removed and when by the AD import.
Aug 13, 2024 03:33 PM
Some general comments:
Typical things in Business Imports that the default method does not cover, would be:
Please keep in mind that for some use cases the user import through Beacon is mandatory, e. g. for some Citrix stuff the user SID is needed.
Of course, you can always establish a hybrid approach, with the Beacon standard user import and additional Business Import for more details. Another idea would be to disable or change the "Delete" step in the ManageSoft reader to match your needs (see "User.xml" in "C:\ProgramData\Flexera Software\Compliance\ImportProcedures\Inventory\Reader\ManageSoft", import step "InsertUpdateUsers").
It's difficult to provide a template, because AD is usually quite customer specific. A standalone Beacon will come with a BAS that has templates for most objects. The BAS documentation is also worth a look (in case you're not familiar) https://docs.flexera.com/FlexNetManagerSuite2024R1/EN/BusnAdap/index.html
Aug 15, 2024 06:41 AM
Great answer @mfranz!
Aug 15, 2024 07:27 PM
Very detailed response thank you!
I top up the AD import today with a business adapter using data from our HR Systems. This works great until a user is disabled in AD then disappears from Flexera. This is the desired state for all non real user accounts but does add a hiccup for hr users in the off boarding process.
I did think about disabling the out of the box AD adapter. However, it is not clear what impact that may have on other aspects of Flexera and compliance reporting. We are not using the Site or subnet data but the AD adapter also imports User Groups and other info. I am not sure how important that info actual is for Flexera to function.
Aug 21, 2024 04:57 PM
You have to check how the AD data (including groups and stuff) is currently used and then work through the use cases and define alternatives (e.g. based on Business Imports). If it's just about the users, I see these options:
1. Get rid of the AD integration and data and manage users yourself
FNMS does identify the gap between ImportedUser_MT and ComplianceUser_MT with ComplianceUserConnection_MT. The moment you "cut" that connection the system will not be able to remove the user. That means if you wanted to get rid of your out-of-the-box adapter and data and keep your existing users, you would need to clear:
The biggest values here would be:
2. Change/disable the removal logic and handle that part yourself
If you feel that some data from the default AD integration might still be important (*), you can stick with it, disable the removal logic. Keep in mind that:
* AD-Group-based license assignment could be one reason.
Aug 27, 2024 05:00 AM