cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP Authentication - Alfresco Community 4

hans
Champ in-the-making
Champ in-the-making
Hi @ all,

i am quite new with Alfresco and i am trying to get LDAP authentication running with Alfresco Community 4.

I followed this Link here
http://www.ochounos.com/#blog/6

Can anyone look over it and tell me if there is something else i have to do ? Ist the Step by Step complete on that Link ?
Or does somebody have a better way or a Step by step INstruction that works !!!

Here my settings in the LDAP File settings in Alfresco:

ldap.authentication.active=true
synchronization.syncWhenMissingPeopleLogIn=true
ldap.authentication.allowGuestLogin=true
ldap.authentication.userNameFormat=uid=%s,ou=Users,dc=mycompany.co.at,dc=at
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
ldap.authentication.java.naming.provider.url=ldap://ldap-server.local:389
ldap.authentication.java.naming.security.authentication=simple
ldap.authentication.escapeCommasInBind=false
ldap.authentication.escapeCommasInUid=false
ldap.authentication.defaultAdministratorUserNames=
ldap.synchronization.active=true
ldap.synchronization.java.naming.security.authentication=simple
ldap.synchronization.java.naming.security.principal=uid\=administrator,ou\=mycompany.co.at,dc\=mycompany.co.at,dc\=at
ldap.synchronization.java.naming.security.credentials=Password
ldap.synchronization.queryBatchSize=0
ldap.synchronization.attributeBatchSize=0
ldap.synchronization.groupQuery=(objectclass\=groupOfNames)
ldap.synchronization.groupDifferentialQuery=(&(objectclass\=groupOfNames)(!(modifyTimestamp<\={0})))
ldap.synchronization.personQuery=(objectclass\=inetOrgPerson)
ldap.synchronization.personDifferentialQuery=(&(objectclass\=inetOrgPerson)(!(modifyTimestamp<\={0})))
ldap.synchronization.groupSearchBase=ou\=Groups,dc\=mycompany.co.at,dc\=at
ldap.synchronization.userSearchBase=ou\=Users,dc\=mycompany.co.at,dc\=at
ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'
ldap.synchronization.userIdAttributeName=uid
ldap.synchronization.userFirstNameAttributeName=givenName
ldap.synchronization.userLastNameAttributeName=sn
ldap.synchronization.userOrganizationalIdAttributeName=o
ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider
ldap.synchronization.groupIdAttributeName=cn
ldap.synchronization.groupDisplayNameAttributeName=description
ldap.synchronization.groupType=groupOfNames
ldap.synchronization.personType=inetOrgPerson
ldap.synchronization.groupMemberAttributeName=member
ldap.synchronization.enableProgressEstimation=true

–> Is there something missing ?????  :shock:


I get this following Error messages in the Tomcat Log:


2012-10-24 14:49:37,159  ERROR [extensions.webscripts.AbstractRuntime] [http-8080-11] Exception from executeScript - redirecting to status template error: 09240004 Login failed
org.springframework.extensions.webscripts.WebScriptException: 09240004 Login failed
   at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:75)
   at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:73)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:235)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:275)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
   at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
   at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
   at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
   at java.lang.Thread.run(Thread.java:662)


Plz can somebody help me i am trying on that since weeks.  Smiley Surprisedops:  Smiley Surprisedops:  Smiley Surprisedops:

THX in advance !!
3 REPLIES 3

sasquatch58
Champ in-the-making
Champ in-the-making
There's good information available in the Alfresco Documentation and Wiki.
Try http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Fconcepts%2Fauth-ldap-i... or http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
The Wrox publication "Professional Alfresco" also contains good information.
Cheers, Sasquatch

dagrafica
Champ in-the-making
Champ in-the-making
Are you running it on linux/mac or windows server?
I have same problem. In the log for open directory on mac os x server i get "invalid dn (daftAsABrush)" even I swap files with different configurations.

No users are synced with alfresco community 4.2.b

juliorivera71
Champ in-the-making
Champ in-the-making
Hello, I am brand new with Alfresco and our network engineer and I have been trying for 5 days (three of them full days) to get ldap / AD working in Alfresco Community 4.2. We have followed several alfresco and independent tutorials, created directories for Authentication and Synchronization under the extensions directory under subsystems to no avail… we have configured all the properties files mentioned in the examples and now we can not even get alfresco to launch.

We are able to telnet to the ldap server so connectivity is not an issue.

We get the following error

HTTP Status 404 - /alfresco/faces/jsp/dashboards/container.jsp

I truly want to embrace open source , but if each configuration and change takes this long and the support is scattered and not accurate one cannot expect to devote this much time to one application, especially when you have so many others to support and troubleshoot. It would be nice to have a step by step detailed configuration of basic things like ldap but after following 4 or 5 different "guides or instructions" I am still at square one.

Your help will be greatly appreciated. 

And this what the alfresco.log has

00:00:00,033 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap-ad1'
00:00:00,034 WARN  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Full synchronization with user registry 'ldap-ad1'
00:00:00,034 WARN  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Some users and groups previously created by synchronization with this user registry may be removed.
00:00:00,036 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving all groups from user registry 'ldap-ad1'
00:00:00,080 ERROR [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronization aborted due to error
org.alfresco.error.AlfrescoRuntimeException: 093013665 User and group import failed
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1188)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getGroups(LDAPUserRegistry.java:675)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:796)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronize(ChainingUserRegistrySynchronizer.java:587)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob$1.doWork(UserRegistrySynchronizerJob.java:51)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob.execute(UserRegistrySynchronizerJob.java:47)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: javax.naming.CommunicationException: org:389 [Root exception is java.net.UnknownHostException: org]
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:92)
   at com.sun.jndi.ldap.LdapReferralException.getReferralContext(LdapReferralException.java:150)
   at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1861)
   at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1772)
   at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:386)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:356)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:339)
   at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1176)
   … 8 more
Caused by: java.net.UnknownHostException: org
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at java.net.Socket.<init>(Socket.java:425)
   at java.net.Socket.<init>(Socket.java:208)
   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:366)
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:201)
   at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:136)
   at com.sun.jndi.ldap.LdapClientFactory.createPooledConnection(LdapClientFactory.java:64)
   at com.sun.jndi.ldap.pool.Connections.<init>(Connections.java:115)
   at com.sun.jndi.ldap.pool.Pool.getPooledConnection(Pool.java:132)
   at com.sun.jndi.ldap.LdapPoolManager.getLdapClient(LdapPoolManager.java:328)
   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1592)
   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2698)
   at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:316)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:193)
   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:152)
   at com.sun.jndi.url.ldap.ldapURLContextFactory.getObjectInstance(ldapURLContextFactory.java:52)
   at javax.naming.spi.NamingManager.getURLObject(NamingManager.java:601)
   at javax.naming.spi.NamingManager.processURL(NamingManager.java:381)
   at javax.naming.spi.NamingManager.processURLAddrs(NamingManager.java:361)
   at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:333)
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:111)
   … 16 more
00:00:00,091 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ldapPeopleJobDetail threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 093013665 User and group import failed
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1188)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getGroups(LDAPUserRegistry.java:675)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:796)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronize(ChainingUserRegistrySynchronizer.java:587)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob$1.doWork(UserRegistrySynchronizerJob.java:51)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob.execute(UserRegistrySynchronizerJob.java:47)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: javax.naming.CommunicationException: org:389 [Root exception is java.net.UnknownHostException: org]
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:92)
   at com.sun.jndi.ldap.LdapReferralException.getReferralContext(LdapReferralException.java:150)
   at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1861)
   at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1772)
   at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:386)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:356)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:339)
   at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1176)
   … 8 more
Caused by: java.net.UnknownHostException: org
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at java.net.Socket.<init>(Socket.java:425)
   at java.net.Socket.<init>(Socket.java:208)
   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:366)
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:201)
   at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:136)
   at com.sun.jndi.ldap.LdapClientFactory.createPooledConnection(LdapClientFactory.java:64)
   at com.sun.jndi.ldap.pool.Connections.<init>(Connections.java:115)
   at com.sun.jndi.ldap.pool.Pool.getPooledConnection(Pool.java:132)
   at com.sun.jndi.ldap.LdapPoolManager.getLdapClient(LdapPoolManager.java:328)
   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1592)
   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2698)
   at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:316)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:193)
   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:152)
   at com.sun.jndi.url.ldap.ldapURLContextFactory.getObjectInstance(ldapURLContextFactory.java:52)
   at javax.naming.spi.NamingManager.getURLObject(NamingManager.java:601)
   at javax.naming.spi.NamingManager.processURL(NamingManager.java:381)
   at javax.naming.spi.NamingManager.processURLAddrs(NamingManager.java:361)
   at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:333)
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:111)
   … 16 more
00:00:00,092 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ldapPeopleJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 093013665 User and group import failed]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 093013665 User and group import failed
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1188)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getGroups(LDAPUserRegistry.java:675)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:796)
   at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronize(ChainingUserRegistrySynchronizer.java:587)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob$1.doWork(UserRegistrySynchronizerJob.java:51)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob.execute(UserRegistrySynchronizerJob.java:47)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Caused by: javax.naming.CommunicationException: org:389 [Root exception is java.net.UnknownHostException: org]
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:92)
   at com.sun.jndi.ldap.LdapReferralException.getReferralContext(LdapReferralException.java:150)
   at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1861)
   at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1772)
   at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:386)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:356)
   at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:339)
   at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
   at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1176)
   … 8 more
Caused by: java.net.UnknownHostException: org
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at java.net.Socket.<init>(Socket.java:425)
   at java.net.Socket.<init>(Socket.java:208)
   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:366)
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:201)
   at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:136)
   at com.sun.jndi.ldap.LdapClientFactory.createPooledConnection(LdapClientFactory.java:64)
   at com.sun.jndi.ldap.pool.Connections.<init>(Connections.java:115)
   at com.sun.jndi.ldap.pool.Pool.getPooledConnection(Pool.java:132)
   at com.sun.jndi.ldap.LdapPoolManager.getLdapClient(LdapPoolManager.java:328)
   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1592)
   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2698)
   at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:316)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:193)
   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:152)
   at com.sun.jndi.url.ldap.ldapURLContextFactory.getObjectInstance(ldapURLContextFactory.java:52)
   at javax.naming.spi.NamingManager.getURLObject(NamingManager.java:601)
   at javax.naming.spi.NamingManager.processURL(NamingManager.java:381)
   at javax.naming.spi.NamingManager.processURLAddrs(NamingManager.java:361)
   at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:333)
   at com.sun.jndi.ldap.LdapReferralContext.<init>(LdapReferralContext.java:111)
   … 16 more
11:44:21,908 ERROR [org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator] Access denied
org.alfresco.service.cmr.security.NoSuchPersonException: 093015147 User does not exist and could not be created: cchdadministrator
   at org.alfresco.repo.security.person.PersonServiceImpl.getPersonImpl(PersonServiceImpl.java:461)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:435)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:412)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:403)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:392)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:391)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:388)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.mapUserNameToPerson(CifsAuthenticatorBase.java:387)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.normalizeUserId(EnterpriseCifsAuthenticator.java:1706)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNTLMv2SessionKeyLogon(EnterpriseCifsAuthenticator.java:2359)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNtlmsspSessionSetup(EnterpriseCifsAuthenticator.java:1263)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.access$100(EnterpriseCifsAuthenticator.java:87)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:891)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:881)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processAlfrescoSessionSetup(EnterpriseCifsAuthenticator.java:880)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processSessionSetup(EnterpriseCifsAuthenticator.java:682)
   at sun.reflect.GeneratedMethodAccessor744.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy230.processSessionSetup(Unknown Source)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.procSessionSetup(NTProtocolHandler.java:417)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:223)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1480)
   at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:150)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:153)
   at java.lang.Thread.run(Thread.java:722)
11:44:21,939 ERROR [org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator] Access denied
org.alfresco.service.cmr.security.NoSuchPersonException: 093015148 User does not exist and could not be created: cchdadministrator
   at org.alfresco.repo.security.person.PersonServiceImpl.getPersonImpl(PersonServiceImpl.java:461)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:435)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:412)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:403)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:392)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:391)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:388)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.mapUserNameToPerson(CifsAuthenticatorBase.java:387)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.normalizeUserId(EnterpriseCifsAuthenticator.java:1706)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNTLMv2SessionKeyLogon(EnterpriseCifsAuthenticator.java:2359)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNtlmsspSessionSetup(EnterpriseCifsAuthenticator.java:1263)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.access$100(EnterpriseCifsAuthenticator.java:87)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:891)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:881)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processAlfrescoSessionSetup(EnterpriseCifsAuthenticator.java:880)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processSessionSetup(EnterpriseCifsAuthenticator.java:682)
   at sun.reflect.GeneratedMethodAccessor744.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy230.processSessionSetup(Unknown Source)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.procSessionSetup(NTProtocolHandler.java:417)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:223)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1480)
   at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:150)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:153)
   at java.lang.Thread.run(Thread.java:722)
17:01:17,390 ERROR [org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator] Access denied
org.alfresco.service.cmr.security.NoSuchPersonException: 093015815 User does not exist and could not be created: colbert
   at org.alfresco.repo.security.person.PersonServiceImpl.getPersonImpl(PersonServiceImpl.java:461)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:435)
   at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:412)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:403)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2$1.execute(CifsAuthenticatorBase.java:392)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:391)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase$2.doWork(CifsAuthenticatorBase.java:388)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.mapUserNameToPerson(CifsAuthenticatorBase.java:387)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.normalizeUserId(EnterpriseCifsAuthenticator.java:1706)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNTLMv2Logon(EnterpriseCifsAuthenticator.java:2073)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.doNtlmsspSessionSetup(EnterpriseCifsAuthenticator.java:1250)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.access$100(EnterpriseCifsAuthenticator.java:87)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:891)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator$2.execute(EnterpriseCifsAuthenticator.java:881)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.filesys.auth.cifs.CifsAuthenticatorBase.doInTransaction(CifsAuthenticatorBase.java:623)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processAlfrescoSessionSetup(EnterpriseCifsAuthenticator.java:880)
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.processSessionSetup(EnterpriseCifsAuthenticator.java:682)
   at sun.reflect.GeneratedMethodAccessor744.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy230.processSessionSetup(Unknown Source)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.procSessionSetup(NTProtocolHandler.java:417)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:223)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1480)
   at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:150)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:153)
   at java.lang.Thread.run(Thread.java:722)