This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Import Drupal Users to Drupal SAML Users | |
* Works with the SimpleSAMLphp Auth Drupal Module | |
* By: Matt Brooks | |
* Email: [email protected] | |
*/ | |
function import_saml_users(){ | |
$result = db_query("SELECT * FROM {users}"); |