Trusted-user information
A user can list hosts from which they can connect as a trusted user in their .rhosts file.
The .rhosts file is located in the user's
home directory on the computer housing the database server. To enable
the trusted user authentication, specify s=2
or s=3
in
the options in the sqlhosts entry. If you do
not specify an s
option, s=3
is
the default.
There may be reasons why a users .rhosts file cannot be used. For example, a non-root installation might not have read access to a specific users .rhosts file. You can specify an alternate filename by setting the REMOTE_USERS_CFG configuration parameter. If you set this parameter, the database server only has a single trusted-user file for all users.
#trustedusers
xxx.example.com
xxx
yyy.example.com
yyy
hostname username
For
example, suppose the following two .rhosts files
existed for users John and Fred:#trustedhosts
xxx.example.com
xxx
yyy.example.com
yyy
~fred/.rhosts #trustedhosts
xxx.example.com
xxx
zzz.example.com
zzz
John does not trust zzz.example.com or zzz,
and Fred does not trust yyy.example.com or yyy.#trustedhost username
xxx.example.com john
xxx john
yyy.example.com john
yyy john
xxx.example.com fred
xxx fred
zzz.example.com fred
zzz fred
Windows™: A home directory is not automatically assigned when the Windows administrator creates a user identity. The administrator can add a home directory to a user's profile with the User Manager application.