[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Provide restricted view to default users
- To: <hobbit (at) hswn.dk>
- Subject: RE: Provide restricted view to default users
- From: <joost.deheer (at) getronics.com>
- Date: Wed, 29 Apr 2009 09:33:38 +0200
- Accept-language: nl-NL
- Acceptlanguage: nl-NL
- References: <302afebf23d8d509feca4936ea700dfd (at) imap>
- Thread-index: AcnImvbk7mX3STZEQgG/EauSsSHNogAARs6g
- Thread-topic: Provide restricted view to default users
> I would like to know if it's possible to provide a
> restricted view to my colleagues : for example only a couple
> of subpages. Is it possible ? Where I have to look ?
If you want true user separation: Since most of the things (e.g. the info column) are done with shared cgi's, this is hard to implement. You'd have to hack the CGI script to implement this kind of functionality.
If a predefined summary page of only a subset of hosts is what you want (so you don't mind that people could view information on hosts not on that page if they know the name), then you could take a look at 'BUILDING ALTERNATE PAGESETS' subsection of the bbgen manpage.
Joost