EAs used by IPS
---------------

THIS FILE IS NO LONGER CORRECT; WILL BE UPDATED LATER!!!



The default installation of IPS uses the following EAs both on directories and
files. A file get the directory EA if it has no entry itself.

.IPS_OWNER	PChar
.IPS_GROUP	PChar
.IPS_ACCESS	OwnerByte
		GroupByte
		OtherByte

The bytes in .IPS_ACCESS have this layout:

bit 0	read access
bit 1	write access
bit 2	execute access

Additional bits will be defined later.

Also, any support programs should check the environment variable IPSGROUP if
not found, assume a value of 'IPS' and use the EA names over, if found, the
value should be used instead of 'IPS' in the EA names.

That mean that a value of 'TEST' in IPSGROUP should cause the application to
use the EAs: .TEST_OWNER, .TEST_GROUP and .TEST_ACCESS.
