[cas-user] How to get all groups that a user is a member of? in CAS 5.0.10 with LDAP

2017-11-23 Thread Sanjaya Addula
Hi Team, How can I configure cas to get the LDAP user groups details as a principal attribute? cas.authn.ldap[0].type=DIRECT cas.authn.ldap[0].ldapUrl=ldapurl cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].useStartTls=false cas.authn.ldap[0].connectTimeout=5000 #cas.authn.ldap[0].baseDn=ou=grou

Re: [cas-user] How to get all groups that a user is a member of? in CAS 5.0.10 with LDAP

2017-11-25 Thread Jeffrey Ramsay
Try adding "member" to --- cas.authn.ldap[0].principalAtt ributeList=sn,title,mail,telephoneNumber,mobile,manager On Thu, Nov 23, 2017 at 1:31 PM, Sanjaya Addula < sanjaya.add...@wavemaker.com> wrote: > Hi Team, > > How can I configure cas to get the LDAP user groups details as a principal > attr

Re: [cas-user] How to get all groups that a user is a member of? in CAS 5.0.10 with LDAP

2017-11-26 Thread Sanjaya Addula
Already tried this but no luck :( On Sun, Nov 26, 2017 at 5:46 AM, Jeffrey Ramsay wrote: > Try adding "member" to --- cas.authn.ldap[0].principalAtt > ributeList=sn,title,mail,telephoneNumber,mobile,manager > > On Thu, Nov 23, 2017 at 1:31 PM, Sanjaya Addula < > sanjaya.add...@wavemaker.com> wro