2 Work Arounds Access Server on a Backbone Attaching Users to a Particular File Server WORK AROUND #1 -------------- Modify FASTART or HASTART by changing (will be TMP or BAT files) %1:signon /P To %1:signon AFILESERVERNAME/afictitious name That is for example %1:signon NETWIRE/BRUTH Then have the system Login Script read IF LOGIN_NAME=BRUTH EXIT"LOGIN" END The user will then be required to give their NetWare password and will be attached to their usual file server. WORK AROUND #2 -------------- Modify FASTART or HASTART by changing %1:signon /P To %1:signon AFILESERVERNAME/AFICTIOUSNAME That is for example %1:signon NETWIRE/BRUTH (for example) Then have "BRUTH's" Login Script read EXIT"LOGIN" THe user will then be connected to the desired file server and required to login and give their password just as though they had not come in through Access Server. In each case the fictitious name must be actually a listed (fictitious) user on the file server. These are temporary "inelegant" temporary work arounds.