Thank you.
I am not trying to set up anything complicated. Just a single ldap instance.
As per documentation I wanted to copy the files from the webapps folder as a template to the shared folders. But they where not in the distribution. I ended up retrieving them from the github. Worked just fine. I suggest the fix is not to change the documentation, but to add the files back to the community package.
Here is what I did in detail
1. Got the following files form gitbub
<blockcode>webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/common-ldap-context.xml
webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap/ldap-authentication-context.xml
webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap/ldap-authentication.properties</blockcode>
2. Then I just followed the documentation to setup a single ldap instance by creating the following file
<blockcode>shared/classes/alfresco/extension/subsystems/Authentication/ldap/myldap/ldap-authentication.properties</blockcode>
and specifying the autorization chain in the /shared/classes/alfresco-global.properties file
<blockcode>
## Auth
authentication.chain=alfinst:alfrescoNtlm,myldap:ldap
ntlm.authentication.sso.enabled=false
</blockcode>