Configure an LDAP authentication module for SAP Control Center by editing the security configuration file to point to the correct LDAP server.
ServerType: msad2K DefaultSearchBase: dc=<domainname>,dc=<tld> or o=<company name>,c=<country code> E.g. dc=sybase,dc=com or o=Sybase,c=us ProviderUrl: ldaps://<hostname>:<port> E.g.: ldaps://myserver:636 AuthenticationFilter: (&(userPrincipalName={uid}) (objectclass=user)) BindDN: <User with read capability for all users> BindPassword: <Password for BindDN user> RoleFilter: (|(objectclass=groupofnames) (objectclass=group)) controlFlag: sufficient