cancel
Showing results for 
Search instead for 
Did you mean: 

Can we maintain our own user list

ashok
Champ on-the-rise
Champ on-the-rise
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
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
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

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.

mrogers
Star Contributor
Star Contributor
Yes just expose your custom database over ldap.   

Failing that you will need to write an authentication component for your custom database.