Alfresco server and virtualization server on Solaris 10
AD on Win2003 server
I had issues authenticating against AD with samaccountname as well. I currently have it with simple authentication and login via web client using CN (firstname lastname). This is working and LDAP sync imports users with username as samaccountname. The problem with this is that when the user logs in through the web client, a duplicate user is created (with user name as firstname lastname). When this user is picked in WCM for a WebProject, the sandbox created has a space in it and that blows up previewing and browsing website features. I decided at that point to go the JAAS and Kerberos route so that the users could login via samaccountname and I can avoid the duplicate user entries and sandbox issues.
I was reading the WIKI and trying to enable Kerberos. I am new to this, so any assistance is appreciated. I need to know the following:
1. I know that Kerberos support is available in the AD box, so is the krb5.conf file on the AD Box or should I create one in /etc folder on the Solaris box?
2. What authentication mechanism should I specify in the ldap-authentication-context.xml file (DIGEST-MD5 or simple, or does it even matter)?
Thanks.