Confd_cli is not working for non aaa users

confd_cli -u username is detecting the user groups only for the aaa users.

But our project is having external users these users are authenticated using LDAP servers.

These users are mapped to some groups of our project. But these groups are not identified or detected by confd_cli.

Pls help to solve this issue.

Use `confd_cli -u username -g group". See the confd_cli(1) man page (also available as an appendix to the UG).