<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""> Thanks Scott. I’m on Linux / Apache, Shibboleth 2.6</div><div class=""><br class=""></div><div class=""> So in the transaction.log, I see the following </div><div class=""><br class=""></div><div class="">.. at (ClientAddress: 10.9.231.220) with (NameIdentifier: AvonNieda)</div><div class=""><br class=""></div><div class="">and I need the value of NameIdentifier (AvonNieda) to be set as REMOTE_USER. Should it be as simple as changing the following in shibboleth2.xml</div><div class=""><br class=""></div><div class="">REMOTE_USER="eppn persistent-id targeted-id"</div><div class="">to</div><div class="">REMOTE_USER="NameIdentifier"</div><div class=""><br class=""></div><div class=""> or is there something more that needs to happen? Do I need to set that up in the attribute-map.xml as well? I’ve tried a few things and clearly I’m getting it wrong, because REMOTE_USER is not getting set. </div><div class=""><br class=""></div><div class=""> Thanks,</div><div class=""><br class=""></div><div class=""> -Adam </div><div class=""><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">--</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Adam von Nieda</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><a href="mailto:Adam@vonNieda.org" class="">Adam@vonNieda.org</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jun 8, 2017, at 4:27 PM, Cantor, Scott <<a href="mailto:cantor.2@osu.edu" class="">cantor.2@osu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class=""> Would there be a way that I can map NameIdentifier to a REMOTE_USER<br class="">HTTP (or any) header variable? I’ve found references but I don’t quite<br class="">understand how to implement.<br class=""></blockquote><br class="">The rule in attribute-map is what maps the incoming value into its local variable name. If you want REMOTE_USER set, and you're not on IIS, tell it to use that local variable name in the REMOTE_USER setting in shibboleth2.xml in place of the ones it looks at by default. If you're on IIS, you cannot rely on REMOTE_USER at present.<br class=""><br class="">-- Scott<br class=""><br class="">-- <br class="">To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a></div></div></blockquote></div><br class=""></body></html>