necouchman commented on pull request #579:
URL: https://github.com/apache/guacamole-client/pull/579#issuecomment-744465559
I think the only difference I have is that, instead of the attribute
repository, I'm trying to pull attributes directly with the LDAP authentication
query:
cas.authn.ldap[0].principalAttributeList=sn,cn,givenName,mail,memberOf
and then I have the JSON service configured similar to what you have:
```
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^https://guacamole.example.com/.*",
"name" : "guacamole HTTPS",
"id" : 9999,
"evaluationOrder": 9999,
"attributeReleasePolicy" : {
"@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
}
}
```
But for some reason all of the attributes are coming back empty. I'll try
the attribute repository route and see what happens.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]