How to configure AD authentication users in Alfresco 5.0.a?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2014 10:17 AM
Can someone send me a step-by-step how to configure AD authentication users in Alfresco 5.0.a?
Thank you!
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 05:27 PM
authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad
#You can login by bulidin alfresco authentication system and ldap
ntlm.authentication.sso.enabled=false
ldap.authentication.allowGuestLogin=false
#do not allow guest logon
ldap.authentication.userNameFormat=%s@your_domain.com
#your login is the same like user name in windows
ldap.authentication.java.naming.provider.url=ldap://your_ldap_server.your_domain.com:389
#adres of ldap server
ldap.authentication.defaultAdministratorUserNames=admin,administrator,bob
#users with admin rights
ldap.synchronization.java.naming.security.principal=ldap_admin@yourdomain.com
#account ldap administrator on your server
ldap.synchronization.java.naming.security.credentials=Au34ao11
#password to ldap_admin@yourdomain.com
ldap.synchronization.groupSearchBase=cn=Security_Groups,ou=Alfresco,dc=your_domain,dc=com
#groups for alfresco, cn=Security_Groups,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap
ldap.synchronization.userSearchBase=cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com
#users for alfresco, cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap
=================
thats all
authentication work for me
synchronisation not, if someone know what to do, please let me know.
sorry for my english
ja79
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2014 02:27 PM
Note: My English is google translator
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2016 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2015 09:42 AM
the following string will not work :cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com
you must add backslash before the = example : cn\=User_Accounts,ou\=Alfresco,dc\=your_domain,dc\=com
To be sure to use the right ldap terms, go to your active directory users and computers snappin and click properties on the node you want to target your ldap search. now go on the attribute editor and look at attribue distinguishedName.
if it's an organisation unit the first term start with OU\= but not CN\=
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2014 01:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2014 12:59 PM
# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.
#ldap.synchronization.groupSearchBase=ou\=Security Groups,ou\=Alfresco,dc=domain
ldap.synchronization.groupSearchBase=OU\=PEOPLE,DC\=domain name,DC\=domain name
# The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.
#ldap.synchronization.userSearchBase=ou\=User Accounts,ou=\Alfresco,dc=domain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2015 10:27 AM
Any one help me how to configure zimbra (8.0.5) ldap for alfresco 5.0.c my os cent OS
Pls guide me step-by-step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2015 12:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2015 08:26 AM
ldap.synchronization.groupQuery=(objectclass\=zimbraDistributionList)
ldap.synchronization.personQuery=(objectclass\=zimbraAccount)