Sample search filter used to import requesters based upon group membership
Sample search filter used to import requestors based upon group membership only (i.e. not just import all users under a specific OU).
(&(objectCategory=test)(sAMAccountName=*)(memberOf:test group=CN=test CN,OU=Groups,OU=Groups,OU=HQ,DC=domain,DC=local))
New to ADSelfService Plus?
Related Articles
API -Listing Account Specific Requesters
1. Encode (Used for GET calls alone) the below values thereby replacing the Account Name as per yours : { "operation":{ "details":{ "accountname": "Sample Account", "sitename": "0" } } } 2. The site name value is set as "0", which will list the ...
Import and update Requester from CSV (Comma Separated Value) Files
Import Requester from CSV (Comma Separated Value) Files You can also add requesters by importing from CSV files. To import requesters from CSV file Step 1: Locate the CSV file Click Import from CSV link in the Requester List page. The Import ...
Account based outgoing mail sever settings post build 14001
ACCOUNT-BASED OUTGOING MAIL SERVER FEATURE: Introduction: Account-based outgoing mail server feature was introduced in build 14001. This feature ensures that users receive notifications and responses from the specific email address associated with ...
Query to find out the users who are updated through LDAP import (MSSQL & PGSQL)
This should be handy during Audit. Execute the queries under Reports->New Query Report select ch.ciid "CI ID", ci.ciname "CI Name", chd.attribute "Attribute", chd.newvalue "New Value", chd.oldvalue "Old Value", ch.editmode "Edit Mode", ...
LDAP Import fails if you use a CN other than Users..
Issue Description: When we import users through LDAP, it seems like if we use the CN = Users as a Base DN its working fine. If you use any other CN apart from that its showing error message like "FAILURE : Error occurred while trying to connect with ...