Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

In my company, we make a poc to test SAP mobile solution :

  • SAP FIORI with track invoice and check price and availability.
  • One based on custom hybrid apps on Sysbase unwired platform. This application will be used to validate pruchase requisition. We didn't use standard fiori application because in the ERP we didn't use workflow.

  1. Link SCC to windows AD (SMP 2.2)

I didn't manage by modifying files <SCC-install-directory>/conf/role-mapping.xml and

<SCC-install-directory>/conf/ csi_config.xml as described in http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01265.0328/doc/html/bth12....

But it works when i have done this :

  1. Create groups "sybase” and  “SCC Administrator” in AD:
  2. I affect user in AD to these groups.
  3. In SCC, go in security on admin profil, i have created com.sybase.security.ldap.LDAPLoginModule profil:

controlFlag="sufficient"

AuthentificationSearchBase="ou=Users,dc=urb,dc=labo,dc=local"

ProviderURL="ldap://frrmurb-dct001.urb.labo.local:389"

RoleFilter="(&(objectClass=top)(objectClass=group))"

AuthenticationScope="subtree"

RoleScope="subtree"

BindDN="URB\SmpAdmin"

BindPassword="********"

DefaultSearchBase="ou=Users,dc=urb,dc=labo,dc=local"

RoleSearchBase="ou=Groups,dc=urb,dc=labo,dc=local"

ServerType="msad2k"

AuthentificationMethod="simple"

AuthenticationFilter="(&(sAMAccountName={uid})(objectclass=user))"

And remove other profils (if you want...).

Go to Role Mapping tab to mapp AD group with Role :

3 Comments
Labels in this area