customize attribute Delegated Admin
Hi everyone,
i'm running Messaging Sever 6.3, i need to customize Delegated Admin in order to create a user with the alias attribute "mailequivalentaddress" instead of "mailalternateaddress".
Is there a way to do this?
What i need to change inside Delegated Admnistrator or Directory Server ?
thank's in advance for replies
A.
[365 byte] By [
caius1a] at [2007-11-27 6:37:11]

# 1
I don't think anybody here knows how to customize DA to do that.You can do it with the command line, comm-admin, though.There is nothing in Directory Server to "configure" to do this for you.
# 2
SOLVED !!!!!!!!!!!!!!!!!!!!!!!!
I change the value of the variable attr-mailalternateaddress from "mailalternateaddress" to "mailequivalentaddress" inside the file /var/opt/SUNWcomm/WEB-INF/classes/sun/comm/cli/server/servlet/resource.properti es.
After that i deploy again da e commcli by commands:
/opt/SUNWcomm/sbin/config-wbsvr7x-da
and
/opt/SUNWcomm/sbin/config-wbsvr7x-commcli
restarted the Webserver and now i create a user setting an alias, it's created with mailequivalenaddress attribute.
A.