Bind Rules
dayofweek = "day1, day2 ..."
The possible values for the dayofweek keyword are the English three-letter
abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, sat.
Examples
The following are examples of the
timeofday = "1200";
The bind rule is evaluated to be true if the client is accessing the directory at
noon.
timeofday != "0100";
The bind rule is evaluated to be true if the client is accessing the directory at
any time other than 1 am.
timeofday > "0800";
The bind rule is evaluated to be true if the client is accessing the directory at
any time after 8 am.
timeofday < "1800";
The bind rule is evaluated to be true if the client is accessing the directory at
any time before 6 pm.
timeofday >= "0800";
The bind rule is evaluated to be true if the client is accessing the directory at
8am or later.
timeofday <= "1800";
The bind rule is evaluated to be true if the client is accessing the directory at 6
pm or earlier.
dayofweek = "Sun, Mon, Tue";
The bind rule is evaluated to be true if the client is accessing the directory on
Sunday, Monday, or Tuesday.
226
Netscape Directory Server Administrator's Guide • August 2002
and
timeofday
dayofweek
syntax:
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR and is the answer not in the manual?