<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DotNetNuke</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Discussions of DotNetNuke for ASP.NET 1.x and above.  &lt;a href="http://www.dotnetnuke.com/" target="_blank"&gt;DNN Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=105&amp;c=25" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1173178.aspx</link><pubDate>Thu, 19 Jan 2006 14:05:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1173178</guid><dc:creator>DanBall</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1173178.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1173178</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;DanBall wrote:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;djbaldwin wrote:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;DanBall wrote:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Now, if I can figure out how to redirect users to different start pages depending if they are Internet or Intranet, I'll have most of the small quirks worked out....&lt;/div&gt;&lt;/BLOCKQUOTE&gt;LOGON_USER&amp;nbsp;will give you the NT Account the user is logged into.&lt;br /&gt;Response.Redirect(iif(Request.ServerVariables("LOGON_USER")="", "Internet.aspx", "Intranet.aspx"))&lt;br /&gt;&lt;br /&gt;I hope this is of some help to you.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;It might if I could figure out how to use it... *grin*&amp;nbsp; Is this something I can put in at the ascx or aspx level?&amp;nbsp; I don't have any way to compile source code here, not to mention I haven't taught myself .Net programming yet.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I never did see a response to this post, and am really curious of how it would work...&amp;nbsp; Where would I put such a line?&amp;nbsp; It looks like something that could go in an .aspx file, but I'm not sure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1173174.aspx</link><pubDate>Thu, 19 Jan 2006 14:00:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1173174</guid><dc:creator>DanBall</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1173174.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1173174</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;lrhenry wrote:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;Thanks Dan, I have been scratching my head all day on this one and of the several solutions on the net your was the only one that worked.&lt;/p&gt;
&lt;p&gt;Thanks a million.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Not sure which solution you're talking about, I haven't posted in this thread for a long time. &lt;/p&gt;
&lt;p&gt;Although, it was good I read back through all this, as I had completely forgot about a couple of the posts.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1172754.aspx</link><pubDate>Thu, 19 Jan 2006 00:04:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1172754</guid><dc:creator>lrhenry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1172754.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1172754</wfw:commentRss><description>&lt;p&gt;Thanks Dan, I have been scratching my head all day on this one and of the several solutions on the net your was the only one that worked.&lt;/p&gt;
&lt;p&gt;Thanks a million.&lt;/p&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1156611.aspx</link><pubDate>Mon, 02 Jan 2006 03:47:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1156611</guid><dc:creator>munozj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1156611.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1156611</wfw:commentRss><description>&lt;p&gt;Does this work with DNN4.0's native windows authentication?&lt;/p&gt;
&lt;p&gt;I looked in the dotnetnuke/admin/security directory (and everywhere else) but couldn't find AuthenticationSignin.ascx&lt;/p&gt;
&lt;p&gt;I found: AuthenticationSettings.ascx ; signin.ascx ; WindowsSignin.aspx but not AuthenticationSignin.ascx&lt;/p&gt;
&lt;p&gt;Is the file structure different in DNN 4.0 ?&lt;/p&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1100268.aspx</link><pubDate>Wed, 02 Nov 2005 11:55:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1100268</guid><dc:creator>SnoMan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1100268.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1100268</wfw:commentRss><description>&lt;P&gt;When implementing Caelen98's script I had troubles with logging into the site as admin or host.&amp;nbsp;&amp;nbsp;The&amp;nbsp;process kept trying to login the admin and host as "domain"\admin or "doamin"\host (neither of which exist in our domain of course.)&amp;nbsp;.&amp;nbsp;&amp;nbsp;In order to preserve the admin and host accounts as they are I added the following &lt;STRONG&gt;&lt;EM&gt;ElseIf&lt;/EM&gt;&lt;/STRONG&gt; statements to Caelen98's original script;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;script runat="server"&amp;gt; &lt;BR&gt;&amp;nbsp;&lt;BR&gt;Sub change(sender As Object, e As EventArgs)&lt;/P&gt;
&lt;P&gt;if txtUsername.Text="admin" then&lt;BR&gt;&amp;nbsp;txtUsername.Text="admin"&lt;/P&gt;
&lt;P&gt;elseif txtUsername.Text="host" then&lt;BR&gt;&amp;nbsp;txtUsername.Text="host"&lt;/P&gt;
&lt;P&gt;else txtUsername.Text="&lt;STRONG&gt;&lt;EM&gt;yourdomain&lt;/EM&gt;&lt;/STRONG&gt;\" &amp;amp; txtUsername.Text&lt;/P&gt;
&lt;P&gt;end if&lt;/P&gt;
&lt;P&gt;end sub&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;&lt;BR&gt;This works like a charm.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&amp;nbsp;I want to thank Tam for the wicked module and Caelen98 for the script.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Way to go!!!!!&lt;/P&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1082268.aspx</link><pubDate>Thu, 13 Oct 2005 21:16:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1082268</guid><dc:creator>hfournier</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1082268.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1082268</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;caelen98 wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;&lt;FONT size=2&gt;&lt;FONT size=3&gt;Hopefully, now that I have tried to be helpful, someone can answer my silly question that I can't find the answer to.&amp;nbsp; I know this has been asked, but I don't see a good answer.&amp;nbsp; I am getting the error:&amp;nbsp; "Error while processing Windows Authentication".&amp;nbsp; What am I supposed to change in permissions to get this to go away.&amp;nbsp; By the way, I am also having problems with trying to get the system to automatically login the user.&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Well... here you go, hope it helps. I had a couple of issues that caused me grief when trying to get the authentication to work in mix mode.&lt;BR&gt;&lt;BR&gt;1. After many attempts and playing around with all kinds of options, I found that I had left one of the authentication lines commented out in the web.config. So double/triple check your web.config, even if you think it's OK.&lt;BR&gt;&lt;BR&gt;2. We had intermittent problems with some users not auto-logging on or getting the AD login prompt. Turns out one of our IT guys had removed the "Users" group access from the root drive. By default, the "Users" group as read access to the drive. Since we're using mixed mode, resource files (.css, .js, etc)&amp;nbsp;were being access by the actual user's account (through impersonation). By removing the "Users" group, the user no longer had read access to the files. The funny thing is that it didn't prevent it from working all together, it just caused weird behaviour. For example, a user would&amp;nbsp;visit the site and immediate get prompted for credentials, hit Cancel, and get auto-logged in, but none of the syles (CSS) would appear. Hitting Refresh would display the site properly.&amp;nbsp;Some users&amp;nbsp;couldn't login in at all. Like I said, weird.&lt;BR&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1081868.aspx</link><pubDate>Thu, 13 Oct 2005 15:53:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1081868</guid><dc:creator>caelen98</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1081868.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1081868</wfw:commentRss><description>&amp;gt;&amp;gt;Back to the hidden domain question, is there a way to capture the username from Tam's Authentication Login Page, set a variable up, and tack the domain\+username together and pass that on during the submission?&amp;lt;&amp;lt;&lt;BR&gt;&lt;BR&gt;This is how I did it....&amp;nbsp; In the&amp;nbsp;AuthenticationSignin.ascx, I put the following at the top of the&amp;nbsp;code:&lt;BR&gt;&lt;BR&gt;&lt;FONT size=2&gt;
&lt;P&gt;&amp;lt;script runat="server"&amp;gt; &lt;/P&gt;
&lt;P&gt;Sub change(sender As Object, e As EventArgs) &lt;/P&gt;
&lt;P&gt;txtUsername.Text="oldplacerville\" &amp;amp; txtUsername.Text &lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;P&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT size=3&gt;Then, I updated the following line:&lt;BR&gt;&lt;FONT size=2&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;td colspan="2" align="center"&amp;gt;&amp;lt;asp:textbox id="txtUsername" ontextchanged="change" columns="9" width="130" cssclass="NormalTextBox" runat="server" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;(adding ontextchanged="change") which calls the top script.&lt;BR&gt;&lt;BR&gt;This has worked well for me.&lt;BR&gt;&lt;BR&gt;Hopefully, now that I have tried to be helpful, someone can answer my silly question that I can't find the answer to.&amp;nbsp; I know this has been asked, but I don't see a good answer.&amp;nbsp; I am getting the error:&amp;nbsp; "Error while processing Windows Authentication".&amp;nbsp; What am I supposed to change in permissions to get this to go away.&amp;nbsp; By the way, I am also having problems with trying to get the system to automatically login the user.&lt;BR&gt;&lt;BR&gt;Thanks in advance!&lt;BR&gt;&lt;BR&gt;Caelen98&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&amp;nbsp; &lt;BR&gt;&lt;BR&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1081845.aspx</link><pubDate>Thu, 13 Oct 2005 15:37:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1081845</guid><dc:creator>ccarns@ctc.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1081845.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1081845</wfw:commentRss><description>Thank djbaldwin for your ideas!&amp;nbsp;&amp;nbsp; It is a child portal and I have ran into .aspx/.asmx issue before when building my module, but I am 99% sure I am not calling a .aspx/.asmx file but it is a good point to check.&lt;BR&gt;&lt;BR&gt;I did notice though that the page it was always blowing on for some indivduals has a client side&amp;nbsp;Javascript check before the postback. I took it out for now and am having the users who has the problem test again.&lt;BR&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt; The javascript is not the problem but I did find&amp;nbsp;out that the users who are having the logout issue have recently had their computer rebuilt- If I find out the cause I will post it.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;UPDATE 2:&lt;/STRONG&gt; Djbaldwin you know how I said 99% sure- well the 1% bit me.&amp;nbsp; I was using a pop up calendar date chooser on some of the pages and it was the problem. All I had to do was send in PortalID=&lt;EM&gt;Num &lt;/EM&gt;and the problem was solved.&amp;nbsp;&amp;nbsp; The reason this one stumped me because it seemed random - when in reality it was the fact that some users used the calendar to choose a data and some just typed it in.&amp;nbsp; Thanks for help - the module has been working great in a production environment for a month now!</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1081681.aspx</link><pubDate>Thu, 13 Oct 2005 13:44:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1081681</guid><dc:creator>djbaldwin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1081681.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1081681</wfw:commentRss><description>&lt;P&gt;This has been a gremlin for a while and there are other threads on the subject, but the most common issue is child portals and/or accessing an .aspx&amp;nbsp;page that is not part of the portal.&lt;BR&gt;&lt;BR&gt;FYI: &lt;A HREF="/567799/ShowPost.aspx"&gt;http://forums.asp.net/567799/ShowPost.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;I honestly don't know if this problem&amp;nbsp;has been resolved in 3.1.1.&lt;/P&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1080830.aspx</link><pubDate>Wed, 12 Oct 2005 18:12:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1080830</guid><dc:creator>ccarns@ctc.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1080830.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1080830</wfw:commentRss><description>&lt;P&gt;I have the Auth Module running in production (Intranet only).&amp;nbsp; It works great for some but for some users they get logged off randomly - then if you clear out the cookies it works again.&amp;nbsp; Has anyone else experienced this issue?&amp;nbsp;&lt;BR&gt;&lt;BR&gt;A more severe case is that some users are getting logged off everytime when clicking on certain page links. I know what you are thinking- the security is not set up correctly - but I can assure you that is not the issue.&lt;BR&gt;&lt;BR&gt;Any ideas or suggestions would be helpful!&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks in advance&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;:&amp;nbsp; See the 2nd post after this for the answer!&lt;BR&gt;&lt;BR&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=1&gt;&lt;FONT color=#000000&gt;&lt;FONT&gt;&lt;EM&gt;NOTE&lt;/EM&gt;: Please NO negative posts about&amp;nbsp;this module (you know who you are)&amp;nbsp;- I need constuctive help only!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1065933.aspx</link><pubDate>Wed, 28 Sep 2005 16:50:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1065933</guid><dc:creator>mcoulter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1065933.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1065933</wfw:commentRss><description>Thanks for the quick response Nathan.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;One thing that I probably should have mentioned is that I really want this to work as an Extranet as well.&amp;nbsp; So I am trying to capture the authentication from the login (Tam's login module)&amp;nbsp;since I want it to operate remotely from the network and domain.&amp;nbsp; An example of something I would like to authenticate is a WebDav page that we use for a "briefcase/backup" solution.&amp;nbsp; I would like for users to log into DNN and then hit a link (or IFrame) that would go directly to their backup folder without having to reauthenticate, which is the current scenerio.&lt;BR&gt;&lt;BR&gt;Back to the hidden domain question, is there a way to capture the username from Tam's Authentication Login Page, set a variable up, and tack the domain\+username together and pass that on during the submission?&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Regardless I will play with the other ideas Nathan has shared.&amp;nbsp; Thanks again.</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1065897.aspx</link><pubDate>Wed, 28 Sep 2005 16:13:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1065897</guid><dc:creator>nitro001</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1065897.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1065897</wfw:commentRss><description>&lt;P&gt;To help answer, &lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;1) I don't think there is a way to have them tack&amp;nbsp;on a domain in the front.&amp;nbsp; What I have done for our intranet users is place the site in the&lt;BR&gt;trusted hosts list in Intenet Explorer and it passes the credentials through without any users needing to enter a username/password.&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;2)&amp;nbsp;Once authenticated, you can work with the user like any other local user for authentication in modules or pages.&amp;nbsp; &lt;BR&gt;Most of my pages are external aspx pages hooked in&amp;nbsp;from an IFRAME module modification of the Links module I wrote, however I reference the dotnetnuke dll and use the authentication. one of the things I use most is: &lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; WebUser &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; DotNetNuke.Entities.Users.UserInfo = &lt;FONT size=2&gt;DotNetNuke.Entities.Users.UserController.GetCurrentUserInfo&lt;FONT size=3&gt; &lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=3&gt;then you can reference the WebUser object to grab user information, such as email address in WebUser.membership.email.&lt;BR&gt;&lt;BR&gt;As for passing credentials to OWA,that's Outlook Web Access right?&amp;nbsp; If the OWA site is a trusted site, it should pick up the AD Authenticaion is that is the method you use, other than that passing on query string. but it has to be something that OWA can interpret on its end.&lt;BR&gt;&lt;BR&gt;Nathan&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1065878.aspx</link><pubDate>Wed, 28 Sep 2005 16:02:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1065878</guid><dc:creator>DanBall</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1065878.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1065878</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;mcoulter wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;Seeing some days of dormancy I thought I would chime in to see if anyone has some suggestions/solutions for the following...&lt;BR&gt;I am using Tam's Auth tools for a company Intranet.&amp;nbsp; They are working fine in my testing stage but for them to be perfected I need at least two things to happen: 1) I am only getting the login to work with domain\username.&amp;nbsp; I only have one domain and would prefer to "tack on" the domain so that the user doesn't have to add it.&amp;nbsp; 2) I am wanting to pass on the logged credentials to other modules I will work with.&amp;nbsp; Any ideas on an easy way to do that?&amp;nbsp; Does anyone know a way to pass the creditials safely to a link of OWA to have it authenticate automatically?&lt;BR&gt;&lt;BR&gt;I have scoured these lists looking for my answers and not found what I've need.&amp;nbsp; So if I have been repetitive at least point me in the right direction.&amp;nbsp; Thanks in advance.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;1. No, sorry, the current incarnation of this module doesn't support.&amp;nbsp; It is rumored to be in the next release...&lt;BR&gt;&lt;BR&gt;2.&amp;nbsp;Create a DNN Security Role with the same name as an AD group the user is in.&amp;nbsp; Then, when new users log in, they're automatically part of this Security Role, and you can use this to restrict access to modules. Note: The Authentication module (current version) will ONLY populate those Security Roles for new users, it will not syncronize the group membership after the account already exists.&lt;BR&gt;&lt;BR&gt;3.&amp;nbsp; No, you cannot pass logon credentials from DNN to OWA...&amp;nbsp; But, if you include the URL of the OWA in your "Local Intranet" group within IE it will log onto OWA without prompting.&amp;nbsp; Of course, that only applies to "Intranet" users...&lt;BR&gt;&lt;BR&gt;</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1065742.aspx</link><pubDate>Wed, 28 Sep 2005 14:23:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1065742</guid><dc:creator>mcoulter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1065742.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1065742</wfw:commentRss><description>Seeing some days of dormancy I thought I would chime in to see if anyone has some suggestions/solutions for the following...&lt;BR&gt;I am using Tam's Auth tools for a company Intranet.&amp;nbsp; They are working fine in my testing stage but for them to be perfected I need at least two things to happen: 1) I am only getting the login to work with domain\username.&amp;nbsp; I only have one domain and would prefer to "tack on" the domain so that the user doesn't have to add it.&amp;nbsp; 2) I am wanting to pass on the logged credentials to other modules I will work with.&amp;nbsp; Any ideas on an easy way to do that?&amp;nbsp; Does anyone know a way to pass the creditials safely to a link of OWA to have it authenticate automatically?&lt;BR&gt;&lt;BR&gt;I have scoured these lists looking for my answers and not found what I've need.&amp;nbsp; So if I have been repetitive at least point me in the right direction.&amp;nbsp; Thanks in advance.</description></item><item><title>Re: Windows Authentication for DNN3.0</title><link>http://forums.asp.net/thread/1061802.aspx</link><pubDate>Sat, 24 Sep 2005 03:08:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1061802</guid><dc:creator>djbaldwin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1061802.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1061802</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;sconard wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;There should be shame and question (and hopefully introspection) of those who would attempt to level such criticism&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;level and such are transposed. There is truth in any humor.&lt;BR&gt;&lt;BR&gt;Let's get back to collaborating with&amp;nbsp;our 198,393 or so&amp;nbsp;registered users and&amp;nbsp;conquer&amp;nbsp;the planet&amp;nbsp;with our DotNetNukin' efforts!!&lt;BR&gt;</description></item></channel></rss>