View | Details | Raw Unified | Return to bug 12026
Collapse All | Expand All

(-)a/C4/Auth_with_shibboleth.pm (-2 / +1 lines)
Lines 300-306 Given a shib_login attribute, this routine checks for a matching local user and Link Here
300
300
301
  my ( $retval, $retcard, $retuserid ) = _autocreate( $config, $match );
301
  my ( $retval, $retcard, $retuserid ) = _autocreate( $config, $match );
302
302
303
Given a database handle, a shibboleth attribute reference and a userid this internal routine will add the given user to koha and return their user credentials
303
Given a shibboleth attribute reference and a userid this internal routine will add the given user to Koha and return their user credentials.
304
304
305
This routine is NOT exported
305
This routine is NOT exported
306
306
307
- 

Return to bug 12026