Entering content frameThis graphic is explained in the accompanying text Examples Locate the document in its SAP Library structure

Example Service File for Using Windows NTLM Authentication

#############################################################
# Copyright SAP AG 2002
# Example Service File for the Pluggable Authentication
# Service (PAS) Using Windows NTLM Authentication
#
~theme 99
~xgateway sapextauth
~extauthtype NTLM
~extid_type NT

~client 001
~language en

~mysapcomgetsso2cookie 1
~login_to_upcase 1

~redirectHost host123.mycompany.com
~redirectPath /scripts/wgate/webgui/!
~redirectQS ~client=001&~language=en
~redirectHttps 1

~login_template login
~dont_recreate_ticket 1

Example Service File for Using LDAP Bind

#############################################################
# Copyright SAP AG 2002
# Example Service File for the Pluggable Authentication
# Service (PAS) Using LDAP Bind where SAP User ID is stored
# in the directory server (~extid_type = UN)
#
~theme 99
~xgateway sapextauth
~extauthtype LDAP
~extid_type UN

~ldaphost ldap123.mycompany.com
~ldapport 389
~timeout 30
~maxtrials 5

~ldapsapuid sapuid
~ldapuid CN
~ldapbasedn O=MyCompany, C=US

~client 001
~language en

~mysapcomgetsso2cookie 1
~timeout 2
~login_to_upcase 1

~redirectHost host123.mycompany.com
~redirectPath /scripts/wgate/webgui/!
~redirectQS ~client=001&~language=en
~redirectHttps 1

~login_template login
~dont_recreate_ticket 1

Example Service File for Using HTTP Header Variables

#############################################################
# Copyright SAP AG 2002
# Example Service File for the Pluggable Authentication
# Service (PAS) Using HTTP Header Variables and where the
# SAP User ID is stored in the external ID user mapping table
# USREXTID (~extid_type = HV)
#
~theme 99
~xgateway sapextauth
~extauthtype HTTP
~extid_type HV

~remote_user_alias REMOTE_USER

~client 001
~language en

~mysapcomgetsso2cookie 1
~login_to_upcase 1

~redirectHost host123.mycompany.com
~redirectPath /scripts/wgate/webgui/!
~redirectQS ~client=001&~language=en
~redirectHttps 1

~login_template login
~dont_recreate_ticket 1

 

Leaving content frame