We're about to start using OTDS to sync users from AD to Documentum (instead of the LDAP job).
We need a cabinet created for each user, however in OTDS settings:
- If we use the User Attribute Mappings > create_default_cabinet = T, the cabinet is created with the user_name (and dm_cabinet.is_private = TRUE)
- We need the user_login_name to be used for the cabinet
- If we use the User Attribute Mappings > default_folder = user_login_name, the cabinet will be created using the user_login_name, however dm_cabinet.is_private = FALSE. This means the cabinet appears in the list within DA.
Does anyone know how to fix/work around this without using a TBO or such?