Thanks Paul!<br />
<br />
I guess I cannot modify that LDAP for I should not have the privilege. But I still want to create a group so that some roles in my J2EE application can be mapped to the group.<br />
So actually I am having a read only LDAP repository which contains all the users, while wanting to have a file based local repository holding the groups.<br />
<br />
By the way, I am wondering the cause of the <u>CWWIM4001E The 'uid=XXXXXXX,...</u> error. <br />
In that LDAP the Login attribute is "mail" instead of "uid", so I added a mapping from "uid" to "mail". I guess this will be OK when I try to lookup my user entity using email id like "
uss...@jcn.com", since the uid=
uss...@jcn.com will be converted into mail=
uss...@jcn.com by VMM. But when I turns out to be my real user entity, the DN is uid=217917517,c=cn,ou=... if I then try to fetch that record, the <b>uid=217917517</b> may be converted to <b>mail=217917517</b>, which is obviously wrong.<br />
<br />
Not sure about these.