Hello list,
just a quickie, I need to add a massive load of users for apache
authentication, I have the usernames and associated passwords in
a plain text file, one line per user like:
:
:
...
Database auth would be an overshot, these users will likely never
change.
Is there an easy way to auto
On Fri, Feb 20, 2004 at 08:36:08AM +0100, Adrian 'Dagurashibanipal' von Bidder wrote:
> On Thursday 19 February 2004 23.28, Craig Sanders wrote:
> > On Thu, Feb 19, 2004 at 09:34:52PM +0100, Bj?rnar Bj?rgum Larsen wrote:
> > > For example, I'd like comments on
> > > http://homepages.tesco.net/~J.de
Hello Michael,
> untested, quick and dirty
Works as advertised, you saved my day! :)
OTOH I should someday learn to hack these quickies myself...
Alaaf,
Erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri Feb 20, 2004 at 12:0533PM +0100, Erik Dörnbach wrote:
> Hello list,
>
> just a quickie, I need to add a massive load of users for apache
> authentication, I have the usernames and associated passwords in
> a plain text file, one line per user like:
>
> :
> :
> ...
>
> Database auth would
[no cc:s necessary, thanks]
On Friday 20 February 2004 12.37, Craig Sanders wrote:
> On Fri, Feb 20, 2004 at 08:36:08AM +0100, Adrian 'Dagurashibanipal' von
Bidder wrote:
> > I guess the document was written years ago, when postfix did indeed lack
> > *some* of the features people did expect (one
Hi again,
> untested, quick and dirty
>
> #!/usr/bin/perl
>
> while (<>) {
>($username, $password)=split /:/, $_, 2;
>system("/usr/bin/htpasswd", "-b", "/path/to/htaccess",
> $username, $password);
> }
Mmmh, I'm not sure why, it looks right, but now I noticed, it doesn't
work. The outp
On Fri, Feb 20, 2004 at 04:05:15PM +0100, Erik D?rnbach wrote:
> Hi again,
>
> > untested, quick and dirty
> >
> > #!/usr/bin/perl
> >
> > while (<>) {
chomp;
> >($username, $password)=split /:/, $_, 2;
> >system("/usr/bin/htpasswd", "-b", "/path/to/htaccess",
> > $username, $pa
On Fri, Feb 20, 2004 at 04:05:15PM +0100, Erik D?rnbach wrote:
> Hi again,
>
> > untested, quick and dirty
> >
> > #!/usr/bin/perl
> >
> > while (<>) {
> >($username, $password)=split /:/, $_, 2;
chomp($password);
> >system("/usr/bin/htpasswd", "-b", "/path/to/htaccess",
> > $
wow!
> > > #!/usr/bin/perl
> > >
> > > while (<>) {
> > >($username, $password)=split /:/, $_, 2;
>
> chomp($password);
>
> > >system("/usr/bin/htpasswd", "-b", "/path/to/htaccess",
> > > $username, $password);
> > > }
Nice one, this did it - thank you all for contributions!
Ha
贵公司<厂>您好!
本公司因进项大于销项现有余额<增值税电脑版发票、普通商品销售发票>可以代开。可以代寻开其它行业发票如运输发票、建筑发票、机动车发票、汽车维修发票..。
如贵公司办有来料加工免税海关手册,因各种原因进出口数量不符,本公司可以提供符合货物进出核销,达到货物合法免税,散货搜集于各大口岸代理报关公司。代做产品的产地证。
公司可以为三资企业提供<出口专用发票>。
我公司愿与广大新老客户真诚合作、共谋发展。欢迎贵公司来人来电洽谈业含。
祝: 生意兴隆 财源广进
联系人
On Friday 20 February 2004 16.24, Erik Dörnbach wrote:
...
Hi,
Could you please avoid starting a new thread every time you reply to a
message?
Thanks
-- vbi
--
It is easier to write an incorrect program than understand a correct one.
pgp0.pgp
Description: signature
3rd Update . . .
After twiddling about in various things, a bit of apt-get here and there -
it works
Not sure what I did exactly, but it's all working in harmony now.
Good thing for the help I got from the list ;) (joking)
MT
- Original Message -
From: "Richard Brooks" <[EMAIL PROTEC
Adrian 'Dagurashibanipal' von Bidder wrote:
On Friday 20 February 2004 07.36, Arnd Vehling wrote:
Can anyone clue me in on how to get those two forsaken libs cleanly
installed on a debian stable system so this damn binary will run?
Is it an option to run that app in a chroot?
Sure. I though about
On Friday 20 February 2004 20.10, Arnd Vehling wrote:
> Adrian 'Dagurashibanipal' von Bidder wrote:
> > On Friday 20 February 2004 07.36, Arnd Vehling wrote:
> >>Can anyone clue me in on how to get those two forsaken libs cleanly
> >>installed on a debian stable system so this damn binary will run?
On Thu, Feb 19, 2004 at 09:34:52PM +0100, Bj?rnar Bj?rgum Larsen wrote:
> I am in the process of choosing between postfix and qmail for our mail relays. I've
> not decided yet. However, I am surprised by the fact that many people who prefer
> postfix, also enjoy posting unqualified[0] statements[
On Sat, 24.01.2004 at 11:59:18 +1100, Russell Coker <[EMAIL PROTECTED]> wrote:
> One of the worst aspects of spam is the way much of it uses
> forged sender addresses. AOL is hoping to stir up some organized
> resistance to the practice of address forgery through a new
> e-mail protocol called
Bjørnar Bjørgum Larsen wrote:
I am in the process of choosing between postfix and qmail for our
mail relays. I've not decided yet. However, I am surprised by the
fact that many people who prefer postfix, also enjoy posting
unqualified[0] statements[1][2][3] about qmail.
If anyone have properly gro
Given the sudoers file below omacneil (as a member of wheel) should be
able to do anything with a password and should be able to run "update"
with no password.
I can run everything but only with a password.
What am I missing?
reversing the order of %wheel & omacneil lines doesn't change things.
Hi,
On Sat, 21.02.2004 at 00:23:26 +0100, Adam ENDRODI <[EMAIL PROTECTED]> wrote:
> Since the license prohibits distributing binary packages built
> from modified source, you must rely on other methods of
> installation. (On the other hand, once done, it's done for ever;
> see the next point).
19 matches
Mail list logo