From: <mai...@lo...> - 2008-08-26 10:08:06
|
I would like some more advice on SSL certs and webmin. I have two certs one each for two domains - the first one I put on gave me a cludged SSL support for port 10000 (webmin) but the second one then overwrote the first causeing webmin to go offline untill I started it back up manually via PuTTY. If you fancy a laugh at my inexperince you can read the full story here: http://lordmatt.co.uk/item/1161/ All of it was probably my fault and I'm not too bothered about that - nothing was broken. I get my certs from startcom.org because they do free certs (I have no cash). This is fine but they only provide free certs for a TLD so my server company provided domain (being a sub-domain) is not going to work. 1. How do I add the certificates so that I can offer https for my two domains? 2. How do I crete a self signed cert for the sub domain that my server company have provided? Or can I make WebMin always redirect (answer) on a specified domain name? Cheers Matt. |
From: Marconi <ma...@ma...> - 2008-12-10 04:02:17
|
WebMin 1.441, Mac OS X 10.4.11 Is there a setting in Webmin where I can enter, one time, an IP address to which transfers of any zone are permitted? Or do I have to edit each zone separately to add an address which can request zone transfers? |
From: Jamie C. <jca...@we...> - 2008-12-10 05:00:56
|
On 09/Dec/2008 20:02 Marconi wrote .. > WebMin 1.441, Mac OS X 10.4.11 > > Is there a setting in Webmin where I can enter, one time, an IP address to which > transfers of any zone are permitted? Or do I have to edit each zone separately > to add an address which can request zone transfers? Yes - in BIND DNS Server -> Zone Defaults -> Allow transfers from. - Jamie |
From: Marconi <ma...@ma...> - 2008-12-12 01:18:34
|
At 9:00 PM -0800 12/9/08, Jamie Cameron sent email regarding DNS : >On 09/Dec/2008 20:02 Marconi wrote .. >> WebMin 1.441, Mac OS X 10.4.11 >> >> Is there a setting in Webmin where I can enter, one time, an IP >>address to which >> transfers of any zone are permitted? Or do I have to edit each >>zone separately >> to add an address which can request zone transfers? > >Yes - in BIND DNS Server -> Zone Defaults -> Allow transfers from. OK, I think the problem I was having was due to a minor misunderstanding on my part. When I eliminated the per-zone allow-transfer values, Webmin left this: allow-transfer { }; for each zone from which I'd deleted the IPs. Apparently, BIND interprets this as allow NO transfers. It does not revert to the zone defaults to see what IPs may transfer. Apparently, the empty: allow-transfer { }; is not eliminated unless I remember to click the "Default" button for "Allow transfers from" when editing zone options. Live and learn! |
From: Jamie C. <jca...@we...> - 2008-12-12 02:04:58
|
On 11/Dec/2008 17:18 Marconi wrote .. > At 9:00 PM -0800 12/9/08, Jamie Cameron sent email regarding DNS : > >On 09/Dec/2008 20:02 Marconi wrote .. > >> WebMin 1.441, Mac OS X 10.4.11 > >> > >> Is there a setting in Webmin where I can enter, one time, an IP > >>address to which > >> transfers of any zone are permitted? Or do I have to edit each > >>zone separately > >> to add an address which can request zone transfers? > > > >Yes - in BIND DNS Server -> Zone Defaults -> Allow transfers from. > > OK, I think the problem I was having was due to a minor > misunderstanding on my part. > > When I eliminated the per-zone allow-transfer values, Webmin left this: > > allow-transfer { > }; > > for each zone from which I'd deleted the IPs. > > Apparently, BIND interprets this as allow NO transfers. It does not > revert to the zone defaults to see what IPs may transfer. > > Apparently, the empty: > > allow-transfer { > }; > > is not eliminated unless I remember to click the "Default" button for > "Allow transfers from" when editing zone options. > > Live and learn! Wow, that is surprising - I didn't know BIND would behave that way either! - Jamie |
From: Marconi <ma...@ma...> - 2008-12-12 19:44:00
|
At 6:04 PM -0800 12/11/08, Jamie Cameron sent email regarding Re: [webmin-l] DNS Learning Experience: >On 11/Dec/2008 17:18 Marconi wrote .. > > >> Apparently, BIND interprets this as allow NO transfers. It does not >> revert to the zone defaults to see what IPs may transfer. >> >> Apparently, the empty: >> > > allow-transfer { > > }; >> >> is not eliminated unless I remember to click the "Default" button for >> "Allow transfers from" when editing zone options. >> >> Live and learn! > >Wow, that is surprising - I didn't know BIND would behave that way >either! Apparently, you did or you would not have programmed Webmin to leave the empty: allow-transfer { }; if "Listed" is checked (with none listed) but remove it if "Default" is checked. |
From: Shanta M. <web...@co...> - 2008-12-23 18:10:25
|
From: <ja...@ya...> - 2010-11-10 00:02:48
|
http://goo.gl/nMHVR |
From: Scott B. <sco...@gm...> - 2011-01-04 11:15:14
|
http://hsminfo.com/starpage.html -- Scott Berry MCP and A Plus Certified |
From: Mateus B. <ma...@pm...> - 2011-01-04 18:13:15
|
Dear Sirs. Firstly, happy new year for all! I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with SSL, just by single http. If I try https://localhost:10000 I get the message: SSL received a record that exceeded the maximum length allowed. (ssl_error_rx_record_too_long) What does this mean? Thanks... Mateus Belluzzo SMA | CTI - Centro de Tecnologia da Informação Tel: (42) 3271-1106 Prefeitura de Telêmaco Borba/PR - Brazil |
From: Jamie C. <jca...@we...> - 2011-01-04 18:48:31
|
On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. > Dear Sirs. > > Firstly, happy new year for all! > > I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with SSL, > just by single http. > > If I try https://localhost:10000 I get the message: > > SSL received a record that exceeded the maximum length allowed. > (ssl_error_rx_record_too_long) > > What does this mean? It could be due to an invalid SSL cert ... are you just using the one that Webmin generates? Also, if you try to connect from the command line with the command : wget -O /dev/null --no-check-certificate https://localhost:10000/ what does it output? - Jamie |
From: Mateus B. <ma...@pm...> - 2011-01-05 11:23:18
|
Jamie, Shows "Connecting localhost|127.0.0.1|:10000... connected!" So the problem is the certificate...but strange, I've others servers Webmins on Ubuntu and works fine, without any special configuration. What I have to do? Mateus. -----Mensagem original----- De: Jamie Cameron [mailto:jca...@we...] Enviada em: terça-feira, 4 de janeiro de 2011 16:48 Para: Webmin users list Assunto: Re: [webmin-l] Problem with SSL On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. > Dear Sirs. > > Firstly, happy new year for all! > > I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with SSL, > just by single http. > > If I try https://localhost:10000 I get the message: > > SSL received a record that exceeded the maximum length allowed. > (ssl_error_rx_record_too_long) > > What does this mean? It could be due to an invalid SSL cert ... are you just using the one that Webmin generates? Also, if you try to connect from the command line with the command : wget -O /dev/null --no-check-certificate https://localhost:10000/ what does it output? - Jamie ---------------------------------------------------------------------------- -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl - Forwarded by the Webmin mailing list at web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Jamie C. <jca...@we...> - 2011-01-05 18:14:47
|
I wonder if SSL mode is even being used at all? Try using an http:// URL instead of https:// .. On 05/Jan/2011 03:23 Mateus Belluzzo <ma...@pm...> wrote .. > Jamie, > > Shows "Connecting localhost|127.0.0.1|:10000... connected!" > > So the problem is the certificate...but strange, I've others servers Webmins > on Ubuntu and works fine, without any special configuration. > > What I have to do? > > Mateus. > > > -----Mensagem original----- > De: Jamie Cameron [mailto:jca...@we...] > Enviada em: terça-feira, 4 de janeiro de 2011 16:48 > Para: Webmin users list > Assunto: Re: [webmin-l] Problem with SSL > > On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. > > Dear Sirs. > > > > Firstly, happy new year for all! > > > > I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with > SSL, > > just by single http. > > > > If I try https://localhost:10000 I get the message: > > > > SSL received a record that exceeded the maximum length allowed. > > (ssl_error_rx_record_too_long) > > > > What does this mean? > > It could be due to an invalid SSL cert ... are you just using the one that > Webmin generates? > > Also, if you try to connect from the command line with the command : > > wget -O /dev/null --no-check-certificate https://localhost:10000/ > > what does it output? > > - Jamie > > ---------------------------------------------------------------------------- > -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Cecil Y. Jr. <cj...@yo...> - 2011-01-05 18:52:42
|
You need to either delete the certificate and re accept or import it again replacing the current/old one. On 01/05/2011 03:23 AM, Mateus Belluzzo wrote: > Jamie, > > Shows "Connecting localhost|127.0.0.1|:10000... connected!" > > So the problem is the certificate...but strange, I've others servers Webmins > on Ubuntu and works fine, without any special configuration. > > What I have to do? > > Mateus. > > > -----Mensagem original----- > De: Jamie Cameron [mailto:jca...@we...] > Enviada em: terça-feira, 4 de janeiro de 2011 16:48 > Para: Webmin users list > Assunto: Re: [webmin-l] Problem with SSL > > On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. > >> Dear Sirs. >> >> Firstly, happy new year for all! >> >> I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with >> > SSL, > >> just by single http. >> >> If I try https://localhost:10000 I get the message: >> >> SSL received a record that exceeded the maximum length allowed. >> (ssl_error_rx_record_too_long) >> >> What does this mean? >> > It could be due to an invalid SSL cert ... are you just using the one that > Webmin generates? > > Also, if you try to connect from the command line with the command : > > wget -O /dev/null --no-check-certificate https://localhost:10000/ > > what does it output? > > - Jamie > > ---------------------------------------------------------------------------- > -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- Cecil Yother, Jr. "cj" cj's 2318 Clement Ave Alameda, CA 94501 tel 510.865.2787 | http://yother.com Check out the new Volvo classified resource http://www.volvoclassified.com |
From: Mateus B. <ma...@pm...> - 2011-01-05 19:18:14
|
Sorry Cecil, How can I do this?(delete/replace). It's simple? Mateus. -----Mensagem original----- De: Cecil Yother, Jr. [mailto:cj...@yo...] Enviada em: quarta-feira, 5 de janeiro de 2011 16:52 Para: Webmin users list Assunto: Re: [webmin-l] ***SPAM*** RES: Problem with SSL You need to either delete the certificate and re accept or import it again replacing the current/old one. On 01/05/2011 03:23 AM, Mateus Belluzzo wrote: > Jamie, > > Shows "Connecting localhost|127.0.0.1|:10000... connected!" > > So the problem is the certificate...but strange, I've others servers Webmins > on Ubuntu and works fine, without any special configuration. > > What I have to do? > > Mateus. > > > -----Mensagem original----- > De: Jamie Cameron [mailto:jca...@we...] > Enviada em: terça-feira, 4 de janeiro de 2011 16:48 > Para: Webmin users list > Assunto: Re: [webmin-l] Problem with SSL > > On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. > >> Dear Sirs. >> >> Firstly, happy new year for all! >> >> I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with >> > SSL, > >> just by single http. >> >> If I try https://localhost:10000 I get the message: >> >> SSL received a record that exceeded the maximum length allowed. >> (ssl_error_rx_record_too_long) >> >> What does this mean? >> > It could be due to an invalid SSL cert ... are you just using the one that > Webmin generates? > > Also, if you try to connect from the command line with the command : > > wget -O /dev/null --no-check-certificate https://localhost:10000/ > > what does it output? > > - Jamie > > ---------------------------------------------------------------------------- > -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > ---------------------------------------------------------------------------- -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- Cecil Yother, Jr. "cj" cj's 2318 Clement Ave Alameda, CA 94501 tel 510.865.2787 | http://yother.com Check out the new Volvo classified resource http://www.volvoclassified.com ---------------------------------------------------------------------------- -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl - Forwarded by the Webmin mailing list at web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Cecil Y. Jr. <cj...@yo...> - 2011-01-05 19:39:38
|
Your browser saves certificates. In Firefox (Linux) it's Edit > Preferences > Advanced > View Certificates and remove the offending certificate and then when you return to the site accept the certificate and you should be set. On 01/05/2011 11:17 AM, Mateus Belluzzo wrote: > Sorry Cecil, > > How can I do this?(delete/replace). It's simple? > > Mateus. > > > -----Mensagem original----- > De: Cecil Yother, Jr. [mailto:cj...@yo...] > Enviada em: quarta-feira, 5 de janeiro de 2011 16:52 > Para: Webmin users list > Assunto: Re: [webmin-l] ***SPAM*** RES: Problem with SSL > > You need to either delete the certificate and re accept or import it > again replacing the current/old one. > > On 01/05/2011 03:23 AM, Mateus Belluzzo wrote: > >> Jamie, >> >> Shows "Connecting localhost|127.0.0.1|:10000... connected!" >> >> So the problem is the certificate...but strange, I've others servers >> > Webmins > >> on Ubuntu and works fine, without any special configuration. >> >> What I have to do? >> >> Mateus. >> >> >> -----Mensagem original----- >> De: Jamie Cameron [mailto:jca...@we...] >> Enviada em: terça-feira, 4 de janeiro de 2011 16:48 >> Para: Webmin users list >> Assunto: Re: [webmin-l] Problem with SSL >> >> On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. >> >> >>> Dear Sirs. >>> >>> Firstly, happy new year for all! >>> >>> I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with >>> >>> >> SSL, >> >> >>> just by single http. >>> >>> If I try https://localhost:10000 I get the message: >>> >>> SSL received a record that exceeded the maximum length allowed. >>> (ssl_error_rx_record_too_long) >>> >>> What does this mean? >>> >>> >> It could be due to an invalid SSL cert ... are you just using the one that >> Webmin generates? >> >> Also, if you try to connect from the command line with the command : >> >> wget -O /dev/null --no-check-certificate https://localhost:10000/ >> >> what does it output? >> >> - Jamie >> >> >> > ---------------------------------------------------------------------------- > >> -- >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> - >> Forwarded by the Webmin mailing list at >> > web...@li... > >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> >> >> > ---------------------------------------------------------------------------- > -- > >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> > and, > >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> - >> Forwarded by the Webmin mailing list at >> > web...@li... > >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> > -- Cecil Yother, Jr. "cj" cj's 2318 Clement Ave Alameda, CA 94501 tel 510.865.2787 | http://yother.com Check out the new Volvo classified resource http://www.volvoclassified.com |
From: Mateus B. <ma...@pm...> - 2011-01-06 12:09:04
|
Cecil, I remove the certificate from Firefox and nothing happens...but I found the problem: the module SSL aren't loaded on httpd.conf (line 242 - LoadModule ssl_module modules/mod_ssl.so). : ) Thanks a lot and brazilian regards. Mateus Belluzzo. -----Mensagem original----- De: Cecil Yother, Jr. [mailto:cj...@yo...] Enviada em: quarta-feira, 5 de janeiro de 2011 17:39 Para: Webmin users list Assunto: Re: [webmin-l] ***SPAM*** RES: ***SPAM*** RES: Problem with SSL Your browser saves certificates. In Firefox (Linux) it's Edit > Preferences > Advanced > View Certificates and remove the offending certificate and then when you return to the site accept the certificate and you should be set. On 01/05/2011 11:17 AM, Mateus Belluzzo wrote: > Sorry Cecil, > > How can I do this?(delete/replace). It's simple? > > Mateus. > > > -----Mensagem original----- > De: Cecil Yother, Jr. [mailto:cj...@yo...] > Enviada em: quarta-feira, 5 de janeiro de 2011 16:52 > Para: Webmin users list > Assunto: Re: [webmin-l] ***SPAM*** RES: Problem with SSL > > You need to either delete the certificate and re accept or import it > again replacing the current/old one. > > On 01/05/2011 03:23 AM, Mateus Belluzzo wrote: > >> Jamie, >> >> Shows "Connecting localhost|127.0.0.1|:10000... connected!" >> >> So the problem is the certificate...but strange, I've others servers >> > Webmins > >> on Ubuntu and works fine, without any special configuration. >> >> What I have to do? >> >> Mateus. >> >> >> -----Mensagem original----- >> De: Jamie Cameron [mailto:jca...@we...] >> Enviada em: terça-feira, 4 de janeiro de 2011 16:48 >> Para: Webmin users list >> Assunto: Re: [webmin-l] Problem with SSL >> >> On 04/Jan/2011 10:12 Mateus Belluzzo <ma...@pm...> wrote .. >> >> >>> Dear Sirs. >>> >>> Firstly, happy new year for all! >>> >>> I've installed Webmin 1.530 on Mandriva 2008 but it doesn't works with >>> >>> >> SSL, >> >> >>> just by single http. >>> >>> If I try https://localhost:10000 I get the message: >>> >>> SSL received a record that exceeded the maximum length allowed. >>> (ssl_error_rx_record_too_long) >>> >>> What does this mean? >>> >>> >> It could be due to an invalid SSL cert ... are you just using the one that >> Webmin generates? >> >> Also, if you try to connect from the command line with the command : >> >> wget -O /dev/null --no-check-certificate https://localhost:10000/ >> >> what does it output? >> >> - Jamie >> >> >> > ---------------------------------------------------------------------------- > >> -- >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> - >> Forwarded by the Webmin mailing list at >> > web...@li... > >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> >> >> > ---------------------------------------------------------------------------- > -- > >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> > and, > >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> - >> Forwarded by the Webmin mailing list at >> > web...@li... > >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> > -- Cecil Yother, Jr. "cj" cj's 2318 Clement Ave Alameda, CA 94501 tel 510.865.2787 | http://yother.com Check out the new Volvo classified resource http://www.volvoclassified.com ---------------------------------------------------------------------------- -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl - Forwarded by the Webmin mailing list at web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Mat E. <mat...@gm...> - 2011-12-27 13:22:25
|
Jamie, The list for secondary groups on the page when adding or editing a user used to be in creation order and it is now in alphabetical order. How do I change it back? -- Mathew E. Enders "Where once Samba and Apache sold Linux to the world they are now just part of the plumbing. But that's OK, plumbers make good money." --Jeremy Allison |
From: Mat E. <mat...@gm...> - 2011-12-27 13:32:32
|
I figured out the problem. I changed the module config from being sorted in file order to being sorted in UID/GUID order. Why does this change the way that the secondary groups are sorted to alphabetical? I would expect the behavior to be either no change or same as list was set to. Mat Enders from my BlackBerry® -----Original Message----- From: Mat Enders <mat...@gm...> Date: Tue, 27 Dec 2011 08:22:18 To: Webmin users list<web...@li...> Reply-To: Webmin users list <web...@li...> Subject: [webmin-l] (no subject) Jamie, The list for secondary groups on the page when adding or editing a user used to be in creation order and it is now in alphabetical order. How do I change it back? -- Mathew E. Enders "Where once Samba and Apache sold Linux to the world they are now just part of the plumbing. But that's OK, plumbers make good money." --Jeremy Allison ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev - Forwarded by the Webmin mailing list at web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Jamie C. <jca...@we...> - 2011-12-28 00:11:03
|
That's a bug .. I'll fix it in the next Webmin release. On 27/Dec/2011 05:32 Mat Enders <mat...@gm...> wrote .. > I figured out the problem. I changed the module config from being sorted in file > order to being sorted in UID/GUID order. Why does this change the way that the > secondary groups are sorted to alphabetical? I would expect the behavior to be > either no change or same as list was set to. > Mat Enders from my BlackBerry® > > -----Original Message----- > From: Mat Enders <mat...@gm...> > Date: Tue, 27 Dec 2011 08:22:18 > To: Webmin users list<web...@li...> > Reply-To: Webmin users list <web...@li...> > Subject: [webmin-l] (no subject) > > Jamie, > > The list for secondary groups on the page when adding or > editing a user used to be in creation order and it is now in > alphabetical order. How do I change it back? > > -- > Mathew E. Enders |
From: Sart C. <sar...@ya...> - 2013-02-17 15:44:56
|
http://www.opensize.de/hurotzsi/y8r54ujayioh33usw.b271m0bp?azvqp7d725es96mggwn3v1tn24z |
From: Sart C. <sar...@ya...> - 2013-03-29 04:49:46
|
http://www.scoreimmo.com/rprkaz/kyt.ukmf?ebkbh |
From: Bruno C. <bc...@gm...> - 2017-07-02 15:41:50
|
From: Bruno C. <bc...@gm...> - 2017-07-03 15:35:33
|