Managing User Accounts Via LDAP → Updating Users and Contacts Via LDAP
The Update tab enables you to update mapped LDAP attributes for all SBM users and contacts at once. You can also limit the number of users you update by product-access type, account status, or by using a search filter to select a set of users, a set of contacts, or a set of users and contacts to update. The update process only updates changed LDAP values in SBM user attribute and Contact table fields.
To update user accounts:
(&(&(objectClass=user)(sAMAccountName={0}))(deleted=true))Any attribute can be used to flag users that should be deleted. In this example, if Joe is selected for update and has a "deleted" attribute value of "true" in LDAP, then on the next update Joe will be marked as deleted in SBM. However, he will not be removed from any of the groups to which he currently belongs.
To update contact records:
The search filter must contain the same number of {0} format specifiers as Equality Keys.
The {0} format specifiers must also be in a specific order. If you edit the search filter, do no change the order of filter components.
If an Equality Key field does not have a value in SBM, the search filter is modified to contain an absence filter component before the search begins. For example, if you have selected first name, middle name, and last name fields as Equality Keys, and the contact you are updating does not have a value in the middle name field (Sally Smith, for example), the final search filter is formatted as: (&(objectClass=inetOrgPerson)(givenName=Sally)(!(initials=*))(sn=Smith))
Copyright © 2001–2016 Serena Software, Inc. All rights reserved.