Hi,
We want to import all documents of our company to Alfresco and also import all users and the permissions of the users on that documents from our Domain Controller (AD).
How can we do this on the easiest way?
We imported already the documents by using the bulk import tool. We also imported the users via configuration in alfresco-global.properties:
authentication.chain=passthru1:passthru
alfresco.authentication.authenticateCIFS=false
ldap.authentication.active=false
passthru.authentication.servers=\\name.com,name.com
passthru.authentication.domain=# Leave blank
passthru.authentication.useLocalServer=false
Now all users of the domain controller can log into Alfresco but how to import the permissions for the documents?
Thanks in advance for helping.