[10:18:48 CDT(-0500)] <b-rock> Greetings uPortal devs: working in the up4.0.1 build. I'm logged in and searching for users to look at their data but get "User '" + searcher.getName() + "' attempted searching on attribute '" + attr + "' which is not allowed in the current configuration. The attribute will be ignored."
[10:19:10 CDT(-0500)] <b-rock> coming out of PersonLookupHelper.
[10:20:13 CDT(-0500)] <b-rock> looks like there are available attributes in the person directory for me but I have no permissions as "principal.hasPermission(USERS_OWNER, VIEW_ATTRIBUTE_PERMISSION, attr)" fails for all of the attributes
[10:20:34 CDT(-0500)] <EricDalquist> yeah so I think you need to import all permissions from that quickstart/permission_set dir
[10:20:36 CDT(-0500)] <b-rock> might I be missing some of the data
[10:21:08 CDT(-0500)] <EricDalquist> remember we ran into this permissions issue with id swapping
[10:21:09 CDT(-0500)] <b-rock> oh ok. i did go ahead and import the Portal_Administrator* permissions but not the others.
[10:21:15 CDT(-0500)] <EricDalquist> yeah
[10:21:24 CDT(-0500)] <EricDalquist> I'm going to move those files to the default data set
[10:21:28 CDT(-0500)] <b-rock> np. I'll give that a try now. thanks for the tip.