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.)
|
feedback
|
|
In Documentum Administrator you can sync the ActiveDirectory Users by running the Job 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 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 | |||||||||||
feedback
|
|
You can configure LDAP through DA and set all the connection info, user id password and than configure the ldapsync job to do this ,whenever a new user is added into ldap,it will be imported into documentum by that job and deactivated if user is removed from ldap. Thats the best way to avoid any programming . | |||
|
feedback
|