WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Users

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

List of Users on a Novell Server

Keywords: user group of user Novell Server 

Question:

I need to get a list of users, within a group on a Novell (Netware 4) Server. We have the Novell N Netware client installed. I wasn't able to find a function to do that. Can you help?

Answer:

If you need to get a list of users (really MEMBERS) with in a particular group, use the function n4ObjectProps. Here is an example:

AddExtender("wwn4x34I.dll")
members = n4ObjectProps("", "Everyone", "Member")
askitemlist=("Members", members, @TAB, @sorted, @single)

Article ID:   W13609
Filename:   List of Users on Novell Server.txt
File Created: 2001:03:01:13:46:42
Last Updated: 2001:03:01:13:46:42