<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAP Using LDAP Authentication [really confusing] in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668405#M1447448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I see.. thanks for answering. &lt;/P&gt;&lt;P&gt;&amp;gt; Yes, I know if it is that one AD user has many SAP users. It will be possible.&lt;/P&gt;&lt;P&gt;&amp;gt; Again, just out of curiousity, gurus. Not intended for abuse practice.&lt;/P&gt;&lt;P&gt;ok, glad you understand now.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Mr Tim, I mean, have you do a SAP CUA integration with Active Directory?&lt;/P&gt;&lt;P&gt;&amp;gt; So the SAP user will be created and maintained in Active Directory. &lt;/P&gt;&lt;P&gt;It is possible to sync user records with AD using LDAP connector, and this approach is commonly used. The users password is not synced, so this complements an SNC auth solution which we have been discussion, as SNC does not requrie a SAP password to be maintained.&lt;/P&gt;&lt;P&gt;&amp;gt; The user will then synchronized to SAP using special report.&lt;/P&gt;&lt;P&gt;Yes, that is correct. I can't remember the name of the report, but this has been done by some of our customers and it works well.&lt;/P&gt;&lt;P&gt;&amp;gt; I don't know if that has the same concept as your partner product.&lt;/P&gt;&lt;P&gt;no, the partner product we have been discussing provides SNC auth, and the connection between CUA or any SAP ABAP system and MS AD is done using LDAP and using standard SAP functionality.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Best Regards,&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Mar 2010 09:52:21 GMT</pubDate>
    <dc:creator>tim_alsop</dc:creator>
    <dc:date>2010-03-04T09:52:21Z</dc:date>
    <item>
      <title>SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668376#M1447419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario that user in ABAP system should match those user in Active Directory (I don't know, maybe via mapping?)&lt;/P&gt;&lt;P&gt;That is, windows user logon to their terminal, and then login to SAP using SAP GUI. So, the basic idea is how to integrate SAP into active directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read the net, just to get some confusions.&lt;/P&gt;&lt;P&gt;The question I want to clarify is:&lt;/P&gt;&lt;P&gt;- In SAPINST, there's a menu regarding LDAP in "software life cycle". Must I installed that if I want to use LDAP authentication?&lt;/P&gt;&lt;P&gt;- Must I install SAP Enterprise Portal?&lt;/P&gt;&lt;P&gt;- Are Single Sign On and LDAP Authentication the same?&lt;/P&gt;&lt;P&gt;- Is there tutorial regarding this integration? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks real much for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 02:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668376#M1447419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T02:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668377#M1447420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bobby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your idea is to deploy GUI SSO for AD domain users without typing ID/password to access SAP as long as they already log on their PC with AD domain ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your SAP instances run on windows hosts, then it's much easier to make it happen by just a few steps: find necessary crypto library in SWDC and load it, define parameters to activate SNC for AS ABAP, configure SNC tag in SU01 and logon pad. Here's the help link:  &lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0d/482bb8013243f1b6e2439091e3022f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0d/482bb8013243f1b6e2439091e3022f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if your SAP runs on UNIX type host, you'll have to customize and generate AD kerberos library and load it by parameter snc/gssapi_lib, and it's OS dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Effan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 03:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668377#M1447420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T03:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668378#M1447421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The question I want to clarify is:&lt;/P&gt;&lt;P&gt;&amp;gt; - In SAPINST, there's a menu regarding LDAP in "software life cycle". Must I installed that if I want to use LDAP authentication?&lt;/P&gt;&lt;P&gt;No, this option is related to how the list of systems a user can logon to found in SAP logon is determined. It is not related to authentication of users.&lt;/P&gt;&lt;P&gt;&amp;gt; - Must I install SAP Enterprise Portal?&lt;/P&gt;&lt;P&gt;No, you can use SNC to support Active Directory authentication with SAP GUI&lt;/P&gt;&lt;P&gt;&amp;gt; - Are Single Sign On and LDAP Authentication the same?&lt;/P&gt;&lt;P&gt;No, LDAP is a protocol which is used to access an x.500 directory, and when using LDAP to authenticate, typically a password is required. The SAP GUI product does not support LDAP user authenticaiton.&lt;/P&gt;&lt;P&gt;&amp;gt; - Is there tutorial regarding this integration? &lt;/P&gt;&lt;P&gt;It depends whether your SAP system is on UNIX or Windows. Check the response from Effan for default of Windows.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks real much for your help.&lt;/P&gt;&lt;P&gt;&amp;gt; Best Regards,&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 08:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668378#M1447421</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-01T08:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668379#M1447422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But if your SAP runs on UNIX type host, you'll have to customize and generate AD kerberos library and load it by parameter snc/gssapi_lib, and it's OS dependent.&lt;/P&gt;&lt;P&gt;Actually, if SAP is on UNIX or Linux, you still need an SNC library, but not available from SAP. The best place to find one is from a SAP partner. There are a few to choose from and they can be found by searching in &lt;A href="http://ecohub.sdn.sap.com" target="test_blank"&gt;http://ecohub.sdn.sap.com&lt;/A&gt; One example is at &lt;A href="http://ecohub.sdn.sap.com/irj/ecohub/solutions/trustbrokersecureclient" target="test_blank"&gt;http://ecohub.sdn.sap.com/irj/ecohub/solutions/trustbrokersecureclient&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Effan&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 08:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668379#M1447422</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-01T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668380#M1447423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your tip, Tim.&lt;/P&gt;&lt;P&gt;Actually myself is looking to configure SNC for SAP on AS/400 host, still working on customizing the kerberos library on AD for AS/400......  Like you indicated, customized one not officially supported by SAP, for some reason we won't consider bringing other chargeable 3rd party security product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 14:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668380#M1447423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668381#M1447424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Effan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS/400 is often supported via PASE environment, since a PASE environment can run native AIX libraries compiled on an RS/6000 &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your company is not able to pay for software, they need to be aware of the consequences of "build your own" since this will mean if users cannot logon you will not be able to get support from anybody, and will need to ensure that the expertise is available within your company to fix any issues you may find when running in production. Also, perhaps your company is not aware of the costs of buying third party software to meet your needs, and is assuming it is expensive ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 14:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668381#M1447424</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-01T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668382#M1447425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gurus, thanks for your answers.&lt;/P&gt;&lt;P&gt;I'm still reading the link you gave me earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My principal wants that upon user logs on to Windows, user must type username and password in sapgui.&lt;/P&gt;&lt;P&gt;But the password should be exactly the same like in the active directory for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 18:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668382#M1447425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T18:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668383#M1447426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that is possible, but not using SNC library from SAP (for SAP GUI). The SNC library form SAP and many vendors is just offering SSO, so user is not prompted for password. One company that I know very well, has a feature in thier client software which does exactly what you ask for. It shows a signon screen for user and they enter their Active Directory account and password, and this is used to get Kerberos tickets from domain which are then used to log the user onto SAP. In this configuration, the Kerberos ticket isused during workstation initial login is ignored and not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 18:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668383#M1447426</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-01T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668384#M1447427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Effan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still confused about the help you gave me.&lt;/P&gt;&lt;P&gt;Just what's the first step to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I still don't get the concept behind it.&lt;/P&gt;&lt;P&gt;It means that when user logon using their AD account to Windows, then when user logon to SAP System, they will not be prompted any user/password? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just how secure is that, for example, if user logout the SAP but not lock their PC?&lt;/P&gt;&lt;P&gt;And if it depends on the SAP GUI for SNC Name, user can't work from any other terminal except theirs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 03:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668384#M1447427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T03:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668385#M1447428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to help you with some of your questions about 'concepts'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a user logs onto a Windows domain using their AD account, the domain controller issues Kerberos tickets which are cached on the workstation. If you were to look into this cache you would see an initial ticket for the user who is logged on and this would have a principal name like user@DOMAIN (user = AD account name used to logon to windows, DOMAIN = upper case name of the AD domain they logged onto). In SAP SNC terminology, this principal name in the cache is referred to as the SNC name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a user logs onto SAP using SAP GUI with SNC, the SNC library will use the Kerberos tickets to authenticate the user to SAP, so the user does not need to re-authenticate. Yes, this means that if the user walks away from the computer somebody else can logon as the user - one of hte reasons why we added the feature mentioned earlier to our product, so that the AD authentication can be made to happen when user logs onto SAP, not using the credentials already available from initial workstaiton logon. Some customers prefer this, but some are happy with SSO and they set a policy to make sure that users don't leave their workstations unattended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you with some of the questions about concepts etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 07:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668385#M1447428</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-02T07:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668386#M1447429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to Tim's reply for concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Just what's the first step to do?&lt;/P&gt;&lt;P&gt;Start with those parameters mentioned in the online help I provided earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; It means that when user logon using their AD account to Windows, then when user logon to SAP System, they will not be prompted any user/password? &lt;/P&gt;&lt;P&gt;Correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; And just how secure is that, for example, if user logout the SAP but not lock their PC?&lt;/P&gt;&lt;P&gt;This SSO is based on secured logon in trusted domain users, so users need to be educated by basic security concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; And if it depends on the SAP GUI for SNC Name, user can't work from any other terminal except theirs?&lt;/P&gt;&lt;P&gt;One of the parameters, snc/accept_insecure_gui, determines whether your SAP instance accepts insecure accesses which includes logging on terminals outside of company domain even though with valid ID/password. 0 is reject and 1 is accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Effan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668386#M1447429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T13:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668387#M1447430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Please refer to Tim's reply for concept.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; It means that when user logon using their AD account to Windows, then when user logon to SAP System, they will not be prompted any user/password? &lt;/P&gt;&lt;P&gt;&amp;gt; Correct.&lt;/P&gt;&lt;P&gt;This is ONLY correct if you are using the SNC library provided by SAP. As I already mentioned, one of the partner products has a feature to allow user to be asked for AD account and password during login.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; And if it depends on the SAP GUI for SNC Name, user can't work from any other terminal except theirs?&lt;/P&gt;&lt;P&gt;&amp;gt; One of the parameters, snc/accept_insecure_gui, determines whether your SAP instance accepts insecure accesses which includes logging on terminals outside of company domain even though with valid ID/password. 0 is reject and 1 is accept.&lt;/P&gt;&lt;P&gt;This is a bit missleading. The snc/accept_inscure_gui only allows a user to logon if they have an SAP stored userid and password. If the user needs to logon using their AD account and password, and their SAP password is deactivated (it is good security to do this to avoid any back doors when SNC is used) then this parameter will not help. However, the feature I mentioned above in my other comment will help...&lt;/P&gt;&lt;P&gt;Also, I think the question was related to working from another terminal, not whether user can logon using SAP password or not. To be sure the possibilities are clear, I wanted to mention that if a user logs on to the domain from any worksation which is joined to the domain, then their domain credentials will be issued by AD during that logon and they can then be authenticated to SAP. There is nothing which ties a user to an actual workstation when using this approach.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Effan&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668387#M1447430</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-02T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668388#M1447431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gurus for the explanation.&lt;/P&gt;&lt;P&gt;I think I've grasp the sso concept then. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using kerberos. So I must download first the SNC library for that particular one, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mr. Tim, if you don't mind, could you elaborate me about this partner product you mentioned to me earlier?&lt;/P&gt;&lt;P&gt;I think our principal will go for that one, as means of security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 02:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668388#M1447431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T02:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668389#M1447432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Thanks gurus for the explanation.&lt;/P&gt;&lt;P&gt;&amp;gt; I think I've grasp the sso concept then. &lt;/P&gt;&lt;P&gt;Thats good to know, glad to be of assistance.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; We're using kerberos. So I must download first the SNC library for that particular one, right?&lt;/P&gt;&lt;P&gt;You need an SNC library for SAP servers and also for workstations that implements Kerberos, and one that is SAP certified.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Mr. Tim, if you don't mind, could you elaborate me about this partner product you mentioned to me earlier?&lt;/P&gt;&lt;P&gt;If you contact the partner they will give you the help you need. There is a limit to what can be described in this forum regarding non-SAP products.&lt;/P&gt;&lt;P&gt;&amp;gt; I think our principal will go for that one, as means of security.&lt;/P&gt;&lt;P&gt;Sounds good.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;gt; Best Regards,&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 08:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668389#M1447432</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-03T08:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668390#M1447433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, right now our server is not join domain.&lt;/P&gt;&lt;P&gt;Right now we're starting SAP as local user administrator.&lt;/P&gt;&lt;P&gt;According to SAP HELP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snc/identity/as = p:SAPService&amp;lt;SID&amp;gt;@&amp;lt;KERBEROS_REALM_NAME&amp;gt;&lt;/P&gt;&lt;P&gt;where &amp;lt;KERBEROS_REALM_NAME&amp;gt; is the Kerberos realm that the SAPService&amp;lt;SID&amp;gt; user belongs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should we create this user: SAPService&amp;lt;SID&amp;gt; in the domain?&lt;/P&gt;&lt;P&gt;And with administrator right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668390#M1447433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668391#M1447434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no Kebreors realm if the server is not joined to a domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP SNC library for Windows does not work if the server is not joined to the domain. If you prefer not to join the Windows server to the domain, then you can consider the SNC library from a SAP partner that supports SAP on Windows instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668391#M1447434</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-03T09:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668392#M1447435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the beginning of SAP installation, we choose that server is not join domain.&lt;/P&gt;&lt;P&gt;Now we want to join the server in the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? &lt;/P&gt;&lt;P&gt;I mean, the user and group is not created in the corresponding domain.&lt;/P&gt;&lt;P&gt;I see in notes that it is only possible by system copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I just create SAPService&amp;lt;SID&amp;gt; user in the domain?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668392#M1447435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668393#M1447436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the SAP SNC library on Windows server, the server MUST be joined to the domain. This is because this SNC library uses the Kerberos functionality included in Windows operating system, which will not function unless Windows operating system is a domain member.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to go through the hard work to change Windows to be a domain member, e.g. system copy, then your only option is to use the SAP SNC products from the SAP partner that I mentioned earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668393#M1447436</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-03T09:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668394#M1447437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it can't be achieved by simply add SAP user with global admin right in the domain we want to join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668394#M1447437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T09:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Using LDAP Authentication [really confusing]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668395#M1447438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, because Windows does not know how to communicate with the domain unless it is a domain member.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-using-ldap-authentication-really-confusing/m-p/6668395#M1447438</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-03-03T09:56:41Z</dc:date>
    </item>
  </channel>
</rss>

