<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Active Directory Studio - DIGEST-MD5 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187962#M141092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not want to use simple authentication, because that is so insecure - anyone who intercept the HTTP request can see your password.&amp;nbsp; Moreover, alfresco does not allow CIFS to be run with simple authentication, but only with Kerberos or MD4 (or above?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use DIGEST-MD5 as the authentication method for the server using DN (instead of John Doe), it gets the same error.&amp;nbsp; Something to do with the realm cannot retrieve user password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I am VERY DISAPPOINTED at alfresco's documentation.&amp;nbsp; I say unless you are going fully enterprise with 24-7 support and everything, do not attempt the community/free version because it's going to waste you a TON of time.&amp;nbsp; Officially I've given up on a more secure authentication with alfresco, and will definitely discourage any new people from trying to use this software.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2009 15:05:42 GMT</pubDate>
    <dc:creator>geoffrey1211</dc:creator>
    <dc:date>2009-03-24T15:05:42Z</dc:date>
    <item>
      <title>Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187959#M141089</link>
      <description>Hi,When I tried to change&amp;nbsp; the authentication method to "DIGEST-MD5 (SASL)", and then I pressed the "Check Authentication" button, I received this error:LDAP: error code 49 - INVALID_CREDENTIALS: DIGEST-MD5: digest response format violation. Mismatched URI: ldap/127.0.0.1; expecting: ldap/ldap.examp</description>
      <pubDate>Mon, 23 Mar 2009 20:35:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187959#M141089</guid>
      <dc:creator>geoffrey1211</dc:creator>
      <dc:date>2009-03-23T20:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187960#M141090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, I realized how to get rid of the problem - i had to open up the authentication tab of the server.xml and change the URI accordingly, but now i have this problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LDAP: error code 49 - INVALID_CREDENTIALS: DIGEST-MD5: cannot acquire password for user_1 in realm : apache.org&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have a clue what this is?&amp;nbsp; I don't know how to deal with the realm - are we supposed to create a user in that realm? If so , how?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 23:49:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187960#M141090</guid>
      <dc:creator>geoffrey1211</dc:creator>
      <dc:date>2009-03-23T23:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187961#M141091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if memory serves me, I dont think Active Directory (2k3 r2) supports MD5 out of the box.&amp;nbsp; I believe you can install it.&amp;nbsp; I believe, MS AD only supports MD4 and in alfresco you have to use "SIMPLE" (plaintext) because Alfresco doesn't do MD4.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the other issue could be, user names.&amp;nbsp; In AD is say your name is "John Doe" and you login using "john.doe" for a user name, your real, ldap user name is NOT "john.doe"&amp;nbsp; your real user name is something to the effect of CN=John Doe,OU=Users,DC=COMPANY,DC=com (i think this is officially called a DN distinguished name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Apache directory studio (which i blieve uses the same base as your studio) to look into the ldap side of Active Directory and the settings i use for an out of the box(unlocked down) AD server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hostname=IP Address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;port=389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;encryption method=no encryption&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(if you have TSL or SSL setup on ad you will need to change this.&amp;nbsp; this is connection based not credentials)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication Method=Simple Authentication&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bind DN or user=John Doe (not john.doe or jdoe)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(dont ask me why this is some strange truncated form of the actual ldap user name but it works)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bind password=John Doe's password&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dont quote me on that, but i had a similar experience&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if that helps at all&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 14:40:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187961#M141091</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-03-24T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187962#M141092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not want to use simple authentication, because that is so insecure - anyone who intercept the HTTP request can see your password.&amp;nbsp; Moreover, alfresco does not allow CIFS to be run with simple authentication, but only with Kerberos or MD4 (or above?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use DIGEST-MD5 as the authentication method for the server using DN (instead of John Doe), it gets the same error.&amp;nbsp; Something to do with the realm cannot retrieve user password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I am VERY DISAPPOINTED at alfresco's documentation.&amp;nbsp; I say unless you are going fully enterprise with 24-7 support and everything, do not attempt the community/free version because it's going to waste you a TON of time.&amp;nbsp; Officially I've given up on a more secure authentication with alfresco, and will definitely discourage any new people from trying to use this software.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:05:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187962#M141092</guid>
      <dc:creator>geoffrey1211</dc:creator>
      <dc:date>2009-03-24T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187963#M141093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah the documentation is a pain And alfresco need A LOT of love at times but my company loves it even though It costs me many sleepless nights.&amp;nbsp; I usually Google what i need.&amp;nbsp; I believe they are going to clean up configuration in the next release or two so it is more of a point and click.&amp;nbsp; Alfresco/Adobe made a bunch of management changes when they ported Alfrescso to work as the backend for Adobe LiveCycle&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for MD5 you need do some work on the AD server i dont know how to do this off the top of my head.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you probably want to use NTLM&amp;nbsp; It works as "out of the box" as anything else and i believe it is secure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It runs on MD4 and supports Single Sign On (SSO) so IE and Windows will automagically log you into CIFS and the Alfresco web interface with the Account you are logged into the Windows Client with and if it doesnt know you it will prompt.&amp;nbsp;&amp;nbsp; Its actually really slick.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only draw back is it does not Sync,&amp;nbsp; so uses new users can always get in but it wont automatically pull over emails, phone numbers and the like but you can run LDAP Sync to pull that over&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the documentation you need for SSO and NTLM (i believe).&amp;nbsp; Dont try SSO for Share (its broken in labs 3 stable) but i can point you in the right direction to fix it.&amp;nbsp; a bad edit slipped in after QC came around (*shakes fist*).&amp;nbsp; Also, in share, if you have dots or other symbols in user names Share will need a touch more love you need to add a line to about 6 scripts.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.0_Configuring_NTLM" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/3.0_Configuring_NTLM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the extension to ntlm-authentication-context.xml file is really finicky how you describe the Authentication servers for CIFS and FTP so let me know if anything gives you any grief&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at a minimum you need to do this part&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"NTLM Passthru Authentication "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SSO is always optional.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:27:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187963#M141093</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-03-24T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187964#M141094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your detailed response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I work for a consulting company, and my client has a fully functional domain controller with active directory.&amp;nbsp; On my local network, there is no domain controller for me to play with.&amp;nbsp; Therefore I've been working with Active Directory Studio (apache) for it to be the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now if I want to use NTLM, do I need a domain controller instead of just a LDAP/AD server?&amp;nbsp; Is there anyway for me to test on my local machine instead of going over to the client's domain and test things out there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 19:13:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187964#M141094</guid>
      <dc:creator>geoffrey1211</dc:creator>
      <dc:date>2009-03-27T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory Studio - DIGEST-MD5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187965#M141095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dont think there is an easy way to simulate an ADS server with the NTLM protocol.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is it would most likely be an open source product from the Samba project.&amp;nbsp; Using this, I believe, RHEL/Fedora and most likely DEB/Ubuntu can be substituted for an ADS server at least for authentication.&amp;nbsp; However, I have never done this before and from what i have gathered its a bit of a pain.&amp;nbsp; I also don't know what protocol it uses &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other hand, you could probably create a VM with a demo of Windows Server 2k3.&amp;nbsp; All you would need is VMWare Server&amp;nbsp; or if you can find a pre-made image, VMWare player.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is actually easier to configure the system for NTLM than LDAP.&amp;nbsp; I would be surprised if it took more than an hour to configure and test it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to help you out here is what i use.&amp;nbsp; We have multiple Domain Controllers in this file i hard code the IP addresses of them but you could use the DNS Name.&amp;nbsp; Also, the domain is always ALL CAPS (good old NT), don't use the .com/.net/.org/etc suffixes (NT again) The servers line is a bit weird, but i needed both styles of deceleration (with and w/o domain) to make all the different file servers play nice(CIFS/NFS/FTP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' '&lt;A href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;'&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;beans&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="authenticationDao" class="org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="allowSetEnabled" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="allowGetEnabled" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="allowDeleteUser" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="allowCreateUser" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– The authentication component.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– Use the passthru authentication component to authenticate using&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– user accounts on one or more Windows servers.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– Properties that specify the server(s) to use for passthru&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– authentication :-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;nbsp;&amp;nbsp; useLocalServer&amp;nbsp;&amp;nbsp; use the local server for authentication&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;nbsp;&amp;nbsp; domain&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use domain controllers from the specified domain–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;nbsp;&amp;nbsp; servers&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comma delimted list of server addresses or&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; names&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="authenticationComponent"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class="org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent="authenticationComponentBase"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="useLocalServer"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="servers"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;DOMAIN\192.168.1.200,DOMAIN\192.168.1.201,192.168.1.200&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="personService"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="personService" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="nodeService"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="nodeService" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionService"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="transactionComponent" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="guestAccess"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 20:03:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-studio-digest-md5/m-p/187965#M141095</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-03-27T20:03:09Z</dc:date>
    </item>
  </channel>
</rss>

