NDS user and group query

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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:...
    3. 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"...
    4. 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...
    5. 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...
  3. #2

    Default Re: NDS user and group query

    Michael Weber wrote:
    >
    > 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.
    I've never done anything like this, but I'm sure I could. But please say
    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

  4. #3

    Default Re: NDS user and group query

    Michael Weber wrote:
    > 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?
    So how are you oing to make the information more accessible? I haven't worked
    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?
    > 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.
    My guess is that you are going to have to work through some interface provided
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139