How to authenticate an AD user when LOG ON TO is not default
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2010 06:01 PM
I configured Alfresco Community Edition 3.3 to authenticate against AD. For some users everything is going fine but for some of them it is not working.
After some investigations i found out that users not able to login to Alfresco through AD have a limited set of computers where they where able to login. "LOG ON TO" in AD was not "All computers" but a fixed list of IP. I added the IP of my Alfresco server but still the same problem. Users are not able to login in Alfresco.
Any idea or similar situation in your environments?
After some investigations i found out that users not able to login to Alfresco through AD have a limited set of computers where they where able to login. "LOG ON TO" in AD was not "All computers" but a fixed list of IP. I added the IP of my Alfresco server but still the same problem. Users are not able to login in Alfresco.
Any idea or similar situation in your environments?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2010 04:52 AM
Can you provide the configuration part which you have done.
Rajshekar.
Rajshekar.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2010 11:12 AM
In alfresco-global.properties :
authentication.chain=passthru1
assthru,ldap1:ldap-ad
cifs.enabled=true
cifs.disableNativeCode=false
In ntlm-filter.properties :
ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false
In file-servers.properties :
cifs.serverName=${localname}A
cifs.domain=mydomainname
cifs.broadcast=alfresco server subnet mask
In ldap-ad-authentication.properties:
ldap.authentication.active=false
Should i add more?
authentication.chain=passthru1

cifs.enabled=true
cifs.disableNativeCode=false
In ntlm-filter.properties :
ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false
In file-servers.properties :
cifs.serverName=${localname}A
cifs.domain=mydomainname
cifs.broadcast=alfresco server subnet mask
In ldap-ad-authentication.properties:
ldap.authentication.active=false
Should i add more?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2010 10:59 AM
It looks that it requests to get authenticated against Alfreso server. Although i enters correct domain username and password it still fails to login. Any idea?
