<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LDAP Web Service</title><link>http://ldapwebservice.codeplex.com/project/feeds/rss</link><description>A Web Service that authenticates and peforms searches against Active Directory.  All results are returned as primitive types or generics, allowing consumption by systems other than those that are .NET based.</description><item><title>Source code checked in, #94877</title><link>http://ldapwebservice.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://ldapwebservice.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Source code checked in, #57274</title><link>http://ldapwebservice.codeplex.com/SourceControl/changeset/changes/57274</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 22:13:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57274 20100728101323P</guid></item><item><title>Created Issue: Search method Upgrade request</title><link>http://ldapwebservice.codeplex.com/WorkItem/View.aspx?WorkItemId=9890</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;First of all i would like to express my gratitude for developing the application, It works together as a charm with infopath&amp;#33; My only concern is that i could not retrive some data whats essential for my form. This fields are email, fax, office and company fields. I&amp;#39;m guessing that somehow modifing the return array would do the trick but I&amp;#39;m an MCSE not a developer. Right now I&amp;#39;m bulding an InfoPath &amp;#34;Phone book&amp;#34; to intoduce my users  the idea of using infopath and to get ride of the old SQL based program and use AD as data source &amp;#40;1&amp;#47;2 administration&amp;#41;. &lt;br /&gt;I&amp;#39;m working in the local civil service this way this request servs no commercial value, thats why i&amp;#39;m asking to anyone who knows how to  make the necessary modification please help. Thank you&amp;#33;&lt;br /&gt;&lt;br /&gt;Thank you for reading my Post&amp;#33;&lt;br /&gt;&lt;br /&gt;P.s.&amp;#58;Did not know wheter to post to Discussions or Issue Tracker so I posted to both place. Admins&amp;#58; please erease it from the bad pleace.&lt;br /&gt;</description><author>pappge</author><pubDate>Wed, 29 Apr 2009 12:57:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Search method Upgrade request 20090429125705P</guid></item><item><title>New Post: Search method Upgrade request</title><link>http://ldapwebservice.codeplex.com/Thread/View.aspx?ThreadId=54826</link><description>&lt;div style="line-height: normal;"&gt;Hello!&lt;br&gt;
&lt;br&gt;
First of all i would like to express my gratitude for developing the application, It works together as a charm with infopath! My only concern is that i could not retrive some data whats essential for my form. This fields are &lt;strong&gt;email&lt;/strong&gt;, &lt;strong&gt;fax,&lt;/strong&gt; &lt;strong&gt;office&lt;/strong&gt; and &lt;strong&gt;company&lt;/strong&gt; fields. I'm guessing that somehow modifing the return array would do the trick but I'm an MCSE not a developer. Right now I'm bulding an InfoPath &amp;quot;&lt;em&gt;Phone book&lt;/em&gt;&amp;quot; to intoduce my users&amp;nbsp; the idea of using infopath and to get ride of the old SQL based program and use AD as data source (1/2 administration).&amp;nbsp; &lt;br&gt;
I'm working in the local civil service this way this request servs no commercial value, thats why i'm asking to anyone who knows how to&amp;nbsp; make the necessary modification please help. Thank you!&lt;br&gt;
&lt;br&gt;
Thank you for reading my Post!&lt;br&gt;
&lt;br&gt;
P.s.:Did not know wheter to post to Discussions or Issue Tracker so I posted to both place. Admins: please erease it from the bad pleace.&amp;nbsp; &lt;br&gt;
&lt;/div&gt;</description><author>pappge</author><pubDate>Wed, 29 Apr 2009 12:56:29 GMT</pubDate><guid isPermaLink="false">New Post: Search method Upgrade request 20090429125629P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/ldapwebservice/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;LDAP Web Service&lt;/b&gt;&lt;br /&gt;A Web Service that authenticates and peforms searches against Active Directory.  All results are returned as primitive types or generics, allowing consumption by systems other than those that are .NET based.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Visual Studio 2005 - ASP.NET 2.0&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This Web Service exposes Microsoft Active Directory for authentication of users or specific queries into LDAP.&lt;br /&gt; &lt;br /&gt;The following methods are currently exposed...&lt;br /&gt; &lt;br /&gt;AuthenticateUser(string username, string password) RETURNS Boolean&lt;br /&gt; - Authenticates a user to active directory&lt;br /&gt; &lt;br /&gt;AuthenticateUserToGroup(string username, string groupname) RETURNS Boolean&lt;br /&gt; - Verifies that a user is a member of an AD group&lt;br /&gt; &lt;br /&gt;GetUserGroupMembership(string username) RETURNS List&amp;lt;string&amp;gt;&lt;br /&gt; - Returns a generic list of all the groups the user is a member of&lt;br /&gt; &lt;br /&gt;GetUserFullName(string username) RETURNS string&lt;br /&gt; - Returns the full name of the user&lt;br /&gt; &lt;br /&gt;Search(enum property, string propertyValue) RETURNS Array Of LDAPSearchResult&lt;br /&gt; - Returns the properties of the searched for users as well as the user's manager all the way up the organization&lt;br /&gt; &lt;br /&gt;You must have a &amp;quot;bind&amp;quot; account specified in the config file, as well as the location of your AD server.  The &amp;quot;Bind&amp;quot; account can typically be any Active Directory user account.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 17 Oct 2008 21:14:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081017091446P</guid></item><item><title>Updated Release: v 1.1 (Oct 17, 2008)</title><link>http://www.codeplex.com/ldapwebservice/Release/ProjectReleases.aspx?ReleaseId=18503</link><description>&lt;div&gt;
Version 1.1 including new &amp;quot;Search&amp;quot; method.&lt;br&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 17 Oct 2008 21:13:07 GMT</pubDate><guid isPermaLink="false">Updated Release: v 1.1 (Oct 17, 2008) 20081017091307P</guid></item><item><title>Released: v 1.1 (Oct 17, 2008)</title><link>http://www.codeplex.com/ldapwebservice/Release/ProjectReleases.aspx?ReleaseId=18503</link><description>&lt;div&gt;
Version 1.1 including new &amp;quot;Search&amp;quot; method.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Fri, 17 Oct 2008 21:13:07 GMT</pubDate><guid isPermaLink="false">Released: v 1.1 (Oct 17, 2008) 20081017091307P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ldapwebservice/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;LDAP Web Service&lt;/b&gt;&lt;br /&gt;A Web Service that authenticates and peforms searches against Active Directory.  All results are returned as primitive types or generics, allowing consumption by systems other than those that are .NET based.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Visual Studio 2005 - ASP.NET 2.0&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This Web Service exposes Microsoft Active Directory for authentication of users or specific queries into LDAP.&lt;br /&gt; &lt;br /&gt;The following methods are currently exposed...&lt;br /&gt; &lt;br /&gt;AuthenticateUser(string username, string password) RETURNS Boolean&lt;br /&gt; - Authenticates a user to active directory&lt;br /&gt; &lt;br /&gt;AuthenticateUserToGroup(string username, string groupname) RETURNs Boolean&lt;br /&gt; - Verifies that a user is a member of an AD group&lt;br /&gt; &lt;br /&gt;GetUserGroupMembership(string username) RETURNS List&amp;lt;string&amp;gt;&lt;br /&gt; - Returns a generic list of all the groups the user is a member of&lt;br /&gt; &lt;br /&gt;GetUserFullName(string username) RETURNS string&lt;br /&gt; - Returns the full name of the user&lt;br /&gt; &lt;br /&gt;You must have a &amp;quot;bind&amp;quot; account specified in the config file, as well as the location of your AD server.  The &amp;quot;Bind&amp;quot; account can typically be any Active Directory user account.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Thu, 06 Mar 2008 16:00:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080306040053P</guid></item><item><title>CREATED RELEASE: v1 (Mar 06, 2008)</title><link>http://www.codeplex.com/ldapwebservice/Release/ProjectReleases.aspx?ReleaseId=11388</link><description>Visual Studio 2005 Project - 2.0 Framework</description><author></author><pubDate>Thu, 06 Mar 2008 15:58:45 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: v1 (Mar 06, 2008) 20080306035845P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ldapwebservice/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;LDAP Web Service&lt;/b&gt;&lt;br /&gt;A Web Service the authenticates and peforms searches against Active Directory.  All results are returned as primitive types or generics, allowing consumption by systems other than those that are .NET based.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;This Web Service exposes Microsoft Active Directory for authentication of users or specific queries into LDAP.&lt;br /&gt; &lt;br /&gt;The following methods are currently exposed...&lt;br /&gt; &lt;br /&gt;AuthenticateUser(string username, string password) RETURNS Boolean&lt;br /&gt; - Authenticates a user to active directory&lt;br /&gt; &lt;br /&gt;AuthenticateUserToGroup(string username, string groupname) RETURNs Boolean&lt;br /&gt; - Verifies that a user is a member of an AD group&lt;br /&gt; &lt;br /&gt;GetUserGroupMembership(string username) RETURNS List&amp;lt;string&amp;gt;&lt;br /&gt; - Returns a generic list of all the groups the user is a member of&lt;br /&gt; &lt;br /&gt;GetUserFullName(string username) RETURNS string&lt;br /&gt; - Returns the full name of the user&lt;br /&gt; &lt;br /&gt;You must have a &amp;quot;bind&amp;quot; account specified in the config file, as well as the location of your AD server.  The &amp;quot;Bind&amp;quot; account can typically be any Active Directory user account.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Thu, 06 Mar 2008 15:49:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080306034952P</guid></item></channel></rss>