LDAP extraction
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Platform Security
An LDAP extraction process can be implemented to detect disabled users.
An extract from your LDAP source can filtered for disabled users using an active flag that can be set for every record in the import to ‘false’. Specify (‘target.active=false’) and copy into the Script field directly on the Table Transform Map record.
Benefits
Benefits to this method include:
- Simple scripting
- Existing user records are not involved in processing
- Inactive users are not loaded into a temporary import table
- No performance impact
Drawbacks
Drawbacks to this method include:
- An additional process is created
- The extract set must be placed in a location where your data source can access it