You are on page 1of 1

;the following describes how to set the transport protocol during searches

;the first word is the keyword "TRANSPORT"


;the following word could be "IPX", "NETBIOS", or "TCP"
;there must be at least one of these protocols declared
TRANSPORT IPX NETBIOS TCP
;the following describes the server-search format
;the first word is the keyword "SERVER"
;the next word is the servername. It is the string after /DN: when you start
;up the NetSentinel security server. The default name is NETINEL.
;the last number is the number of servers-to-search for
SERVER NETINEL 1
SERVER SERVERB 2
;the following describes the key-mapping format
;the first word is the keyword "KEY"
;the next word is the name of the key-that will map the developer ID
;the last number is the developer ID
KEY MYAPPLICATION 22CEA7D0
KEY MYKEY 00005C9D
;if the previously declared-key has sublicenses
;you can map the sublicense ID numbers
;the following describes the format to map sublicenses
;the first word is the keyword "PRODUCT"
;the second word is the name you want to give to the sublicense ID number
;the last number is the sublicense ID number
PRODUCT WORD_PROCESSOR 0
PRODUCT SPREAD_SHEET 1
PRODUCT GRAPHICS 2
PRODUCT NETWORK 3
PRODUCT INTERNET 4
;the following describes the format to map users to workstation ID numbers
;the first word is the keyword "USER"
;the second word is the name you want to give to the workstations ID
;the last number is the workstation ID. It is usually the six byte ethernet
;id of a network card.
USER USER1 02608CD88272
USER USER2 02608C1B147F

You might also like