skip to main content
Configuring Security for OpenAccess SDK : Configuring OpenAccess SDK security : Security attribute defaults for Linux, UNIX, and Windows : Defaults for a Data Access Service
 
Defaults for a Data Access Service

ServiceAuthMethods=anonymous
ServiceUser=everyone
DataSourceLogonMethod=DBMSLogon(UID,PWD)
DataSourceReadOnly=No
The combination of defaults for these attributes means that anyone who can provide a valid DBMS user name and password will be allowed to access the database using this service. The database connection accepts all types of SQL statements. Once connected to the DBMS, the database security system will guarantee that the user can only perform actions that are allowed by the database administrator.

ServiceEncryptionAlgorithm=none
The default for this attribute means that cleartext messages are transmitted between the client and server. Note that user IDs and passwords are never sent as cleartext.