You can subscribe to this list here.
2001 |
Jan
(13) |
Feb
(24) |
Mar
(23) |
Apr
(11) |
May
(18) |
Jun
(90) |
Jul
(29) |
Aug
(26) |
Sep
(37) |
Oct
(10) |
Nov
(31) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(45) |
Feb
(18) |
Mar
(12) |
Apr
(7) |
May
(10) |
Jun
(62) |
Jul
(8) |
Aug
(40) |
Sep
(41) |
Oct
(43) |
Nov
(29) |
Dec
(36) |
2003 |
Jan
(25) |
Feb
(9) |
Mar
(11) |
Apr
(13) |
May
(19) |
Jun
(19) |
Jul
(11) |
Aug
(4) |
Sep
(109) |
Oct
(73) |
Nov
(69) |
Dec
(21) |
2004 |
Jan
(21) |
Feb
(33) |
Mar
(31) |
Apr
(25) |
May
(33) |
Jun
(42) |
Jul
(47) |
Aug
(12) |
Sep
(41) |
Oct
(47) |
Nov
(30) |
Dec
(19) |
2005 |
Jan
(6) |
Feb
(23) |
Mar
(21) |
Apr
(26) |
May
(21) |
Jun
(16) |
Jul
(17) |
Aug
(7) |
Sep
(8) |
Oct
(13) |
Nov
(7) |
Dec
(10) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(6) |
Jul
(6) |
Aug
(8) |
Sep
(3) |
Oct
(21) |
Nov
(4) |
Dec
(6) |
2008 |
Jan
(11) |
Feb
(28) |
Mar
(26) |
Apr
(9) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(24) |
May
(22) |
Jun
(18) |
Jul
(15) |
Aug
(21) |
Sep
(4) |
Oct
(7) |
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(18) |
Feb
(2) |
Mar
(23) |
Apr
(4) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(31) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(6) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
2014 |
Jan
|
Feb
(1) |
Mar
(9) |
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Nick J. <ni...@na...> - 2001-09-05 03:24:18
|
On Wed, Sep 05, 2001 at 11:55:57AM +1000, Jamie Cameron wrote: > > This information actually gets stored in the 'real name' field of the password > file, separated by commas. It is rather non-standard though, and some programs > will display it when displaying a user's real name ... which is why I'm not > sure if it should be a standard feature of webmin. The full name field is the first area before the first comma. If a program doesn't split on the comma then they are doing it wrong. Why should you not do it right based on the fact that some other programs don't do it right? -- Nick Jennings |
From: Jamie C. <jca...@we...> - 2001-09-05 02:04:13
|
Terry Davis <td...@bi...> wrote .. > When a user is created there are a few environment variables. I want to > assign > the secondary groups that are selected to environment variables as well. > How > do I do this? You would have to change useradmin/save_user.cgi , and add the following after line 493 : $ENV{'USERADMIN_SECONDARY'} = join(",", split(/\0/, $in{'sgid'})); - Jamie |
From: Jamie C. <jca...@we...> - 2001-09-05 01:56:09
|
Terry Davis <td...@bi...> wrote .. > I sent a previous post ( i think ) regarding phone number and that sort > of > information in the useradmin module. I think I was attempting to say finger > information. chfn on linux will prompt for finger information. I am going > to > hack in support for it myself but this might be a useful addition. chfn > on > redhat has support for: > username > full name > room number > office phone > home phone > > slackware is a bit different: > username > full name > room number > work phone > home phone > other > > Thank you, This information actually gets stored in the 'real name' field of the password file, separated by commas. It is rather non-standard though, and some programs will display it when displaying a user's real name ... which is why I'm not sure if it should be a standard feature of webmin. - Jamie |
From: Terry D. <td...@bi...> - 2001-09-05 01:04:43
|
When a user is created there are a few environment variables. I want to assign the secondary groups that are selected to environment variables as well. How do I do this? -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Nick J. <ni...@na...> - 2001-09-04 22:11:27
|
Excuse me if I am wrong, but chfn puts this info into the password file, which is what you said you didn't want to do. Finger simply retrieves it. I don't know why you have a problem with keeping this information in the password file. Thats where it's meant to be, that were it has been for ages. On Tue, Sep 04, 2001 at 11:59:24AM -0500, Terry Davis wrote: > I sent a previous post ( i think ) regarding phone number and that sort of > information in the useradmin module. I think I was attempting to say finger > information. chfn on linux will prompt for finger information. I am going to > hack in support for it myself but this might be a useful addition. chfn on > redhat has support for: > username > full name > room number > office phone > home phone > > slackware is a bit different: > username > full name > room number > work phone > home phone > other > > Thank you, > > -- > Terry Davis > Systems Administrator > BirdDog Solutions, Inc. > (402) 829-6059 > > > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > ----- End forwarded message ----- > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > - > 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 > -- Nick Jennings |
From: Terry D. <td...@bi...> - 2001-09-04 16:59:52
|
I sent a previous post ( i think ) regarding phone number and that sort of information in the useradmin module. I think I was attempting to say finger information. chfn on linux will prompt for finger information. I am going to hack in support for it myself but this might be a useful addition. chfn on redhat has support for: username full name room number office phone home phone slackware is a bit different: username full name room number work phone home phone other Thank you, -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ ----- End forwarded message ----- ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Terry D. <td...@bi...> - 2001-09-04 06:08:29
|
I need a few more attributes in the useradmin for use in an external script. These would be phone number, department, and a bunch of other user information. Where can I add this stuff to the cgi and make the environment variables so Mmy external script can use them? I dont want them in the /etc/passwd file of course. Thank you! -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Brett S. <bsc...@pa...> - 2001-09-02 05:13:58
|
Does anyone know of an existing utility to create gif/jpg/png images out of a TTF set? I really like the way webmin uses individual gifs for spelling out titles (I think swingset.net did the same thing), but the font is killing me. I know I can use perl with GD libs, but I hate reinventing the wheel. Thanks in advance for your time! -- Brett |
From: Mark S. <mar...@ms...> - 2001-08-30 20:38:25
|
From: Alex de L. <ale...@xs...> - 2001-08-30 16:07:38
|
Hey, Why do things twice? Webmin and a whole lot of modules are in Debian Sid/Unstable. If you insist on making your own deb's, you should take a look at debmake and debhelper, as a deb-package doesn't need a Makefile, AFAIK... Greetings, Alex On 30 Aug 2001 04:26:02 -0700, Ganesh Narayanan wrote: > Hi > > I have installed webmin tool & i fell that its a great > tool. > > Im involved in the deb package making of web min tool. > I do not know how to make it ..since the normal deb > package making requires a MakeFile. > > Can u suggest me a site where i can download the make > file customised for the webmin tool... > > pls let me know asap ... > > I need to make the deb package for a product of my > company > > thanx in advance > > ganesh > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.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 > |
From: Ryan W. M. <ry...@gu...> - 2001-08-30 14:19:39
|
On Wed, 29 Aug 2001, Hugo Meiland wrote: > although I know it is not within the targets of webmin to integrate any > other parsers except cgi script, has anyone tried and succeeded in using php > pages through the webmin server? I played around with this at one point, a basically it was not that easy and was prone to problems (at least in my hour-long implementation). If there is a PHP Perl module I'd recommend starting there, otherwise look into using the php binary (/usr/bin/php, normally) to "run" the file and capture the output, redirecting it to the browser... Cheers, Ryan +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+ Ryan W. Maple "I dunno, I dream in Perl sometimes..." -LW Guardian Digital, Inc. ry...@gu... +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+ |
From: Ganesh N. <gan...@ya...> - 2001-08-30 11:26:03
|
Hi I have installed webmin tool & i fell that its a great tool. Im involved in the deb package making of web min tool. I do not know how to make it ..since the normal deb package making requires a MakeFile. Can u suggest me a site where i can download the make file customised for the webmin tool... pls let me know asap ... I need to make the deb package for a product of my company thanx in advance ganesh __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |
From: Jamie C. <jca...@we...> - 2001-08-30 00:22:31
|
Terry Davis <td...@bi...> wrote .. > Hello, > I know how to get the values of the variables that are set with the fields > in > the useradmin, however, I would like to know when a user is being modified, > deleted, or added. I am running a script after a user is 'changed' in > the > module config. Have a look at the FAQ - this is all documented in there. - Jamie |
From: Hugo M. <hu...@me...> - 2001-08-29 23:29:32
|
Hi all, although I know it is not within the targets of webmin to integrate any other parsers except cgi script, has anyone tried and succeeded in using php pages through the webmin server? Hugo Meiland |
From: Terry D. <td...@bi...> - 2001-08-29 23:23:26
|
Hello, I know how to get the values of the variables that are set with the fields in the useradmin, however, I would like to know when a user is being modified, deleted, or added. I am running a script after a user is 'changed' in the module config. Thank you for any help. -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Gehrigal - W. <we...@ge...> - 2001-08-27 12:37:19
|
Hi All Does Webminserver supports SSI ( Server-Side-Includes ) ? If the server supports SSI: How can i use it? If the server do not support that: Is there a possibility to use webmin with SSI, without using an other Webserver like Apache ? Thanks! bye Alexander Gehrig ------------------------------------------- We...@ge... We are looking for people to help our Team: www.gehrigal.de/kontakt/helping_hands/index.html |
From: Bek O. <gos...@te...> - 2001-08-14 08:57:13
|
Jamie Cameron wrote: > That all looks correct to me.. But does your module have a module.info file? > If not it will not appear in the main menu, even if in the ACL. Argh. I had carefully created it. ... as module.conf. My linux background is showing itself in Freudian ways. *chats FreeBSD FreeBSD FreeBSD* Thankyou Jamie. bekj |
From: Jamie C. <jca...@we...> - 2001-08-14 08:28:33
|
That all looks correct to me.. But does your module have a module.info file? If not it will not appear in the main menu, even if in the ACL. - Jamie Bek Oberin <gos...@te...> wrote .. > From the FM we have: > When you first create a new module, it will not be in the ACL of any > Webmin user and so you will not be able to see it in the main menu. > To > make your module visible, you must either edit the file > /etc/webmin/webmin.acl, or use the Webmin Users module to grant > yourself access. > > My module's called ipfw and /etc/webmin/webmin.acl now looks like > this: > > admin: [edited] > gossamer: ipfw > > But STILL after I restarted the webserver I can't see ipfw under > gossamer's modules. She shows up with nothing. > > Where can I find the darn logs to see what's going on? Not > through the log viewer, but the ACTUAL logs. > > > bekj > > > -- > : Usual state: (e) None of the above. > : gos...@te... http://www.tertius.net.au/~gossamer/ > : I am no longer afraid of storms, for I am learning how to sail > : my own ship. -- Louisa May Alcott > > - > 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 |
From: Bek O. <gos...@te...> - 2001-08-14 07:28:03
|
Bek Oberin wrote: > But STILL after I restarted the webserver I can't see ipfw under > gossamer's modules. She shows up with nothing. > > Where can I find the darn logs to see what's going on? Not > through the log viewer, but the ACTUAL logs. Okay, I found the logs. But the problem still exists. Didn't find out anything about that. bekj -- : Usual state: (e) None of the above. : gos...@te... http://www.tertius.net.au/~gossamer/ : The greatest mistake you can make in life is to be continually : fearing you will make one. -- Elbert Hubbard |
From: Bek O. <gos...@te...> - 2001-08-14 07:24:27
|
From the FM we have: When you first create a new module, it will not be in the ACL of any Webmin user and so you will not be able to see it in the main menu. To make your module visible, you must either edit the file /etc/webmin/webmin.acl, or use the Webmin Users module to grant yourself access. My module's called ipfw and /etc/webmin/webmin.acl now looks like this: admin: [edited] gossamer: ipfw But STILL after I restarted the webserver I can't see ipfw under gossamer's modules. She shows up with nothing. Where can I find the darn logs to see what's going on? Not through the log viewer, but the ACTUAL logs. bekj -- : Usual state: (e) None of the above. : gos...@te... http://www.tertius.net.au/~gossamer/ : I am no longer afraid of storms, for I am learning how to sail : my own ship. -- Louisa May Alcott |
From: Bek O. <gos...@te...> - 2001-08-13 08:26:15
|
Joe Cooper wrote: > http://www.webmin.com/webmin/modules.html#lang > >>Yes, the $text trick is how localization is achieved. > > How do I populate it though? > > I thought it was config.info but that's for %config apparently > > by what I see in the time module. Damm. Sorry for not RTFMing properly before asking. Thankyou. bekj -- : Usual state: (e) None of the above. : gos...@te... http://www.tertius.net.au/~gossamer/ : We ARE as gods and might as well get good at it. : -- Stewart Brand |
From: Joe C. <jo...@sw...> - 2001-08-13 06:09:26
|
http://www.webmin.com/webmin/modules.html#lang Bek Oberin wrote: > Joe Cooper wrote: > >>Yes, the $text trick is how localization is achieved. >> > > How do I populate it though? > > I thought it was config.info but that's for %config apparently > by what I see in the time module. > > I'm stumped. > > > bekj -- Joe Cooper <jo...@sw...> Affordable Web Caching Proxy Appliances http://www.swelltech.com |
From: Bek O. <gos...@te...> - 2001-08-13 05:32:33
|
Joe Cooper wrote: > Yes, the $text trick is how localization is achieved. How do I populate it though? I thought it was config.info but that's for %config apparently by what I see in the time module. I'm stumped. bekj |
From: Andy L. <an...@ep...> - 2001-08-09 21:12:03
|
Alex, >> This may be a VERY stupid question, but did you "chmod +rx" your images? Yes, although +r should be sufficient. Just try it yourself, add an img link within session_login.cgi and enable sessioning. Andy - 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 |
From: Alex de L. <ale...@xs...> - 2001-08-09 20:59:56
|
On 09 Aug 2001 09:19:45 -0500, Andy Levine wrote: > I put this just above the table definition. This still didn't work. I get > the image placeholder, but that is all. This may be a VERY stupid question, but did you "chmod +rx" your images? :o) Alex |