Hi Timo,
I followed the template and adjusted the ou and dc fields in userPattern and roleBase according to the configuration on our LDAP server. The details as below.
"userPattern=”sAMAccountName={0},OU=Xxxx Users,OU=Domain Users,DC=xxxx,DC=yyy,DC=zzz,DC=au”
roleBase=” OU=Xxxx Groups,OU=Domain Users,DC=xxxx,DC=yyy,DC=zzz,DC=au”
roleName="cn"
roleSearch="(uniqueMember={0})"
But I received the error in log as below:
“2015-01-20 09:37:21,246#WARN#com.sap.scc.config#http-bio-8443-exec-10# #Error when loading LDAP configuration from /home/ec2-user/sapcc-2.4.3/scc_config/ldapcfg.bak: java.io.FileNotFoundException: /home/ec2-user/sapcc-2.4.3/scc_config/ldapcfg.bak (No such file or directory)|
2015-01-20 09:37:45,524#ERROR#com.sap.scc.ui#http-bio-8443-exec-2# #Matcher does not match entire configuration string”
Then, later, I kept userPattern only(userPattern=”sAMAccountName={0},OU=Xxxx Users,OU=Domain Users,DC=xxxx,DC=yyy,DC=zzz,DC=au) in configuration and applied it. CC was restarted automatically, however I can login with Administrator/manage and got User authentication failed if I login with an internal admin user.
I am going to check the details in default-server.xml and update you if requried.
Thanks,
Iris