301 |
my ( $retval, $retcard, $retuserid ) = _autocreate( $config, $match ); |
301 |
my ( $retval, $retcard, $retuserid ) = _autocreate( $config, $match ); |
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. |