Thanks for the reply Chris. It's obvious that you know ConfD quite well and I now realize that I didn't give you enough information.
We are using Maapi java script interfaces provided by Tail-f.
For example, we are using Maapi.getCfg('user',function(result) to get the username. This is returning the expected username.
We are trying to get the external group information or the external with prepended local group information, from ConfD using a Maapi command through java script.
We tried this maapi command
Maapi.getElem(this.readHandle,'/aaa:aaa/authentication/users/user{\"'+ this.user + '\"}/GroupName',function(result_{
but this returns the local group information if it exists or an error if no local group information exists.
Is there a java script maapi command that can return this information? Something like Mappi.getSession.....
Thanks again