ISSUE:
1) This version of BINDFIX.EXE fixes a problem found when defining a user as a group member. The user would be added to the list of members in the Group member list in SYSCON, but when viewing the same information from the GROUPS BELONGED TO option, the group name would not appear in the list. If the system administrator tries to insert the group from the GROUPS BELONGED TO, an error message "AddBinderyObjecttoSet returned error 233" would appear (indicating
that the member already exists). If an attempt is made from the group side to delete the user from the group member list, the error
"DeleteBinderyObjectFromSet returned error 234" appears (indicating that the member doesn't exist).
BINDFIX v3.52 that ships with NetWare 3.11 would not fix this problem. BINDFIX does check links between users and groups for consistency but due to a programming issue, would only check the first 32 members of a group for consistency. BINDFIX v3.53 checks all members of the group for consistency.
2) This version of BINDFIX has been compiled using the large memory model. It addresses the problem of BINDFIX running out of memory when checking for duplicate OBJECTS or duplicate PROPERTIES.
3) The previous fix (the large memory model) had an erroneous library linked in. This version of Bindfix (3.53) has the correct library linked in.
4) Version 3.76 PTF 05-26-94 In this version a "whirligig" has been added. A "whirligig" is a device to spin on the screen indicating that Bindfix is not "hung" when running.
This version has three debug command-line options added:
/dump
This option will do a hex dump of all objects, properties and value nodes prior to zeroing them out after determining that they are bad.
/assert
This option will activate an assertion code to detect memory manipulation problems caused by corrupt binderies.
/debug
This option will activate both the /dump and /assert options. These debug options will allow a user to give Novell more detailed information, from their site, possibly preventing the need to send their binderies to Novell.
Additional Information:
1) When defining a user as a group member, the user would be added to the list of members in the Group member list in SYSCON; however, when viewing the same information from the GROUPS BELONGED TO option, the group name would not appear in the list.
2) If the system administrator tried to insert the group from the GROUPS BELONGED TO, the following error message was displayed (indicating that the member already exists): AddBinderyObjecttoSet returned error 233
3) If an attempt is made from the group side to delete the user from the group member list, the following error was displayed (indicating that the member doesnt exist): DeleteBinderyObjectFromSet returned error 234
4) When checking for duplicate OBJECTS or duplicate PROPERTIES, BINDFIX runs out of memory.
5) BINDFIX would recreate approximately 200 mail directories then display the following error and terminate: Unable to set path for SYS:MAIL
|