From: Jamie C. <jca...@we...> - 2002-11-13 22:39:53
|
pau...@di... wrote .. > When writing a webmin theme, is it possible to use this theme to force > webmin > to use a different login page ?? Yes - you could create your own version of session_login.cgi in your theme's directory that is a modified version of the one in the webmin root directory. Just make sure that it does all the same things with cookies as the original does, and outputs a login form with the same fields. - Jamie |
From: support <su...@ea...> - 2002-11-14 19:00:59
|
howdy, I was wondering if the webmin login page can be disabled once. what i would like to do... For example, the first time webmin is used you go directly into webmin menu, then the user can go into "create account" menu and setup "login and password"... then after the "root' account is created, all cookies, etc.. from the login page are enabled... thanks, diego ----- Original Message ----- From: "Jamie Cameron" <jca...@we...> To: <web...@li...> Sent: Wednesday, November 13, 2002 4:39 PM Subject: Re: (no subject) > pau...@di... wrote .. > > When writing a webmin theme, is it possible to use this theme to force > > webmin > > to use a different login page ?? > > Yes - you could create your own version of session_login.cgi in your > theme's directory that is a modified version of the one in the webmin root > directory. Just make sure that it does all the same things with cookies > as the original does, and outputs a login form with the same fields. > > - Jamie > --- [This E-mail scanned for viruses by Declude Virus] |
From: Joe C. <jo...@sw...> - 2002-11-14 19:19:14
|
If I wanted to accomplish something like this, I would start with an anonymous module, which only has the ability to create a root user once and then converts itself to non-anonymous or simply removes itself. Be careful with this sort of thing, though...it is asking for security holes. support wrote: > howdy, > > I was wondering if the webmin login page can be disabled once. > > what i would like to do... > > For example, the first time webmin is used you go directly into webmin > menu, > then the user can go into "create account" menu and setup "login and > password"... > > then after the "root' account is created, all cookies, etc.. from the > login > page are enabled... > > thanks, > > diego > > > > > ----- Original Message ----- > From: "Jamie Cameron" > To: > Sent: Wednesday, November 13, 2002 4:39 PM > Subject: Re: (no subject) > > > > >pau...@di... wrote .. > > > >>When writing a webmin theme, is it possible to use this theme to force > >>webmin > >>to use a different login page ?? > > > >Yes - you could create your own version of session_login.cgi in your > >theme's directory that is a modified version of the one in the webmin > root > >directory. Just make sure that it does all the same things with cookies > >as the original does, and outputs a login form with the same fields. > > > > - Jamie > > > > > --- > [This E-mail scanned for viruses by Declude Virus] > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel -- Joe Cooper <jo...@sw...> Web caching appliances and support. http://www.swelltech.com |
From: support <su...@ea...> - 2002-11-14 19:25:11
|
Mr. Cooper, which code would you recommend I look at, if I want to do this sort of thing? thanks, Diego ----- Original Message ----- From: "Joe Cooper" <jo...@sw...> To: <web...@li...> Sent: Thursday, November 14, 2002 1:19 PM Subject: Re: webmin login? > If I wanted to accomplish something like this, I would start with an > anonymous module, which only has the ability to create a root user once > and then converts itself to non-anonymous or simply removes itself. Be > careful with this sort of thing, though...it is asking for security holes. > > support wrote: > > > howdy, > > > > I was wondering if the webmin login page can be disabled once. > > > > what i would like to do... > > > > For example, the first time webmin is used you go directly into webmin > > menu, > > then the user can go into "create account" menu and setup "login and > > password"... > > > > then after the "root' account is created, all cookies, etc.. from the > > login > > page are enabled... > > > > thanks, > > > > diego > > > > > > > > > > ----- Original Message ----- > > From: "Jamie Cameron" > > To: > > Sent: Wednesday, November 13, 2002 4:39 PM > > Subject: Re: (no subject) > > > > > > > > >pau...@di... wrote .. > > > > > >>When writing a webmin theme, is it possible to use this theme to force > > >>webmin > > >>to use a different login page ?? > > > > > >Yes - you could create your own version of session_login.cgi in your > > >theme's directory that is a modified version of the one in the webmin > > root > > >directory. Just make sure that it does all the same things with cookies > > >as the original does, and outputs a login form with the same fields. > > > > > > - Jamie > > > > > > > > > --- > > [This E-mail scanned for viruses by Declude Virus] > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: To learn the basics of securing > > your web site with SSL, click here to get a FREE TRIAL of a Thawte > > Server Certificate: http://www.gothawte.com/rd524.html > > - > > Forwarded by the Webmin development list at web...@we... > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > > > > -- > Joe Cooper <jo...@sw...> > Web caching appliances and support. > http://www.swelltech.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > --- > [This E-mail scanned for viruses by Declude Virus] > > --- [This E-mail scanned for viruses by Declude Virus] |
From: Joe C. <jo...@sw...> - 2002-11-14 19:44:55
|
There is no existing code that does this. But you could get halfway there without code...Setup anonymous group so it has permission only to use the Webmin users module. The user can then create whatever user they want with full admin permissions. This doesn't solve the problem of anonymous users still having this capability after the first such user is created. To do what you're asking requires a new module (perhaps with some small bits stripped out of the Webmin Users and Groups module). This can then be installed as the only module an anonymous user can use. And you can include self-destruction (or self-disabling) code to make it go away after a root user is created. First, I'd suggest you look at anonymous module permissions and how they work. Then write a module that does what you want to do, which you give permission to use to the anonymous group. Then instruct your users on how to get to the anonymous module (you could also hack Webmin so that it automatically goes to anonymous if no users are configured...). Any of this requires some work, and reading a lot of Webmin code. Now that I'm thinking of all that is going to go into something like this, I think I'd hire Jamie to do it for me! ;-) support wrote: > Mr. Cooper, > > which code would you recommend I look at, if I want to do this sort of > thing? > > thanks, > > Diego > > > ----- Original Message ----- > From: "Joe Cooper" > To: > Sent: Thursday, November 14, 2002 1:19 PM > Subject: Re: webmin login? > > > > >If I wanted to accomplish something like this, I would start with an > >anonymous module, which only has the ability to create a root user once > >and then converts itself to non-anonymous or simply removes itself. Be > >careful with this sort of thing, though...it is asking for security > holes. > > > >support wrote: > > > > > >>howdy, > >> > >>I was wondering if the webmin login page can be disabled once. > >> > >>what i would like to do... > >> > >>For example, the first time webmin is used you go directly into webmin > >>menu, > >>then the user can go into "create account" menu and setup "login and > >>password"... > >> > >>then after the "root' account is created, all cookies, etc.. from the > >>login > >>page are enabled... > >> > >>thanks, > >> > >>diego -- Joe Cooper <jo...@sw...> Web caching appliances and support. http://www.swelltech.com |
From: Guillaume D. <gui...@in...> - 2002-11-22 15:24:19
|
Hello, i would like to activate an log as "error.log" for Apache for the miniserv Do you know how i can activate it ? (it must existe no ?) Guillaume |
From: Robert P. <rpe...@sy...> - 2009-05-08 22:40:29
|
Hmmm. My response seems to be held up by the mail list software since it is bigger than 40K. Here is everything but the screenshot. -----Original Message----- From: Robert Pearson [mailto:rpe...@sy...] Sent: Friday, May 08, 2009 5:11 PM To: 'web...@li...' Subject: FW: Hi Jamie, Did you run with #show_bug = 1? I saw the problem with both the webmin clean theme and the old/default theme. We are running webmin 1.470 from http://prdownloads.sourceforge.net/webadmin/webmin-1.470-minimal.tar.gz to which we have a few themes and modules. We are using [root@localhost ~]# perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi Running on a stock centos 5.3 system. We have used two clients: One is Windows XP with Firefox One is Ubuntu with Firefox. Both see the same issue. A screenshot is attached showing the missing content for tab b. Thanks, Bob Pearson -----Original Message----- From: Robert Pearson [mailto:rpe...@sy...] Sent: Friday, May 08, 2009 12:43 PM To: 'web...@li...' Subject: Thanks Jamie, Attached is a tarball with two files, index.cgi and xxx.cgi. There is a parameter in index.cgi called $show_bug which can be set to 0 or 1. The issue is that when the html for a lower level set of tabs is produced it messes up the code for a following tab at the top level. When the second set of tabs is last you can return to all the pages from an action button. Then the second set of tabs is not last the tab after them does not display its output when you return from the action. Regards, Bob Pearson |
From: Jamie C. <jca...@we...> - 2009-05-08 22:51:04
|
Yes, I have show_bug = 1. You can email me a screenshot directly at jca...@we... if you like.. - Jamie On 08/May/2009 15:40 Robert Pearson wrote .. > Hmmm. My response seems to be held up by the mail list software since it is > bigger than 40K. Here is everything but the screenshot. > > -----Original Message----- > From: Robert Pearson [mailto:rpe...@sy...] > Sent: Friday, May 08, 2009 5:11 PM > To: 'web...@li...' > Subject: FW: > > Hi Jamie, > > Did you run with #show_bug = 1? > > I saw the problem with both the webmin clean theme and the old/default > theme. > We are running webmin 1.470 from > > http://prdownloads.sourceforge.net/webadmin/webmin-1.470-minimal.tar.gz > > to which we have a few themes and modules. > > We are using > > [root@localhost ~]# perl -v > > This is perl, v5.8.8 built for x86_64-linux-thread-multi > > Running on a stock centos 5.3 system. > > We have used two clients: > > One is Windows XP with Firefox > One is Ubuntu with Firefox. > > Both see the same issue. > > A screenshot is attached showing the missing content for tab b. > > Thanks, > Bob Pearson > > -----Original Message----- > From: Robert Pearson [mailto:rpe...@sy...] > Sent: Friday, May 08, 2009 12:43 PM > To: 'web...@li...' > Subject: > > Thanks Jamie, > > Attached is a tarball with two files, index.cgi and xxx.cgi. > There is a parameter in index.cgi called $show_bug which can be set to 0 or > 1. > > The issue is that when the html for a lower level set of tabs is produced it > messes up the code for a following tab at the top level. > > When the second set of tabs is last you can return to all the pages from an > action button. > > Then the second set of tabs is not last the tab after them does not display > its output when you return from the action. > > Regards, > > Bob Pearson > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |