[Admin Extension] Adding new attribute to domains. Hello Everyone,
I am trying to extend domains functionality by adding some attributes to it. Now everything is working fine, except when I edit and save any domain it give me an error INVALID ATTR NAME.
Code:account.INVALID_ATTR_NAME
at com.zimbra.cs.account.AccountServiceException.INVA LID_ATTR_NAME(AccountServiceException.java:175)
I think that error comes because it tries to store new attributes to LDAP schema and it cannot find it there.
So, how can I prevent attributes to be stored in LDAP schema. Because I've separate database tables from where I'm reading and saving those attributes.
Help Please..
Thanks. |