devdoc

Wednesday, April 27, 2005

LDAP and Documentum

If anyone needs to configure Documentum to use an Active Directory to import the users, maybe it's going to find a tricky part... how to set the user_os_name when there's not an option to use it from the combo... Well, here it's described how to do it.

Once more, I don't understand why this information is not in any plae in Documentum Support forums or documentation.

How to set user_os_name to sAMAccountName?

Edit the atribute and write the filed name as a custom value

DM Attribute = user_os_name
LDAP Attribute = null
Custom Value = sAMAccountName

Query to get all the LDAP jobs
select * from dm_ldap_config


Query to get all the repeating attributes
select * from dm_ldap_config_r

Query to update an object to set the map_val_type to 'A'

UPDATE dm_ldap_config
OBJECT SET map_val_type[1]='A' WHERE r_object_id=''

Hope this saves some time!

Wednesday, April 06, 2005

AJAX links

http://www.peej.co.uk/articles/rich-user-experience.html

http://www.modernmethod.com/sajax/

http://www.xulplanet.com/references/objref/XMLHttpRequest.html

http://del.icio.us/tag/xmlhttprequest

http://www.xml.com/pub/a/2005/02/09/xml-http-request.html

http://www.adaptivepath.com/publications/essays/archives/000385.php

http://jpspan.sourceforge.net/wiki/doku.php?id=javascript:xmlhttprequest

What is it?

Hi everybody, after some months I decide to create this blog just to centralize all my Documentum Development ideas and progress as much as doubts, fears and whatever it happens between Documentum and me.