The Netegrity integration login modules are defined in the Netegrity JAAS configuration file, netegrity_jaas.cfg. On Windows, this file is installed in the ini subdirectory of your EAServer installation. On UNIX platforms, the file is installed in the config directory. You must configure the security scenario that you want to use by modifying the attributes of each login module in this file. The attributes for each scenario are listed below:
For Web only access via the Netegrity Secure Proxy Server, use these settings in netegrity_jaas.cfg:
Login module |
Attribute |
---|---|
HTTP LoginModule |
Requisite |
X.509 LoginModule |
Optional |
Basic LoginModule |
Optional |
For direct client access using basic authentication without support for single sign-on, use these settings in netegrity_jaas.cfg:
Login module |
Attribute |
---|---|
HTTP LoginModule |
Optional |
X.509 LoginModule |
Optional |
Basic LoginModule |
Requisite |
For mixed access, use these settings in netegrity_jaas.cfg:
Login module |
Attribute |
---|---|
HTTP LoginModule |
Sufficient |
X.509 LoginModule |
Sufficient |
Basic LoginModule |
Sufficient |
Copyright © 2005. Sybase Inc. All rights reserved. |