<?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 ver 4.0.d:disabled NTLM/ SSO/CIFS but invite has no user/pwd in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ver-4-0-d-disabled-ntlm-sso-cifs-but-invite-has-no-user-pwd/m-p/253188#M206318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am simply trying to setup a test site to show the managers how Alfresco works. i do not want to setup NTLM, SSO, CIFS, AD, etc. I just want to allow user to login with a username and password. Unfortunately, the "invite" emails never include the user's username and password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've disabled every authentication setting I can find, yet the invitation email still shows no user name and no password to the invited user. Based on this link: &lt;/SPAN&gt;&lt;A href="http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/" rel="nofollow noopener noreferrer"&gt;http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/&lt;/A&gt;&lt;SPAN&gt; I set all of the following to false:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano /opt/alfresco-4.0.d/tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.authenticateCIFS=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.authentication.authenticateCIFS=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.authentication.allowGuestLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateCIFS=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enables=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateFTP=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.guestAccess=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;… I understand that that user should get a username and password shown in their invitation email, but the invitation emails never include any username or password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then went through and updated all of the other places where these settings exist and set everything to 'false':&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'ntlm.authentication.sso.enabled' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/ntlm-filter.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OLD:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.browser.ticketLogons=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEW: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.browser.ticketLogons=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'ntlm.authentication.authenticateCIFS' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'alfresco.authentication.authenticateCIFS' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/alfrescoNtlm/alfresco-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'alfresco.authentication.allowGuestLogin' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'passthru.authentication.sso.enabled' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'passthru.authentication.authenticateCIFS' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/passthru-authentication-context.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OLD: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateCIFS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateFTP=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEW: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateCIFS=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateFTP=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'ldap.authentication.active' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap-ad/ldap-ad-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OLD:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEW: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;find -regextype posix-extended -regex '(.*\.xml|.*\.properties)' -exec&amp;nbsp; grep -H 'ldap.synchronization.active' {} \;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap/ldap-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OLD: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEW: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nano ./webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap-ad/ldap-ad-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OLD: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NEW &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no errors seen when I invite the user or when the user clicks on the URL in the invite email:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tail -f /opt/alfresco-4.0.d/alfresco.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tail -f /opt/alfresco-4.0.d/tomcat/logs/catalina.out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 18:53:00 GMT</pubDate>
    <dc:creator>rlyders</dc:creator>
    <dc:date>2012-06-07T18:53:00Z</dc:date>
    <item>
      <title>ver 4.0.d:disabled NTLM/ SSO/CIFS but invite has no user/pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ver-4-0-d-disabled-ntlm-sso-cifs-but-invite-has-no-user-pwd/m-p/253188#M206318</link>
      <description>I am simply trying to setup a test site to show the managers how Alfresco works. i do not want to setup NTLM, SSO, CIFS, AD, etc. I just want to allow user to login with a username and password. Unfortunately, the "invite" emails never include the user's username and password.I've disabled every aut</description>
      <pubDate>Thu, 07 Jun 2012 18:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ver-4-0-d-disabled-ntlm-sso-cifs-but-invite-has-no-user-pwd/m-p/253188#M206318</guid>
      <dc:creator>rlyders</dc:creator>
      <dc:date>2012-06-07T18:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: ver 4.0.d:disabled NTLM/ SSO/CIFS but invite has no user/pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ver-4-0-d-disabled-ntlm-sso-cifs-but-invite-has-no-user-pwd/m-p/253189#M206319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Whether authentication is enabled or not is irrelevant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your authentication chain allows users to authenticate against an external system then there is no need to send the user name and password,&amp;nbsp; and to do so would be a major security flaw.&amp;nbsp;&amp;nbsp;&amp;nbsp; Only if the account is being generated on alfresco for the first time is a username and password sent (otherwise how could the user know what their user name and alfresco specific password is.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 19:12:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ver-4-0-d-disabled-ntlm-sso-cifs-but-invite-has-no-user-pwd/m-p/253189#M206319</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-06-07T19:12:49Z</dc:date>
    </item>
  </channel>
</rss>

