NAME
wnnhosts − Wnn6 Kana-Kanji conversion server/dictionary lookup server access control file
SYNOPSIS
/etc/lib/locale/ja/wnn/wnnhosts
DESCRIPTION
wnnhosts specifies users who can use the Wnn6 Kana-Kanji conversion server (jserver) and the Kana-Kanji conversion server that can be connected to the Wnn6 dictionary lookup server (wnnds).
The following is the format of the access control file. Place a space character before "{".
jserver ja <Kana-Kanji conversion server> { <access control data> : } wnnds ja <dictionary lookup server> { <access data> : }
<Kana-Kanji
conversion server> is specified in the following format.
hostname
The Kana-Kanji conversion server that uses the well-known port number (22273) on host hostname.
hostname/port_no
The Kana-Kanji conversion server that uses port_no as port number on host hostname.
<dictionary
lookup server> is specified in the following format.
hostname
The dictionary lookup server that uses the well-known port number (26208) on host hostname.
hostname/port_no
The dictionary lookup server that uses port_no as port number on host hostname.
<access
control data> for jserver is specified in the
following format.
hostname
All the users on the host can use data.
hostname:username_list
username_list contains a list of username separated with ",". Users listed in the list on this host can use data.
@username
This user can use data from any host.
<access
control data> for wnnds is specified in the
following format.
hostname
jserver on this host can be connected.
jserver and wnnds use the access control information with the host name and port number matched.
Lines beginning with ";" are comments.
EXAMPLES
Example 1:
jserver ja_JP hostA { ;hostC:usr1,usr2,usr3 hostA:usr1,usr4 hostB hostC:usr5 @usrA ;usrB } wnnds ja_JP hostA { hostA hostD } jserver ja_JP hostA/22273 { hostB hostE @usrA } wnnds ja_JP hostA/22385 { hostA hostD }