Add New account Attribute in RACF

we use RACF adapter from out of box. Now we need add expiry date to a user so we add new account attribute to map to RACF "REVOKE(date)". The idm does not give error But the date was not set in RACF side. The user has default goup assigned then we also assign another goup that is for revoked user. The revoke and new goup were issued to RACF in one command. The group is update but the date is not set. Is there anything else that have to be done?

[455 byte] By [cpridma] at [2007-11-26 13:03:05]
# 1
Has anyone customized RACF adapter?
cpridma at 2007-7-7 17:07:03 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

If I added REVOKE as an attribute of account, the RACF adapter issue command "ALTUSER xxxx REVOKE(02/12/07) [enter]" to RACF, which is successful to send the date to racf. Right now I need IDM to issue the command like "ALTUSER xxxx group(temp1) own(sys1) REVOKE(02/12/07) [enter]', does anyone know how to do that? I tried to put group name in Groups and owner name to owners but IDM does not do it.

cpridma at 2007-7-7 17:07:03 > top of Java-index,Web & Directory Servers,Directory Servers...