What's a good example of a module that uses authmap that I can look at for reference?<br><br>// Jeff Beeman<br><br><div><span class="gmail_quote">On 9/7/06, <b class="gmail_sendername">Moshe Weitzman</b> &lt;<a href="mailto:weitzman@tejasa.com">
weitzman@tejasa.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; I seem to gather from the limited info I can<br>
&gt; find&lt;<a href="http://drupal.org/node/22268">http://drupal.org/node/22268</a>&gt;that it's used to simple store user<br>&gt; data in another, possibly non-drupal<br>&gt; database on the same database server... am I right?&nbsp;&nbsp;If so, how do I
<br>&gt; tell it<br>&gt; which table in that database, and which field in that table, maps to user<br>&gt; name, etc.?&nbsp;&nbsp;Or, is it used to simply allow multiple drupal instances to<br>&gt; use<br>&gt; the same user base?<br>
<br>yes, it is a mapping between the drupal userid and an external userid. the<br>decision of what table and what column in the external system is entirely up<br>to the module which 'owns' the authmap record. see the 'module' column of
<br>authmap table. that module has logic either hard coded or in settings about<br>connection details to foreign system. hope that makes sense.<br></blockquote></div><br>