Implementing Sign on for SRM Server using LDAP

Hi Guys.
I need to implement SSL sign on using LDAP Server.
1. Create the user and sign on with authentication through the LDAP server.
that means there will LDAP authentication first and then
it will logon to SRM (ITS server).
Please let us know if any one of you has done this
Regards
Pushkar Joshi

Pushkar,
Hi. We are intending on doing this through the portal.
If you want to do it directly in SRM then I think you will need to change the logon procedures in BBPSTART (See transaction SICF). I haven't tried it, but you could probably do this through 'L Alternative logon procedure'.
If your SAP database is on Unix and LDAP is on Windows you will probably need a Kerberos authentication. I have managed to read in the information from LDAP (See transaction LDAP), but not authenticate against it. Hence the portal solution.
There is a lot of information on SDN for user authentication (one Blog listed below), but at the end of the day it depends on you release and the technical infrastructure.
/people/wai-hon.lam/blog/2006/04/20/windows-integrated-authentication-via-kerberos-on-an-ldap-data-source
Good luck
Cheers
Rob

Similar Messages

  • Help on Business Scenario Configuration Guide for SRM Server 5.5

    hai friends
    where can i get Business Scenario Configuration Guide.for Version SRM server 5.5
    i found for 4.0 and 5.0 but not for 5.5 Please let me know the link of market place
    thanks
    Regards
    Krishna

    Hi Krishna,
    You can find all configuration guides at http://service.sap.com/ibc. For SRM server 5.5 (SRM5.0), the configuration guide has to be downloaded from Solution Manager.
    Solution Manager is must for all new version implementations now.
    Regards,
    Prashant
    Do reward points for helpful answers

  • I downloaded and installed Illustrator CS6 in Feb, 2014.  Now, when I try to open the program it is asking me to sign in for a trial use.  What happened to my software and how can I reinstall it?

    I downloaded and installed Illustrator CS6 in Feb, 2014.  Now, when I try to open the program it is asking me to sign in for a trial use.  What happened to my software and how can I reinstall it?

    CS6 or Creative Cloud Reverts to Trial Mode
    http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

  • Implement workflow process for material reservation using tcode IW32

    Hi
    How can I implement workflow process for material reservation using tcode IW32
    - PM order.
    Thanks,
    Amos

    Hi;
    Have been able to find the solution to create the IDoc MRESCR after entering a reservation? 
    I am in the same situation and I do not see the IDoc output in the BD87. 
    It would be nice if you share the solution.
    Thanks in advance

  • HT5100 How do I sign up for Itunes without using a credit card?

    How do I sign up for Itunes without using a credit card?

    Take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps,  iTunes U content or podcasts without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.)
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Exchange Server 2013 SP1 - Optimize for Single Server Use

    Hello,
    i've set up Exchange 2013 SP1 with at last CU6 - get exchangeserver says:
    AdminDisplayVersion             : Version 15.0 (Build 995.29)
    ExchangeVersion                 : 0.1 (8.0.535.0)              - - - funny number ;-) (is this an early version???)
    Yes, the annoying 16028 in the application log are running every five minutes, but thats not the main question.
    Which services are needed in a SINGLE-SERVER Environment, without DAG and unified messaging?
    Can the Self-Checking, Health- and Self-Probing be put down?
    These services are started automatic:
       Microsoft Exchange Active Directory Topology
       Microsoft Exchange Anti-spam Update
       Microsoft Exchange DAG Management
       Microsoft Exchange Diagnostics
       Microsoft Exchange EdgeSync
       Microsoft Exchange Frontend Transport
       Microsoft Exchange Health Manager
       Microsoft Exchange Mailbox Assistants
       Microsoft Exchange Mailbox Replication
       Microsoft Exchange Mailbox Transport Delivery
       Microsoft Exchange Mailbox Transport Submission
       Microsoft Exchange Migration Workflow
       Microsoft Exchange Replication
       Microsoft Exchange RPC Client Access
       Microsoft Exchange Search
       Microsoft Exchange Search Host Controller
       Microsoft Exchange Service Host
       Microsoft Exchange Throttling
       Microsoft Exchange Transport
       Microsoft Exchange Transport Log Search
       Microsoft Exchange Unified Messaging
       Microsoft Exchange Unified Messaging Call Router
       Microsoft Exchange-Informationsspeicher
       Microsoft Filtering Management Service
       Microsoft Online Services Sign-in Assistant
    And with C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue\mail.que about 512 MBytes size (which may may be a designed default size)...
    Have set up about 6 users mailboxes, 3 public folder in a mailbox for public folders. Only for testing purposes sent some (small) mails, no external mails received (only testing receive with 'popcon' for mail delivery to the internal boxes).
    The server (2012 R2) is running only in the internal network (yes, with internet connection for updates).
    No virus scanners, not third party receive or send connectors, only the 5 default (3 Frontend, 2 Hub) receive Connectors and one Send Connector to our mail provider set up and no user activity (only sometimes from me for testing).
    It seems like it's doing only with itself, logging file sizes of above 11 GB (in 4 weeks), with huge amounts of probing, health checking, internal testing, internal updating etc.
    Can this logging be set up to a lower level, can services be deactivated (for single server configuration),
    the logging volume should be in a useful relation to the mail use of the server, a message for every self test, internal health check etc. in the log-files normally isn't useful, only when problems occur there is a need...
    Thanks in advance
    Andreas

    Between Exchange protocol-based log files, PerfMon .blg files used by Managed Availability, IIS logs, etc., the total footprint can add up quickly and these logs are not purged automatically.  You can take a look at this site below and use the powershell
    script to clean it up.
    http://www.c7solutions.com/2013/04/removing-old-exchange-2013-log-files-html

  • CA-signed certificate for admin server

    hi,
    how can i make the admin-server use a CA signed certificate instead of self-signed? i only see an option to renew the self-signed certificates.

    okay, this is the method i used:
    webserver$ cd /var/opt/SUNWwbsvr7/admin-server/config
    # Save the CA certificate in cacert.crt, and import it into the database:
    webserver$ certutil -d . -A -n Example-Inc-CA -t CTu -a -i cacert.crt
    # Generate a new CSR on stdout:
    webserver$ certutil -R -d . -s 'CN=ws.example.org,O=Example, Inc.' -a -g 2048 -k rsa
    # Sign the CSR and save the certificate to 'newcert.crt', then import it:
    webserver$ certutil -d . -A -n cert-ws.example.org -t u -a -i newcert.cert
    webserver$ vi server.xml
    # Look for <server-cert-nickname>, and change it from 'Admin-Server-Cert' (the default)
    # to 'cert-ws.example.org'.
    webserver$ ../bin/stopserv
    webserver$ ../bin/startservreplace 'ws.example.org' with the hostname the admin server runs on.
    this seemed to work for me; after the restart, the admin server was using the new certificate, and the browser accepted it.

  • Source System creation in BI 7.0 for SQL Server using DB Connect

    Hi
    My requirement  is to extract data from SQL Server 2005 to BI 7.0 using DB Connect.
    I need to create a SOURCE SYSTEM for that purpose,As i am new to BW i don't know how to start to create a  SOURCE SYSTEM.
    What are the parameters i require either from Basis team to install or for DB team User ID in SQL (What type of user).
    Questions:
    1)  create a db user with authorization to read this views.......as i created views on tables...do i need authorisation to read table or views
    "On BW Server side (If BW server isn't based on SQL Server):
    (1) Install SQL Server client and test connection to SQL Server DB.
    (2) Install DBSL of SQL server (download lib_dbsl_<num>.sar file from service market and sapcar to BW kernel)"
    How can i know on which server our BW System is Based and HOW Install SQL Server client and test connection to SQL Server DB and
    Install DBSL of SQL server (download lib_dbsl_<num>.sar file from service market and sapcar to BW kernel
    and
    how to create Source System to SQL Server on BW
    Please update me in details i this is my first Source System Creation in BW
    Thanks in advance

    go through the link this may be helpful                  http://msdn.microsoft.com/en-us/library/dd299430.aspx

  • Can't start NT service for Directory Server using other acc. than LocalSys.

    Hi!
    I'm using Directory Server 5.1 on a Windows 2000 machine.
    I wrote a Plug-In for DS that needs Administrator Access to the NT Domain. So I tried to run the DS-Service as Administrator but the service can not start. I just keeps in status "starting...".
    I don't get any error message and the errorlog doesn't contain anything.
    Has anyone an idea?
    Thanks!
    Florian

    I forgot to tell one thing: I use SSL, without SSL I do not have this problem. Perhaps it's only the popup I get when starting DS, where I have to enter the certificate password?

  • How to implement MICR Fonts for AP Checks using XML Publisher

    Hello -
    We are upgrading from Oracle 11.5.9 to R12.1.1
    I have created the RTF template for AP checks. Everything works except that now I have ti implement MICR fonts. Our earlier solution was through Optio, which I can not use now.
    Please help me find necessary documentation to find ALL of the steps required to implement MICR fonts in the XMLP/RTF/PDF environment. Also, do we have to buy the fonts files, or are they available for free to download. We are using HP-UX 9000.
    Thanks
    Rajeev Goyal
    Edited by: rajeevgoyal on Sep 17, 2009 10:14 AM

    Using MICR in XMLP is like using any other special font (i.e. barcode). Please see below some link on how to have the fonts(MICR) working on your templates. Also, you could buy fonts but may want to try first on the MICR font shipped with the BI Publisher Desktop (i.e. C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts).
    http://blogs.oracle.com/xmlpublisher/2006/06/how_to_install_a_font_using_xm.html
    http://blogs.oracle.com/xmlpublisher/2007/05/barcoding_101.html
    regards,..

  • Need Few Jars for RAS Server use!!!

    com.crystaldecisions.sdk.occa.infostore.*,
    com.crystaldecisions.sdk.plugin.desktop.common.*,
    com.crystaldecisions.sdk.framework.*,
    com.crystaldecisions.sdk.occa.security.*,
    com.crystaldecisions.sdk.exception.SDKException,
    com.crystaldecisions.sdk.occa.managedreports.IReportSourceFactory,
    java.util.Locale,
    com.crystaldecisions.sdk.occa.report.reportsource.IReportSource"
    Hi all,
    The above mention are few classes available in some jars.
    Can anbody help me to find and download those Jars.
    Thanks in advance,
    Saravanakumar.

    Could you not save money and buy a photon for use with your existing server? You could install 2 HBAs and use it in split bus mode.
    For true redundancy however, you need 2 servers ideally in 2 locations. ;o)

  • Most cost efficient computer for a server using these specs

    I want to know how important processing power and internet connection are when talking in terms of using multiple java socket threads that receive messages from various clients at once..
    I need a computer that can hold as many of these threads at once while at the same time I dont want it to be to costly.. For example it sounds like a waste to get a 3Gz processor and a super internet connection when I can likely do practically the same amount of threads with maybe a 2Gz processor and the same internet connection..
    So how important are each of these factors? Can anyone suggest a machine that would be able to handle plenty of threads for a nice price? I'm looking for a high Thread/dollar ratio :)....
    Brian

    For chat, maybe not that much. The whole thing is likely to be driven purely by I/O from the users. I mean, the majority of packets sent to/from the thing would be expressing short texts messages typed by humans. Unless you're expecting a large operation, I would expect that this wouldn't be very taxing on your systems. What number of users are you expecting?
    Offhand, the thing that glares out of me from your desciption is that you have a single server for pairing people up and (presumably) as a load manager for the chatroom servers. If that server goes down, you're in trouble. If I were you I'd consider adding some redundancy there. Any money might be best spent building up the cluster and making certain that there's plenty of redundancy to go around. For that matter, how many data centers do you have?
    It also occurs to me that you might need a lot of disk space, depending on how much logging you want to do and whether you need to do some kind of session recovery after failures. Also are you storing user profiles for matching the people up? Do you have an external database server that you didn't mention? How much redundancy there?
    There are services whose job is to hit servers and see what the response time is and whether they're up (they'll page you if they go down). That could be another good use for money, rather than specific hardware upgrades.
    Generally it's very difficult to predict this kind of thing in advance, and a good profiling system and an architecture that will let you easily upgrade in response to problems is a good thing. Also lots of testing and load simulation is handy.
    Hope this helps.

  • XI content for SAP SRM SERVER 6.0

    Hi All,
    I want to implement SRM-MDM CATALOG Business scenario, but i am not getting the XI content for Software Component  Version <b>SAP SRM SERVER 6.0</b>.
    Can anybody tell me from where to get the XI content for Software Component  Version <b>SAP SRM SERVER 6.0</b>.
    Helpful answers will be rewarded.
    Thanks,
    Shiv

    Hi Shiv,
    You can get the XI contents for SRM Server 6.0 under this URL:
    https://websmp107.sap-ag.de/swdc
    Support Packages and Patches -> SAP Application Components -> SAP SRM (WITH SAP EBP) -> SAP SRM 6.0 -> Entry by Component -> XI Content
    But for this, you requires a valid marketplace user-id and password.
    But according to my understanding, you can use the XI contents for SRM MDM Catalog 1.0 under SAP SRM 5.0 also.
    The file name is SRMMDMCAT1000_2-20001719.ZIP.
    Thanks

  • How to register iOS device when using self signed certificate with apple Server?

    Hi,
    I have installed the server.app by Apple and used a slef signed certificate for my server. Now I want to register my different devices (iMac, iPhone etc.). I could register the iMac without problesm (I just had to add my self signed certificate to the trusted certificates)
    Sadly, with the iPhone it is not that easy. I can install the "trust profile", but still after that I can not register my device. It seems like it does not accept my self signed certificate for device registration. When adding a registration profile, I get the error "www._mydomain_.tld/devicemanagement/api/device/auto_join_ota_service" is not valid.
    Nethertheless, I can install a profile with setting, e.g. my imap settings, via the profile management without problems.
    Does anyone have an idea how to get around the problem with the self signed certificate?
    Best regards

    Try deleting the Server.app and download it again from the App Store, restart.
    My Server is also using self signed certificates and is working with iOS device (Trust Profile needed first).

  • Does Anyone Run Arch For Server Use?

    I was curious if anyone here uses / recommends Arch Linux for dedicated server use? It seems 'most' people here are Linux enthusiast and run this as their distribution of choice. Has anyone seen or have any comments about loading this on a server or VM and using it reliably as a server like one would say Debian Linux or Slackware Linux? I understand Arch is a rolling release distribution and it's very bleeding edge which kind of impacts how reliable something can be however I've never had Arch Linux crash or do anything dumb however I've not used it massively. Would like to see how others view this topic and such.
    Also for my own interests, if you don't use Arch Linux for a server based role, what do you prefer instead?
    Last edited by Carlwill (2013-04-29 21:02:00)

    https://wiiking2.com/forums <-- I run this on an Arch-based Linode with Lighttpd for static content, PHP-FPM/FastCGI for dynamic and its honestly not that bad to maintain.
    The main trick is to stay current with the packages and always be careful with updating. I normally keep my config stored on a local backup just so if something does go wrong, I can always get things running again. It took just as long as it would normally take me to do a Debian/Ubuntu setup in all honesty, if not faster.
    My advice to you is to install only what you need if you're going to install Arch on a production server. The less packages you have to worry about, the less maintaining you may or may not have to do, if any at all. We're lucky enough to have the announcements page bring up the big changes so that's something to consider.
    Honestly I would only recommend using Arch as a server if you know that the web-based software that you're using really doesn't mix well with frozen versions or if you're a developer and working on your own stuff. (Which I currently am) But when they say that it is as stable as you make it, the truth cannot be any more clearer than that.

Maybe you are looking for

  • Moving from directly connected external drive to a network share.

    I've looked around and can't find a page on how to do this. I have an external drive hooked up to my iMac. I am using it for TM backups, so I have this directory on it (Backups.backupdb). There are also 2 sparsebundle images due to 2 other people in

  • New Mail Message Won't Let Me Delete Attachment

    MacBook Pro (Retina, 15-inch, Mid 2014) 10.10.2 (14C109) 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3 500 GB SSD NVIDIA GeForce GT 750M 2048 MB Now some fun with emails. I composed a lengthy, carefully thought out, email to my CPA.  Then, without thinki

  • How to export my file to wav on hard-disc rather than burning a CD

    Hi i have tried to figure this out..I guess its looking me straight in the face but here's hoping someone can help! I have recorded a talk imported it into WB and have added tracks to make it easier to navigate. I have successfully written it to cd.

  • DisplayPort, Auto-detect, & Windows 7

    I've been using a Dell u2410 for a few years now and I love it.  Recently however I've started using DisplayPort in a multi-monitor configuration, and every time I go to a different input on my main monitor for something like a gaming console for exa

  • Debug from BW?

    Hi experts, I have some trouble and i need to debug an extractor to solve it. But when i debug it from rsa3 en R3 i works ok, it only works badly when i execute the infopackage from BW. So, is there a way to start the extraction process from BW and d