Patch-ID# 100354-02 Keywords: "-", displayed, noname, cm, login, hyphen, name, user Synopsis: OpenWindows 2.0: cm displays NoName as user if user has a "-" in its name Date: Sep/13/91 SunOS Release: 4.1.x Unbundled Product: OpenWindows Unbundled Release: 2.0 Relevant Architectures: sun4 BugId's fixed with this patch: 1046847 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: OpenWindows 3.0 Files included with this patch: Checksum calculated using 4.1.1 /bin/sum 52370 336 sun4/cm 13152 128 sun4/rpc.cmsd Problem Description: The calender manager (cm) in the deskset was filtering out user names that included a "-" character (e.g. Jeff-Ronne). It would display NoName for the user name since the login name was filtered out. The login_filter() function in token.c was modified in this patch to allow the "-" character in a user name. Patch Installation Instructions: As root, make a backup copy of the old files: mv $OPENWINHOME/bin/xview/cm $OPENWINHOME/bin/xview/cm.bak mv $OPENWINHOME/bin/xview/rpc.cmsd $OPENWINHOME/bin/xview/rpc.cmsd.bak Now install the patched files: cp sun4/cm $OPENWINHOME/bin/xview/cm cp sun4/rpc.cmsd $OPENWINHOME/bin/xview/rpc.cmsd Once installed, rpc.cmsd must be killed before calendar manager is restarted (via the cm executable).