Ask a Question related to PERL Beginners, Design and Development.
-
Michael Weber #1
NDS user and group query
Greetings!
I would like to create a web page that will allow users to look at my
Novell NDS tree groups and see what users are members, and look at users
to see what groups they are members of.
I don't want to give them ConsoleOne or NWAdmin since some of them are
still looking for the "Any" key. Know what I mean, Verne?
I tried Google and CPAN but didn't come up with much. Any experiences
guru's been there and done that?
I am running NDS 7 under NW 5.0. The Perl script will be running in an
Apache cgi script under RedHat Enterprise 3.0.
Thanx!
-Michael
Michael Weber Guest
-
Count GROUP BY query dilemma
I need help creating a list of items with a corresponding count. I have 3 tables: event staff status I need to list the statuses and count... -
cfgrid inside a <cfoutput query="myQuery" group="GROUP">
Is it possible to use a cfgrid inside a cfoutput with a query and a group. When I try do that I get the following error: INVALID_CHARACTER_ERR:... -
Separate query with group by
I wan to take a query that selects all of the information in a certain table that has a specific title <cfquery name="getregistrants"... -
MYSQL query using GROUP BY and ORDER BY?
I'm probably going about this in the wrong way. Using PHP 4.2 and MYSQL 3.52 I have a "images" table that contains load of images and a related... -
LDAP group membership query
I am trying to query an NDS tree using the Win32::OLE and Win32::OLE::Enum modules. I was able to traverse the tree and gather all the group... -
Rob Dixon #2
Re: NDS user and group query
Michael Weber wrote:
I've never done anything like this, but I'm sure I could. But please say>
> I would like to create a web page that will allow users to look at my
> Novell NDS tree groups and see what users are members, and look at users
> to see what groups they are members of.
>
> I don't want to give them ConsoleOne or NWAdmin since some of them are
> still looking for the "Any" key. Know what I mean, Verne?
>
> I tried Google and CPAN but didn't come up with much. Any experiences
> guru's been there and done that?
>
> I am running NDS 7 under NW 5.0. The Perl script will be running in an
> Apache cgi script under RedHat Enterprise 3.0.
exactly what it is that you can't do. I mean, if you can't write a CGI
script then we start in a very different place from where we would if you
don't know how to read the NDS data.
Rob
Rob Dixon Guest
-
R. Joseph Newton #3
Re: NDS user and group query
Michael Weber wrote:
So how are you oing to make the information more accessible? I haven't worked> Greetings!
>
> I would like to create a web page that will allow users to look at my
> Novell NDS tree groups and see what users are members, and look at users
> to see what groups they are members of.
>
> I don't want to give them ConsoleOne or NWAdmin since some of them are
> still looking for the "Any" key. Know what I mean, Verne?
with ConsoleOne, but as I recall, NWAdmin is about as transparent as an
application can get for displaying network objects and their place in the
organizational scheme. Since access to the application does nothing to change
the users privileges, they will not be able to do any harm by viewing the
objects.
>
>
> I tried Google and CPAN but didn't come up with much. Any experiences
> guru's been there and done that?My guess is that you are going to have to work through some interface provided> I am running NDS 7 under NW 5.0. The Perl script will be running in an
> Apache cgi script under RedHat Enterprise 3.0.
by NetWare to get the information. Preparing this information for display in a
web page will be a CGI issue. Presumably, NetWare shoiuld not allow access to
NDS information through any back doors. Allowing such access would defeat the
prupose of having a secure NOS.
Joseph
R. Joseph Newton Guest



Reply With Quote

