<?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: LDAP Authentication AD by EMail  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297338#M250468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to change your ldap.synchronization.userIdAttributeName property from uid to the property name of of the email address in ldap.&amp;nbsp; Probably 'mail'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 13:34:00 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2013-07-09T13:34:00Z</dc:date>
    <item>
      <title>LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297337#M250467</link>
      <description>Hello!How i can do authentification by email?Now work by "cn", but users want by email!Please, help!</description>
      <pubDate>Tue, 09 Jul 2013 13:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297337#M250467</guid>
      <dc:creator>mugger</dc:creator>
      <dc:date>2013-07-09T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297338#M250468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to change your ldap.synchronization.userIdAttributeName property from uid to the property name of of the email address in ldap.&amp;nbsp; Probably 'mail'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 13:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297338#M250468</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-07-09T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297339#M250469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but unfortunately does not work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.allowGuestLogin=true&lt;BR /&gt;ldap.authentication.userNameFormat=%s&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://usr.local:3268&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.authentication=simple&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=CN=ad.connect,ou=ServiceAccounts,ou=Domain Users,dc=usr,dc=local&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=XXXX&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.attributeBatchSize=1000&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=Domain Users,dc=usr,dc=local&lt;BR /&gt;ldap.synchronization.userSearchBase=ou=Domain Users,dc=usr,dc=local&lt;BR /&gt;ldap.synchronization.modifyTimestampAttributeName=whenChanged&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;BR /&gt;ldap.synchronization.userIdAttributeName=mail&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=company&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=largeHomeFolderProvider&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupDisplayNameAttributeName=displayName&lt;BR /&gt;ldap.synchronization.groupType=group&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;BR /&gt;ldap.synchronization.enableProgressEstimation=true&lt;BR /&gt;ldap.authentication.java.naming.read.timeout=0&lt;BR /&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297339#M250469</guid>
      <dc:creator>mugger</dc:creator>
      <dc:date>2013-07-09T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297340#M250470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please find that I am able to find the user but when i try to login it does not allow me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:40:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297340#M250470</guid>
      <dc:creator>ranajitjana</dc:creator>
      <dc:date>2015-03-16T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297341#M250471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As i have marked in my other post for alfresco LDAP setup is also important as afresco directly look at the dn. Please find the changes i have done to login via email&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.userNameFormat=mail=%s,ou=people,dc=org,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userIdAttributeName=mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;But look at the screenshot carefully , I am able to login only if my dn is identified by the email (find the attachement) so i could login only via &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:hello@liferay.com" rel="nofollow noopener noreferrer"&gt;hello@liferay.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:52:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297341#M250471</guid>
      <dc:creator>ranajitjana</dc:creator>
      <dc:date>2015-03-16T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication AD by EMail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297342#M250472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Follow this post &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/6428283/redirect-loop-problem-for-web-policy-agent/30373181#30373181" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/6428283/redirect-loop-problem-for-web-policy-agent/30373181#30373181&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 12:16:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-ad-by-email/m-p/297342#M250472</guid>
      <dc:creator>ranajitjana</dc:creator>
      <dc:date>2015-05-21T12:16:33Z</dc:date>
    </item>
  </channel>
</rss>

