Can we maintain our own user list

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2013 02:04 PM
Hi Jeff,
I want to customize alfresco in such a manner that, we will maintain our own user list in database to give access to users. Is it possible?
thankyou
I want to customize alfresco in such a manner that, we will maintain our own user list in database to give access to users. Is it possible?
thankyou
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2013 02:06 PM
This does not require a customization. You can use an LDAP directory to manage your users out-of-the-box and simply configure Alfresco to point to the LDAP directory.
If you literally want to use a database instead of an LDAP directory that is a customization. You might take a look at the authentication providers that ship with the product to see how they work and then use those as a pattern to follow for your new custom one.
Jeff
If you literally want to use a database instead of an LDAP directory that is a customization. You might take a look at the authentication providers that ship with the product to see how they work and then use those as a pattern to follow for your new custom one.
Jeff
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2013 11:29 AM
Hi Jeff,
We are developing a custom java web application and we are planning to use Alfresco for content management and workflow. So is it possible for us to use the custom web application database as user database for alfresco authentication.
Thanks,
Naveen.
We are developing a custom java web application and we are planning to use Alfresco for content management and workflow. So is it possible for us to use the custom web application database as user database for alfresco authentication.
Thanks,
Naveen.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2013 05:14 PM
Yes just expose your custom database over ldap.
Failing that you will need to write an authentication component for your custom database.
Failing that you will need to write an authentication component for your custom database.
