http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12682 Bug ID: 12682 Summary: Shibboleth attribute manipulation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: gmcharlt@gmail.com Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org As koha administrators, we are often not in control of the form in which we will receive an attribute from a shibboleth identity provider. This envisaged enhancement would add the ability to define very simple string manipulations to an attribute in the koha config file. Example of enhanced config: <usesshibboleth>1</usesshibboleth> <shibboleth> <matchpoint>userid</matchpoint> <mapping> <userid is="email" regex="s/@student.university.ac.uk//g"></userid> </mapping> </shibboleth> In the above example, we want to match koha userid to the 'stuff before the @' in the users email attribute. -- You are receiving this mail because: You are watching all bug changes.