Sample search filter used to import requesters based upon group membership

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 ...
                    • 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 ...
                    • 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", ...
                    • 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 ...
                    • Steps to Import accounts / contacts through schedule csv from SCP 11001 build

                      This is applicable only from 11001 builds. How to do? # Based on the Globalconfig table entry with category as 'CSVUserImportSchedule', this can be turned ON/OFF. By default this is turned OFF. Query to enable the feature - update Globalconfig set ...