Hello!
Is there a way to clear the AD attribute "thumbnailPhoto" with a checkbox property?
I wanted to implement a checkbox in the mask "Modify user" and if the box is checked, clear the attribute. How do I implement this?
Much appreciated, Marco
Hello Marco,
Yes, it is possible. It can be done by adding one of Adaxes custom Boolean attributes (e. g. CustomAttributeBoolean1) to the Modify user action form. Then you need to have a business rule triggering After updating a user. The rule will clear the thumbnailPhoto property. The business rule will look like the following: For information on how to give the custom attribute a relevant display name, have a look at the following help article: https://www.adaxes.com/help/CustomizePropertyDisplayNames.
That worked great. Thank you.
It's possible to integrate ADAXES with HR Solution to create user in active directory ?
Here is what i have been trying with Set-ADUser -Identity $user -Clear "extensionAttribute5" Set-ADUser -Identity $user -Add @{extensionAttribute5 = "NoLicenseNeeded"}
I've read this article; https://www.adaxes.com/tutorials_WebInterfaceCustomization_CustomizeHelpAndSupportLinks.htm?appView=1 However, it doesn't tell me how to add or remove columns from ... by the Quick Search. I'd like to add EmployeeId. thanks, Nate
Can I manage the user that is user by Adaxes to connect to Active Directory with Privilege Access Management (PAM)? Since this user can change user's password, ... would like to manage this user so that PAM can change/rotate the password periodically
We originally installed Adaxes and assigned the Adaxes Service user to the Domain Admins group. We are now locking down that group and have removed the Adaxes Serivce from ... to do things. What rights does Adaxes Service need in order to administer users?