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: Daniele G. <dgi...@sy...> - 2002-01-31 12:00:04
|
Well, you may store as for webmin user password that are encrypted in /miniserv.users Also we may apply MD5 format. Thanks for kindly collaboration! Daniele Jamie Cameron wrote: > Daniele Gianetti wrote: > > > > Hi! > > I'm searching about connections between Webmin servers: I have > > registered a new > > server and set "Login via Webmin with username" adding user and > > password. > > Problem is that user and password are saved no encrypted on the file > > "etc/servers/1012381728.serv" > > and this of course is a security problem: how can I avoid the password > > to be written > > not encrypted ? > > One more information: I have set to use SSL. > > Thanks in advance! > > There isn't really any way to avoid storing the password, as it needs > to be sent in plain-text to the remote webmin server. Even if it was > encrypted, the decryption key would have to be somewhere and so there > wouldn't be any real gain in security .. One way encryption (of the > kind used in /etc/shadow) is not possible. > > - Jamie > > - > 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: Jamie C. <jca...@we...> - 2002-01-30 11:53:37
|
Daniele Gianetti wrote: > > Hi! > I'm searching about connections between Webmin servers: I have > registered a new > server and set "Login via Webmin with username" adding user and > password. > Problem is that user and password are saved no encrypted on the file > "etc/servers/1012381728.serv" > and this of course is a security problem: how can I avoid the password > to be written > not encrypted ? > One more information: I have set to use SSL. > Thanks in advance! There isn't really any way to avoid storing the password, as it needs to be sent in plain-text to the remote webmin server. Even if it was encrypted, the decryption key would have to be somewhere and so there wouldn't be any real gain in security .. One way encryption (of the kind used in /etc/shadow) is not possible. - Jamie |
From: Daniele G. <dgi...@sy...> - 2002-01-30 11:13:11
|
Hi! I'm searching about connections between Webmin servers: I have registered a new server and set "Login via Webmin with username" adding user and password. Problem is that user and password are saved no encrypted on the file "etc/servers/1012381728.serv" and this of course is a security problem: how can I avoid the password to be written not encrypted ? One more information: I have set to use SSL. Thanks in advance! Daniele |
From: Jamie C. <jca...@we...> - 2002-01-26 09:03:38
|
Frank Altpeter wrote: > > hello! > > I'm planning to use the BIND8 module for giving away access to customers > to their own zone files. > > There are a lot of very good features configurable in that module, but > currently i'm still missing some to make above secure. > > - The option "Restrict zone files to directory" doesn't seem to have any > effect if defined. No, it only effects the creation of new zones. If you have > - It would be nice if one can disable editing of name server (NS) > entries and SOA settings. > These are things that a customer shouldn't change for himself. > > And, as global request... is it possible to set module configuration for > newly created users to the minimum possible rights (e.g. all to "no") ? > I don't see any reason, why a new user should have "can edit module > configuration" on "yes" after creation - could cause security problems > if one does create a new user and does forget to edit the user specific > module configuration. That could be a bit user-unfriendly though, as any new user that you create would not be able to do anything in a new module.. Maybe cloning and group access control could be used to get the same effect. > And, as last feature request for today, one question: > > Is it possible, that a user can be configured to be able to edit all > zone files that are located in one directory? > > For example, i have a dns server with about 40000 domains in it. So i > managed the zone files in different directories depending on the > customer name. > So, i have /named/primary/tchibo as directory where the files for tchibo.de, > tchibo.at, tchibo.ch etc. are located. > Now i want to create a user 'tchibo' that should be able to edit all > zone files located in the mentioned directory, even if there will be > more domains added in the future, but no access to any other files in > any other directory, neither read nor write access. > Currently i thought, that "Restrict zone files to directory" was the > desired option, but as mentioned above, that doesn't seem to work. That sounds like a good feature .. I will add it to the next release of webmin. - Jamie |
From: PERA C. <cp...@cy...> - 2002-01-25 08:12:07
|
On Fri, 2002-01-25 at 02:12, Jamie Cameron wrote: > PERA Christophe <cp...@cy...> wrote .. > > Hi, > > I have got a problem with install package functionalities. > > In fact, the cgi file "install_pack.cgi" in software module > > doesn't detect my rpm archive as an install package ... > > It seems function "is_package" in "rpm-lib.pl" is correct. > > (even if it works only on english error messages sent by > > rpm command). > > > > But I am not sure code in install_pack.cgi is correct . > > > > I can read (in install_pack.cgi) the following 'if' statement : > > > > if (!&is_package($pfile)){ > > ### code for unpack rpm ### > > > > } > > > > but with this condition, any jpeg files or others are packages and all > > rpm are not recognised as rpm packages ... > > > > has Someone noticed that ??? > > That is OK I think .. it tries to gunzip the file afterwards in case it > is an .rpm.gz , and if that fails displays an error to the user. Are you > having some problem with this when installing a particular package? > > - Jamie sorry, another error ... my archive rpm.gz is wrong! code is correct thanks for all. christophe PERA. |
From: PERA C. <cp...@cy...> - 2002-01-25 07:52:40
|
On Fri, 2002-01-25 at 03:04, Jamie Cameron wrote: > PERA Christophe <cp...@cy...> wrote .. > > Hi, > > I notice a problem wil "software/rpm-lib.pl" > > on my webmin (version 0.92) on a linux redhat 7.2 and GNU bash, version > > 2.05.8(1)-release (i386-redhat-linux-gnu) > > > > in the is_package function, there is an incorrect indirection : > > > > $out = `rpm -q -p $_[0] 2>&1`; > > in practice, this is a redirection of the standard error output > > on the standard output in my shell. > > > > and so, test on "out" variable is failed. > > someone else meet that ??? > > > > Is there a next correction about that ?? > > like "&>" or other code ? > > Or Maybe it is already modify? > > That isn't a bug - the 2>&1 option redirects STDERR to STDOUT, so that > the perl ` operator can capture all the output from the rpm command, which > is what it wants to do. > > - Jamie yes, I agree. I do an awful mistake :( thanks. Christophe PERA |
From: Wil C. <wc...@na...> - 2002-01-25 05:24:36
|
Attached is a little patch which adds the options to "Hide system users" and "Hide system groups" to the Useradmin module (where "system" is below base_[gu]id). Wil -- W. Reilly Cooley wc...@na... Naked Ape Consulting http://nakedape.cc irc.linux.com #orlug,#pdxlug,#lnxs H. L. Mencken's Law: Those who can -- do. Those who can't -- teach. Martin's Extension: Those who cannot teach -- administrate. |
From: Jamie C. <jca...@we...> - 2002-01-25 02:04:58
|
PERA Christophe <cp...@cy...> wrote .. > Hi, > I notice a problem wil "software/rpm-lib.pl" > on my webmin (version 0.92) on a linux redhat 7.2 and GNU bash, version > 2.05.8(1)-release (i386-redhat-linux-gnu) > > in the is_package function, there is an incorrect indirection : > > $out = `rpm -q -p $_[0] 2>&1`; > in practice, this is a redirection of the standard error output > on the standard output in my shell. > > and so, test on "out" variable is failed. > someone else meet that ??? > > Is there a next correction about that ?? > like "&>" or other code ? > Or Maybe it is already modify? That isn't a bug - the 2>&1 option redirects STDERR to STDOUT, so that the perl ` operator can capture all the output from the rpm command, which is what it wants to do. - Jamie |
From: Jamie C. <jca...@we...> - 2002-01-25 01:12:49
|
PERA Christophe <cp...@cy...> wrote .. > Hi, > I have got a problem with install package functionalities. > In fact, the cgi file "install_pack.cgi" in software module > doesn't detect my rpm archive as an install package ... > It seems function "is_package" in "rpm-lib.pl" is correct. > (even if it works only on english error messages sent by > rpm command). > > But I am not sure code in install_pack.cgi is correct . > > I can read (in install_pack.cgi) the following 'if' statement : > > if (!&is_package($pfile)){ > ### code for unpack rpm ### > > } > > but with this condition, any jpeg files or others are packages and all > rpm are not recognised as rpm packages ... > > has Someone noticed that ??? That is OK I think .. it tries to gunzip the file afterwards in case it is an .rpm.gz , and if that fails displays an error to the user. Are you having some problem with this when installing a particular package? - Jamie |
From: PERA C. <cp...@cy...> - 2002-01-24 16:56:11
|
Hi, I have got a problem with install package functionalities. In fact, the cgi file "install_pack.cgi" in software module doesn't detect my rpm archive as an install package ... It seems function "is_package" in "rpm-lib.pl" is correct. (even if it works only on english error messages sent by rpm command). But I am not sure code in install_pack.cgi is correct . I can read (in install_pack.cgi) the following 'if' statement : if (!&is_package($pfile)){ ### code for unpack rpm ### } but with this condition, any jpeg files or others are packages and all rpm are not recognised as rpm packages ... has Someone noticed that ??? thanks in advance. Christophe PERA. |
From: PERA C. <cp...@cy...> - 2002-01-24 15:15:12
|
Hi, I notice a problem wil "software/rpm-lib.pl" on my webmin (version 0.92) on a linux redhat 7.2 and GNU bash, version 2.05.8(1)-release (i386-redhat-linux-gnu) in the is_package function, there is an incorrect indirection : $out = `rpm -q -p $_[0] 2>&1`; in practice, this is a redirection of the standard error output on the standard output in my shell. and so, test on "out" variable is failed. someone else meet that ??? Is there a next correction about that ?? like "&>" or other code ? Or Maybe it is already modify? thanks in advance christophe PERA. |
From: Frank A. <fa...@en...> - 2002-01-23 13:16:17
|
hello! I'm planning to use the BIND8 module for giving away access to customers to their own zone files. There are a lot of very good features configurable in that module, but currently i'm still missing some to make above secure. - The option "Restrict zone files to directory" doesn't seem to have any effect if defined. - It would be nice if one can disable editing of name server (NS) entries and SOA settings. These are things that a customer shouldn't change for himself. And, as global request... is it possible to set module configuration for newly created users to the minimum possible rights (e.g. all to "no") ? I don't see any reason, why a new user should have "can edit module configuration" on "yes" after creation - could cause security problems if one does create a new user and does forget to edit the user specific module configuration. And, as last feature request for today, one question: Is it possible, that a user can be configured to be able to edit all zone files that are located in one directory? For example, i have a dns server with about 40000 domains in it. So i managed the zone files in different directories depending on the customer name. So, i have /named/primary/tchibo as directory where the files for tchibo.de, tchibo.at, tchibo.ch etc. are located. Now i want to create a user 'tchibo' that should be able to edit all zone files located in the mentioned directory, even if there will be more domains added in the future, but no access to any other files in any other directory, neither read nor write access. Currently i thought, that "Restrict zone files to directory" was the desired option, but as mentioned above, that doesn't seem to work. Well, awaiting a lot of useful discussion on that :)) With kind regards, Frank Altpeter -- Fry: "Maybe he has a parasite." Hermes: "Maybe he is a parasite." |
From: <Rob...@co...> - 2002-01-17 16:12:38
|
I agree about the limitation that is currently on the tool. But might it be a good idea to flag if the UID/GID are different so that the use knows of this. Also would it be too hard to have the tool identify the next available UID on the sourcing system for the user. On the HP systems we have the next uid available automatically is listed in the field and you can change it if you want. Bob Teeter Jamie Cameron <jca...@we...>@fudu.home on 01/17/2002 04:39:00 AM Sent by: jcameron@fudu.home To: Rob...@co... cc: web...@li... Subject: Re: Cluster-useradmin Rob...@co... wrote: > > Thank you for the assist to make the cluster-users code work. Next > question is I see that after testing the sync method for users > that if the uid is different on the boxes this is not an error. Is this > the way it is to work?? or should the uid be test also. The Synchronize option will create users that exist on one server but are missing on another, and will always use the same UID as the 'source' server. It will not bring existing users into sync though, such as by fixing up mismatches like UID or real name. - Jamie |
From: Jamie C. <jca...@we...> - 2002-01-17 10:39:11
|
Rob...@co... wrote: > > Thank you for the assist to make the cluster-users code work. Next > question is I see that after testing the sync method for users > that if the uid is different on the boxes this is not an error. Is this > the way it is to work?? or should the uid be test also. The Synchronize option will create users that exist on one server but are missing on another, and will always use the same UID as the 'source' server. It will not bring existing users into sync though, such as by fixing up mismatches like UID or real name. - Jamie |
From: Frank A. <fa...@en...> - 2002-01-17 09:41:44
|
Hello ! Rob...@co... wrote on 16.01.2002 12:38:04 -0600: > > Thank you for the assist to make the cluster-users code work. Next > question is I see that after testing the sync method for users > that if the uid is different on the boxes this is not an error. Is this > the way it is to work?? or should the uid be test also. Well - i didn't follow the complete thread yet, but i think it would be better if the UID and GID could be synced. There are some cases where you need them to be identical on all systems, for example if you use NFS. With kind regards, Frank Altpeter -- Bender to Zoidberg: "You're looking less nuts, crabby." |
From: <Rob...@co...> - 2002-01-16 18:38:59
|
Thank you for the assist to make the cluster-users code work. Next question is I see that after testing the sync method for users that if the uid is different on the boxes this is not an error. Is this the way it is to work?? or should the uid be test also. Bob Teeter |
From: Veninga, J. <JVe...@BG...> - 2002-01-15 10:58:51
|
Hi, How can I make een own chooser list. For example een chooserlist with some selfmade options? Greetings, Jan Veninga from the Netherlands. jve...@bg... |
From: Marcos R. <pu...@ns...> - 2002-01-13 06:17:03
|
could tmpl_include be included in the acl's per user???? different clients have different templates for their zones!... (if not.. I think I should clone bind8... am I right?) thanks. Marcos |
From: Marcos R. <pu...@ns...> - 2002-01-13 05:58:57
|
lets' see if I understand correctly: the clone feature will do a symlink whith the original module... but will have different config/acl files (in /etc/webmin/module-clone and /etc/webmin/module)... in the other hand... if a modification is "hardcore" in the perl of the module itself, the best way is to copy it (something like cd /pathtowebmin/ ; cp -a module mymodule ) and then change /paththowebmin/mymodule/module.info. cheers! Marcos |
From: Terry D. <td...@bi...> - 2002-01-12 17:40:12
|
The module cgi simply hangs without a response and eventually times out. Is there a place where some useful logging/debugging information would be about this? I have pasted my module.info and a table listing of the wbm file: name=BirdDog User Manager desc=BirdDog Users and Groups drwxr-xr-x root/root 0 2002-01-12 11:37:23 bduseradmin/ -rw-r--r-- root/root 8997 2002-01-11 22:17:28 bduseradmin/acl_security.pl -rw-r--r-- root/root 1339 2002-01-11 22:17:28 bduseradmin/aix-lib.pl -rwxr-xr-x root/root 14693 2002-01-11 22:17:28 bduseradmin/batch_exec.cgi -rwxr-xr-x root/root 3110 2002-01-11 22:17:28 bduseradmin/batch_form.cgi -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/cobalt-linux-lib.pl -rw-r--r-- root/root 404 2002-01-11 22:17:28 bduseradmin/config-aix -rw-r--r-- root/root 407 2002-01-11 22:17:28 bduseradmin/config-cobalt-linux -rw-r--r-- root/root 362 2002-01-11 22:17:28 bduseradmin/config-corel-linux -rw-r--r-- root/root 362 2002-01-11 22:17:28 bduseradmin/config-debian-linux -rw-r--r-- root/root 409 2002-01-11 22:17:28 bduseradmin/config-freebsd -rw-r--r-- root/root 356 2002-01-11 22:17:28 bduseradmin/config-hpux -rw-r--r-- root/root 515 2002-01-11 22:17:28 bduseradmin/config-irix -rw-r--r-- root/root 347 2002-01-11 22:17:28 bduseradmin/config-mandrake-linux -rw-r--r-- root/root 374 2002-01-11 22:17:28 bduseradmin/config-msc-linux -rw-r--r-- root/root 386 2002-01-11 22:17:28 bduseradmin/config-netbsd -rw-r--r-- root/root 384 2002-01-11 22:17:28 bduseradmin/config-open-linux -rw-r--r-- root/root 399 2002-01-11 22:17:28 bduseradmin/config-openbsd -rw-r--r-- root/root 356 2002-01-11 22:17:28 bduseradmin/config-osf1 -rw-r--r-- root/root 374 2002-01-11 22:17:28 bduseradmin/config-redhat-linux -rw-r--r-- root/root 360 2002-01-11 22:17:28 bduseradmin/config-slackware-linux -rw-r--r-- root/root 372 2002-01-11 22:17:28 bduseradmin/config-solaris -rw-r--r-- root/root 374 2002-01-11 22:17:28 bduseradmin/config-suse-linux -rw-r--r-- root/root 374 2002-01-11 22:17:28 bduseradmin/config-turbo-linux -rw-r--r-- root/root 372 2002-01-11 22:17:28 bduseradmin/config-unixware -rw-r--r-- root/root 1550 2002-01-11 22:17:28 bduseradmin/config.info -rw-r--r-- root/root 1135 2002-01-11 22:17:28 bduseradmin/config.info.de -rw-r--r-- root/root 1632 2002-01-11 22:17:28 bduseradmin/config.info.es -rw-r--r-- root/root 1157 2002-01-11 22:17:28 bduseradmin/config.info.fr -rw-r--r-- root/root 1318 2002-01-11 22:17:28 bduseradmin/config.info.ja_JP.euc -rw-r--r-- root/root 1617 2002-01-11 22:17:28 bduseradmin/config.info.pl -rw-r--r-- root/root 1026 2002-01-11 22:17:28 bduseradmin/config.info.ru_RU -rw-r--r-- root/root 1027 2002-01-11 22:17:28 bduseradmin/config.info.ru_SU -rw-r--r-- root/root 1189 2002-01-11 22:17:28 bduseradmin/config.info.sv -rw-r--r-- root/root 1080 2002-01-11 22:17:28 bduseradmin/config.info.tr -rw-r--r-- root/root 820 2002-01-11 22:17:28 bduseradmin/config.info.zh_CN -rw-r--r-- root/root 730 2002-01-11 22:17:28 bduseradmin/config.info.zh_TW.Big5 -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/corel-linux-lib.pl -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/debian-linux-lib.pl -rw-r--r-- root/root 222 2002-01-11 22:17:28 bduseradmin/defaultacl -rwxr-xr-x root/root 1739 2002-01-11 22:17:28 bduseradmin/delete_group.cgi -rwxr-xr-x root/root 4278 2002-01-11 22:17:28 bduseradmin/delete_user.cgi -rwxr-xr-x root/root 3686 2002-01-11 22:17:28 bduseradmin/edit_group.cgi -rwxr-xr-x root/root 17516 2002-01-11 22:17:28 bduseradmin/edit_user.cgi -rw-r--r-- root/root 1261 2002-01-11 22:17:28 bduseradmin/freebsd-lib.pl -rw-r--r-- root/root 6949 2002-01-11 22:17:28 bduseradmin/help.html -rw-r--r-- root/root 1192 2002-01-11 22:17:28 bduseradmin/hpux-lib.pl drwxr-xr-x root/root 0 2002-01-11 22:17:28 bduseradmin/images/ -rw-r--r-- root/root 498 2002-01-11 22:17:28 bduseradmin/images/group.gif -rw-r--r-- root/root 390 2002-01-11 22:17:28 bduseradmin/images/icon.gif -rw-r--r-- root/root 223 2002-01-11 22:17:28 bduseradmin/images/user.gif -rwxr-xr-x root/root 9896 2002-01-11 22:17:28 bduseradmin/index.cgi -rw-r--r-- root/root 1263 2002-01-11 22:17:28 bduseradmin/irix-lib.pl drwxr-xr-x root/root 0 2002-01-11 22:17:28 bduseradmin/lang/ -rw-r--r-- root/root 9761 2002-01-11 22:17:28 bduseradmin/lang/de -rw-r--r-- root/root 13191 2002-01-11 22:17:28 bduseradmin/lang/en -rw-r--r-- root/root 14740 2002-01-11 22:17:28 bduseradmin/lang/es -rw-r--r-- root/root 9706 2002-01-11 22:17:28 bduseradmin/lang/fr -rw-r--r-- root/root 8326 2002-01-11 22:17:28 bduseradmin/lang/he -rw-r--r-- root/root 12746 2002-01-11 22:17:28 bduseradmin/lang/ja_JP.euc -rw-r--r-- root/root 10237 2002-01-11 22:17:28 bduseradmin/lang/ja_JP.eucJP -rw-r--r-- root/root 11760 2002-01-11 22:17:28 bduseradmin/lang/ko_KR.euc -rw-r--r-- root/root 15353 2002-01-11 22:17:28 bduseradmin/lang/pl -rw-r--r-- root/root 7147 2002-01-11 22:17:28 bduseradmin/lang/pt -rw-r--r-- root/root 8662 2002-01-11 22:17:28 bduseradmin/lang/ru_RU -rw-r--r-- root/root 8672 2002-01-11 22:17:28 bduseradmin/lang/ru_SU -rw-r--r-- root/root 12536 2002-01-11 22:17:28 bduseradmin/lang/sv -rw-r--r-- root/root 9292 2002-01-11 22:17:28 bduseradmin/lang/tr -rw-r--r-- root/root 6487 2002-01-11 22:17:28 bduseradmin/lang/zh_CN -rw-r--r-- root/root 6292 2002-01-11 22:17:28 bduseradmin/lang/zh_TW.Big5 -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/linux-lib.pl -rwxr-xr-x root/root 1672 2002-01-11 22:17:28 bduseradmin/list_logins.cgi -rw-r--r-- root/root 1507 2002-01-11 22:17:28 bduseradmin/log_parser.pl -rw-r--r-- root/root 302 2002-01-11 22:17:28 bduseradmin/low.risk -rw-r--r-- root/root 50 2002-01-11 22:17:28 bduseradmin/low.skill -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/mandrake-linux-lib.pl -rwxr-xr-x root/root 3927 2002-01-11 22:17:28 bduseradmin/many_create.cgi -rwxr-xr-x root/root 1413 2002-01-11 22:17:28 bduseradmin/many_form.cgi -rw-r--r-- root/root 142 2002-01-11 22:17:28 bduseradmin/medium.risk -rw-r--r-- root/root 8 2002-01-11 22:17:28 bduseradmin/medium.skill -rw-r--r-- root/root 56 2002-01-12 11:30:40 bduseradmin/module.info -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/msc-linux-lib.pl -rwxr-xr-x root/root 4718 2002-01-11 22:17:28 bduseradmin/my_group_chooser.cgi -rwxr-xr-x root/root 4380 2002-01-11 22:17:28 bduseradmin/my_user_chooser.cgi -rw-r--r-- root/root 1261 2002-01-11 22:17:28 bduseradmin/netbsd-lib.pl -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/open-linux-lib.pl -rw-r--r-- root/root 1261 2002-01-11 22:17:28 bduseradmin/openbsd-lib.pl -rw-r--r-- root/root 1181 2002-01-11 22:17:28 bduseradmin/osf1-lib.pl -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/redhat-linux-lib.pl -rwxr-xr-x root/root 2912 2002-01-11 22:17:28 bduseradmin/save_group.cgi -rwxr-xr-x root/root 15123 2002-01-11 22:17:28 bduseradmin/save_user.cgi -rwxr-xr-x root/root 1191 2002-01-11 22:17:28 bduseradmin/search_group.cgi -rwxr-xr-x root/root 1242 2002-01-11 22:17:28 bduseradmin/search_user.cgi -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/slackware-linux-lib.pl -rw-r--r-- root/root 1203 2002-01-11 22:17:28 bduseradmin/solaris-lib.pl -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/suse-linux-lib.pl -rw-r--r-- root/root 4597 2002-01-11 22:17:28 bduseradmin/turbo-linux-lib.pl -rw-r--r-- root/root 1297 2002-01-11 22:17:28 bduseradmin/unixware-lib.pl -rw-r--r-- root/root 20180 2002-01-11 22:17:28 bduseradmin/user-lib.pl -rw-r--r-- root/root 504 2002-01-11 22:17:28 bduseradmin/foo -rw-r--r-- root/root 3337 2002-01-11 22:17:28 bduseradmin/foo2 Thank you for any ideas. -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 |
From: Terry D. <td...@bi...> - 2002-01-12 04:52:13
|
nevermind, i am a moron. lol Terry Davis wrote: > Ok, this is interresting, I have an english version ( i assume ), but=20 > here is my module.info file: >=20 > desc_ru_SU=3D=F0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=C9 =C9 =E7=D2=D5=D0=D0=D9 > risk=3Dlow medium high > desc_ko_KR.euc=3D=BB=E7=BF=EB=C0=DA =B9=D7 =B1=D7=B7=EC > desc_zh_TW.Big5=3D=A8=CF=A5=CE=AA=CC=BA=DE=B2z > desc_pl=3DU=BFytkownicy i grupy > desc_de=3DBenutzer und Gruppen > name=3DUser Manager > desc_zh_CN=3D=D3=C3=BB=A7=D3=EB=C8=BA=D7=E9 > desc_pt=3DUtilizadores e Grupos > category=3Dsystem > desc_tr=3DKullan=FDc=FD ve Gruplar > os_support=3Dslackware-linux redhat-linux mandrake-linux solaris=20 > debian-linux suse-linux hpux freebsd osf1 open-linux unixware=20 > turbo-linux openbsd > corel-linux cobalt-linux irix aix netbsd msc-linux > desc=3DUsers and Groups > desc_es=3DUsuarios y Grupos > desc_sv=3DAnv=E4ndare och grupper > desc_fr=3DUtilisateurs et groupes > desc_ja_JP.euc=3D=A5=E6=A1=BC=A5=B6=A4=AA=A4=E8=A4=D3=A5=B0=A5=EB=A1=BC= =A5=D7 > depends=3D0.88 > version=3D0.88 > desc_ru_RU=3D=CF=EE=EB=FC=E7=EE=E2=E0=F2=E5=EB=E8 =E8 =C3=F0=F3=EF=EF=FB >=20 >=20 > Any suggestions? >=20 > Thank you for your patience! >=20 >=20 > Joe Cooper wrote: >=20 >> Have a look in the module.info file in the module directory. After=20 >> copying the module directory to a new dir name (i.e. apache becomes=20 >> myapache), modify the module.info to contain a new name (Apache=20 >> becomes MyApache, for instance). >> >> I think that will do it. From now on, you can update Apache alongside= =20 >> the rest of Webmin, and your MyApache module will remain the same. >> >> Terry Davis wrote: >> >>> Ok, but what if I wanted to create a whole new module out of it? Is=20 >>> this possible? >>> >>> Jamie Cameron wrote: >>> >>>> Terry Davis wrote: >>>> >>>>> I have made some changes to the code that I dont want to lose when = I >>>>> update. Is there a way I can export that module in its current sta= te >>>>> and rename it to a different module? THat way, when I update, the=20 >>>>> main >>>>> module can be updated while my "exported" module remains the same. >>>>> >>>>> Thank you! >>>>> Hope this makes sense. >>>>> >>>> >>>> Your best option would be to copy the module directory to a new name= , >>>> (making sure to copy /etc/webmin/modulename as well) and then grant=20 >>>> yourself >>>> access to the copy rather than to the original. That way when webmin= =20 >>>> is upgraded >>>> it will leave the copy alone and only upgrade the original directory= .. >>>> >>>> - Jamie >>>> >>> >>> >>> >> >> >> >=20 >=20 >=20 --=20 Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 |
From: Terry D. <td...@bi...> - 2002-01-12 04:25:07
|
Ok, this is interresting, I have an english version ( i assume ), but=20 here is my module.info file: desc_ru_SU=3D=F0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=C9 =C9 =E7=D2=D5=D0=D0=D9 risk=3Dlow medium high desc_ko_KR.euc=3D=BB=E7=BF=EB=C0=DA =B9=D7 =B1=D7=B7=EC desc_zh_TW.Big5=3D=A8=CF=A5=CE=AA=CC=BA=DE=B2z desc_pl=3DU=BFytkownicy i grupy desc_de=3DBenutzer und Gruppen name=3DUser Manager desc_zh_CN=3D=D3=C3=BB=A7=D3=EB=C8=BA=D7=E9 desc_pt=3DUtilizadores e Grupos category=3Dsystem desc_tr=3DKullan=FDc=FD ve Gruplar os_support=3Dslackware-linux redhat-linux mandrake-linux solaris=20 debian-linux suse-linux hpux freebsd osf1 open-linux unixware=20 turbo-linux openbsd corel-linux cobalt-linux irix aix netbsd msc-linux desc=3DUsers and Groups desc_es=3DUsuarios y Grupos desc_sv=3DAnv=E4ndare och grupper desc_fr=3DUtilisateurs et groupes desc_ja_JP.euc=3D=A5=E6=A1=BC=A5=B6=A4=AA=A4=E8=A4=D3=A5=B0=A5=EB=A1=BC=A5= =D7 depends=3D0.88 version=3D0.88 desc_ru_RU=3D=CF=EE=EB=FC=E7=EE=E2=E0=F2=E5=EB=E8 =E8 =C3=F0=F3=EF=EF=FB Any suggestions? Thank you for your patience! Joe Cooper wrote: > Have a look in the module.info file in the module directory. After=20 > copying the module directory to a new dir name (i.e. apache becomes=20 > myapache), modify the module.info to contain a new name (Apache becomes= =20 > MyApache, for instance). >=20 > I think that will do it. From now on, you can update Apache alongside=20 > the rest of Webmin, and your MyApache module will remain the same. >=20 > Terry Davis wrote: >=20 >> Ok, but what if I wanted to create a whole new module out of it? Is=20 >> this possible? >> >> Jamie Cameron wrote: >> >>> Terry Davis wrote: >>> >>>> I have made some changes to the code that I dont want to lose when I >>>> update. Is there a way I can export that module in its current stat= e >>>> and rename it to a different module? THat way, when I update, the m= ain >>>> module can be updated while my "exported" module remains the same. >>>> >>>> Thank you! >>>> Hope this makes sense. >>>> >>> >>> Your best option would be to copy the module directory to a new name, >>> (making sure to copy /etc/webmin/modulename as well) and then grant=20 >>> yourself >>> access to the copy rather than to the original. That way when webmin=20 >>> is upgraded >>> it will leave the copy alone and only upgrade the original directory = .. >>> >>> - Jamie >>> >> >> >> >=20 >=20 >=20 --=20 Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 |
From: Terry D. <td...@bi...> - 2002-01-12 04:13:33
|
ahhh! Thank you Joe, this is exactly what I was looking for. Joe Cooper wrote: > Have a look in the module.info file in the module directory. After > copying the module directory to a new dir name (i.e. apache becomes > myapache), modify the module.info to contain a new name (Apache becomes > MyApache, for instance). > > I think that will do it. From now on, you can update Apache alongside > the rest of Webmin, and your MyApache module will remain the same. > > Terry Davis wrote: > >> Ok, but what if I wanted to create a whole new module out of it? Is >> this possible? >> >> Jamie Cameron wrote: >> >>> Terry Davis wrote: >>> >>>> I have made some changes to the code that I dont want to lose when I >>>> update. Is there a way I can export that module in its current state >>>> and rename it to a different module? THat way, when I update, the main >>>> module can be updated while my "exported" module remains the same. >>>> >>>> Thank you! >>>> Hope this makes sense. >>>> >>> >>> Your best option would be to copy the module directory to a new name, >>> (making sure to copy /etc/webmin/modulename as well) and then grant >>> yourself >>> access to the copy rather than to the original. That way when webmin >>> is upgraded >>> it will leave the copy alone and only upgrade the original directory .. >>> >>> - Jamie >>> >> >> >> > > > -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 |
From: Joe C. <jo...@sw...> - 2002-01-12 04:05:02
|
Have a look in the module.info file in the module directory. After copying the module directory to a new dir name (i.e. apache becomes myapache), modify the module.info to contain a new name (Apache becomes MyApache, for instance). I think that will do it. From now on, you can update Apache alongside the rest of Webmin, and your MyApache module will remain the same. Terry Davis wrote: > Ok, but what if I wanted to create a whole new module out of it? Is > this possible? > > Jamie Cameron wrote: > >> Terry Davis wrote: >> >>> I have made some changes to the code that I dont want to lose when I >>> update. Is there a way I can export that module in its current state >>> and rename it to a different module? THat way, when I update, the main >>> module can be updated while my "exported" module remains the same. >>> >>> Thank you! >>> Hope this makes sense. >>> >> >> Your best option would be to copy the module directory to a new name, >> (making sure to copy /etc/webmin/modulename as well) and then grant >> yourself >> access to the copy rather than to the original. That way when webmin >> is upgraded >> it will leave the copy alone and only upgrade the original directory .. >> >> - Jamie >> > > > -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Jamie C. <jca...@we...> - 2002-01-12 02:25:09
|
Robert Teeter wrote: > > I have been trying to get the cluster useradmin to work. I have checked > the code > because only the "this server" entry is displayed but @servers contains > the three > entries that are in my webmin servers /etc/webmin/server/*.serv files. > Any directional help would be very helpfull Do you have usernames and passwords set for those servers? The cluster modules can only manage servers that have the 'Link type' set to 'Login via Webmin with username' as they need to login to webmin on the other servers in order to add users and so on .. - Jamie |