Is there command in netware that will allow me to display all groups that user belongs to in login script?
feedback
|
|
It's been a long time since I used Netware, but I think the variable %GROUP_MEMBERSHIP should give you what you're looking for. So adding something like
should give you a listing of the groups that the user is a member of. | |||||
feedback
|