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: W13609Filename: List of Users on Novell Server.txt