A.30 Restriction Codes

The AddBinderyObject method in the Directory.Entries collection takes the following restriction codes.

Type

Value

Description

BINDERY_ANY_READ

0x00

Anyone can read the object, even users who are not logged in.

BINDERY_LOGGED_READ

0x01

Only clients logged into the server can read the object.

BINDERY_OBJECT_READ

0x02

Only clients logged into the server with this object's name, type, and password can read the object.

BINDERY_SUPER_READ

0x03

Only clients with supervisor equivalence can read the object.

BINDERY_BINDERY_READ

0x04

Only the NetWare operating system can read the object.

BINDERY_ANY_WRITE

0x00

Anyone can modify the object, even users who are not logged in.

BINDERY_LOGGED_WRITE

0x10

Only clients logged in to the server can modify the object.

BINDERY_OBJECT_WRITE

0x20

Only clients logged into the server with this object's name, type, and password can modify the object.

BINDERY_SUPER_WRITE

0x30

Only clients with supervisor equivalence can modify the object.

BINDERY_BINDERY_WRITE

0x40

Only the NetWare operating system can modify the object.