By: Ben Granholm user 10 Apr 2017 at 8:07 a.m. CDT

5 Responses
Ben Granholm gravatar
When I try to select the Attribute eduPersonScopedAffiliation from the Configuration -> Attributes -> <Show all Attributes Button> screen, it brings me back to the main dashboard screen with a message in the upper right saying "System Error. Please try again or contact a Gluu administrator for help."

By Joe Vitelli user 10 Apr 2017 at 2:32 p.m. CDT

Joe Vitelli gravatar
i too am having a similar issue, staying posted for an answer!

By Aliaksandr Samuseu staff 10 Apr 2017 at 4:32 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Ben, Joe. Please check oxTrust's logs at `/opt/gluu/jetty/identity/logs/oxtrust.log` for any errors related to this operation.

By Aliaksandr Samuseu staff 10 Apr 2017 at 4:40 p.m. CDT

Aliaksandr Samuseu gravatar
I assume you'll see some schema conflict errors there. Here is excerpt from our internal wiki page on adding support for ePSA: - Stop solserver - Modify `eduperson.schema`: - Location: `/opt/symas/etc/openldap/schema` - Add: attributetype ( 1.3.6.1.4.1.5923.1.1.1.9 NAME 'eduPersonScopedAffiliation' DESC 'eduPerson per Internet2 and EDUCAUSE' EQUALITY caseIgnoreMatch SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) - Add `eduPersonScopedAffiliation` in OC: objectclass ( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickname $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation ) ) - Test configuration with command: `# /opt/symas/bin/slaptest -f /opt/symas/etc/openldap/slapd.conf` - Start openldap: `# service solserver start`

By Ben Granholm user 11 Apr 2017 at 6:46 a.m. CDT

Ben Granholm gravatar
That got it for me. Is there any particular reason that an Attribute would show up in the GUI but not actually be in the schema?

By Aliaksandr Samuseu staff 11 Apr 2017 at 9:30 a.m. CDT

Aliaksandr Samuseu gravatar
Glad to hear it helped, I'll be closing the ticket then. >Is there any particular reason that an Attribute would show up in the GUI but not actually be in the schema? As Gluu decided to switch from OpenDJ to OpenLDAP in 3.0, there still may be minor schema issues like this one. It'll mostly be sorted out in the upcoming 3.0.2 release.