Setup SNC On ABAP System
Setup SNC On ABAP System
Setup SNC On ABAP System
AS ABAP Configuration
1. Log into your SAP System GUI.
2. Startup transaction RZ10. Set the following parameters in your instance profile:
snc/permit_insecure_start 1
snc/accept_insecure_cpic 1
snc/gssapi_lib /usr/sap/<SID>/<Instance>/SLL/libsecgss.so
snc/enable 0
snc/accept_insecure_rfc 1
snc/accept_insecure_gui
1
Check if these parameters are set as well. In most cases they are already:
ssf/ssfapi_lib
sec/libsapsecu
ssl/ssl_lib
Once you've restarted the system you can look in /usr/sap/<SID>/<Instance>/work/dev_w0 and see something
like this:
N Wed Aug 14 13:45:01 2013
N SncInit(): found snc/data_protection/max=3, using 3 (Privacy Level)
N SncInit(): found snc/data_protection/min=2, using 2 (Integrity Level)
N SncInit(): found snc/data_protection/use=3, using 3 (Privacy Level)
N SncInit(): found snc/gssapi_lib=/usr/sap/EQ2/DVEBMGS51/SLL/libsecgss.so
N File "/usr/sap/<SID>/<Instance>/SLL/libsecgss.so" dynamically loaded as GSS-API v2 library.
N The internal Adapter for the loaded GSS-API mechanism identifies as:
N Internal SNC-Adapter (Rev 1.0) to SAP Netweaver Single Sign-On v1.x
N SncInit(): found snc/identity/as=p:CN=<SPN>@<ActiveDirectoryDomain>
N SncInit(): Accepting Credentials available, lifetime=Indefinite
N SncInit(): Initiating Credentials available, lifetime=Indefinite
M ***LOG R1Q=> p:CN=<SPN>@<ActiveDirectoryDomain> [thxxsnc.c 266]
M SNC (Secure Network Communication) enabled
If you don't see this but instead see errors, chances are your ABAP system no longer works (good
job ). You'll have to manually edit your instance profile in /sapmnt/<SID>/profile and set snc/enable to
0. Then restart your system and troubleshoot (good luck).
SAP_SNC.pdf
Commands used:
GESailPoint1+ (password)