Is there any way that we can programatically create a Documentum user by using Active Directory information? (I have very little knowledge on ADT and know that it stores user info thats all.)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Documentum Administrator you can sync the ActiveDirectory Users by running the Job
dm_LDAPSynchronization. This should do.Hope this helps,
Max
edit: You can also create a User using DFC-Methods:
Instead of putting inline_password as the user_source, you probably can choose
LDAPand remove theuser_password. This most probably needs more information, but I don’t have the DFC Documentation with me at the moment. I could look it up in the evening, but for now this should give you a good point to start.You could also make a Server Method out of it and assign it to a custom Job.
BUT: I don’t think that you can CREATE new LDAP-Users from Documentum…they need to be present in the ActiveDirectory when you import them into Documentum!
Cheers,
Max