<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : LDAP Authenticate - V.8</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : LDAP Authenticate - V.8]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 05:27:34 +0000</pubDate>
  <lastBuildDate>Mon, 27 Feb 2006 15:49:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18336</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[LDAP Authenticate - V.8 : It can be done, you just need...]]></title>
   <link>https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post100256.html#100256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18336<br /><strong>Posted:</strong> 27&nbsp;February&nbsp;2006 at 3:49pm<br /><br />It can be done, you just need to modify the common.asp file that does the user tacking to read from the server.<br><br>I did it before by simply modifying the User_code field in tblAuthor to hold the users IIS authentication (domainName\userID)<br><br>Then in the common.asp file I removed the cookie tacking login and replaced it some code that got the users IIS authentication and matched it up with the User_code field in the database.<br><br>You could go further than this and have code that would also adds new users to the database.<br><br>Once version 8 is out, if I get some spare time, I hoping to write some mods for the software, one of them, hopefully being something along these lines. <br><br>The problem is that it just impossible to add everything to the software, and even if I managed to the software would have so much ocde it just wouldn't run very well.<br>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 15:49:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post100256.html#100256</guid>
  </item> 
  <item>
   <title><![CDATA[LDAP Authenticate - V.8 : New members can authenticate using...]]></title>
   <link>https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post100253.html#100253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23056">rock7</a><br /><strong>Subject:</strong> 18336<br /><strong>Posted:</strong> 27&nbsp;February&nbsp;2006 at 2:38pm<br /><br />New members can authenticate using the same password in Active Directory (does not need to authenticate 2 times) one in windows machine, other in web application (WebWizForum).<DIV>&nbsp;</DIV><DIV>What&nbsp; i try to say,&nbsp; it's :&nbsp; </DIV><DIV>1) can authentication be possible using IIS (integration with Active Directory)</DIV><DIV>&nbsp;</DIV><DIV>2) after IIS authentication, server variables have a user session like:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; domainName\userID</DIV><DIV>&nbsp;</DIV><DIV>3) with that "domainName\userID" can application (webwizforum) get eMail account from active directory ?</DIV><DIV>&nbsp;</DIV><DIV>2) If Forum get the eMail's account from Active Directory and </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.a) if new =&gt; save their profile in database.</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.b) if exist and diferent then actualize database settings&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.c) if exist and equal =&gt; maintain database settings</DIV><DIV>&nbsp;</DIV><DIV>If WebWizForum do that, if very interessing INTRANET users does not necessary authentication. </DIV><DIV>&nbsp;</DIV><DIV>Becouse aplication WebWizForum see server variables and see inside their profiles what matching are must to do.</DIV><DIV>&nbsp;</DIV><DIV>Just my opinion.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 14:38:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post100253.html#100253</guid>
  </item> 
  <item>
   <title><![CDATA[LDAP Authenticate - V.8 : If you accomplish LDAP Authentication,...]]></title>
   <link>https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99326.html#99326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18438">superlative</a><br /><strong>Subject:</strong> 18336<br /><strong>Posted:</strong> 12&nbsp;February&nbsp;2006 at 7:48pm<br /><br />If you accomplish LDAP Authentication, how to register new members to forum ? forum store usernames and passwords&nbsp;in the&nbsp;database. LDAP authentication may not possible. But if you using Jmail Pro as mail component, you can improve WWF, users can sent posts via send email. This is possible. This is only Jmail Pro 4 component.]]>
   </description>
   <pubDate>Sun, 12 Feb 2006 19:48:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99326.html#99326</guid>
  </item> 
  <item>
   <title><![CDATA[LDAP Authenticate - V.8 : I&amp;#039;m not sure what LDAP is...]]></title>
   <link>https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99175.html#99175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18336<br /><strong>Posted:</strong> 10&nbsp;February&nbsp;2006 at 1:16pm<br /><br />I'm not sure what LDAP is so the answer is probaly no.]]>
   </description>
   <pubDate>Fri, 10 Feb 2006 13:16:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99175.html#99175</guid>
  </item> 
  <item>
   <title><![CDATA[LDAP Authenticate - V.8 : Hi, everybody.   An usefull...]]></title>
   <link>https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99136.html#99136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23056">rock7</a><br /><strong>Subject:</strong> 18336<br /><strong>Posted:</strong> 09&nbsp;February&nbsp;2006 at 8:02pm<br /><br />Hi, everybody. <DIV>&nbsp;</DIV><DIV>An usefull functionality are a AUTHENTICATION integrated with LDAP</DIV><DIV>&nbsp;</DIV><DIV>Using IIS Server authentication and pass credentials to Forum application.</DIV><DIV>&nbsp;</DIV><DIV>The forum application&nbsp;validate that credentials and verify inside theirs profiles witch are the ROLE assignated.</DIV><DIV>&nbsp;</DIV><DIV>In that way&nbsp;Forum Application can&nbsp;use LDAP exchange mail integration.</DIV><DIV>Using IIS Authentication&nbsp;to get mail account in Active Directory.</DIV><DIV>&nbsp;</DIV><DIV>Can this be possible ?</DIV><DIV>Regards.&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by rock7 - 09&nbsp;February&nbsp;2006 at 8:04pm</span>]]>
   </description>
   <pubDate>Thu, 09 Feb 2006 20:02:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ldap-authenticate-v-8_topic18336_post99136.html#99136</guid>
  </item> 
 </channel>
</rss>