Mike,
If you don't mind changing the script, go ahead and try the below:
cat usefile | awk -F: '{ print $1 }'
This will list all the names in "userfile", in case you want them in another
file, all you have to do is redirect the output of the command to the
desired file.
Regards,
Ziad
F
Marco,
The following works fine, it will replace your old file with a new one
including the line duplication you are looking for.
cat filename | awk '{
if (NF==1 && $1=="test") {
print $0
printf("%s","test1\n");
}
else {
pr
Chad
LDAP Browser is good but I'd rather stick to the command line utilities.
Cheers,
Ziad
>From: Chad Skinner <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: redhat-list <[EMAIL PROTECTED]>
>Subject: LDAP administration
>Date: Sun, 11 Aug 2002 20:15:32 -0500
>
>What graphical administr
As far as I know, it should be owned by the ldap user and group, and if I am
not wrong if this file is only readable and writable by his owner the whole
directory will keep working fine.
...
>From: Chad Skinner <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject:
Sounds like slapd can't create files in the db directory.. make sure
'/usr/local/var/ldbm' exists and slapd as _write_ access to it.
!!!
>From: Chad Skinner <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: redhat-list <[EMAIL PROTECTED]>
>Subject: openldap errors
>Date: Thu, 11 Jul 2002 2
Hi Nathalie,
I hope this will be helpfull (squid.conf file)
Maximum allowed request size in kilobytes. If people are using
POST to upload files, then set this to the largest acceptable
filesize plus a few extra kbytes.
request_size 100 or request_body_max_size 1000 KB
request_size (KB)
Maxi
It seems I got the problem wrong,
Sorry
>From: Gary Stainburn <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED], "Edward Dekkers" <[EMAIL PROTECTED]>
>Subject: Re: [OT] Subnets and Classes
>Date: Wed, 20 Feb 2002 10:14:23 +
>
>**Disclaimer - all self-tought**
>
>Simple
To give you an exact answer I must know your network topology, but as a
general answer:
You must add the corresponding entry to your router's routing table (and to
your host PC if the default route destination is not the router in
question).
Good Luck.
>From: "Edward Dekkers" <[EMAIL PROTECT
Hello James,
First make sure your kernel is compiled with IP-Aliasing.
Second, set up more then one IP address on the same network interface:
#ifconfig ip1 netmask netmask1 eth0:1 up
#ifconfig ip2 netmask netmask2 eth0:2 up
...
#ifconfig ipn netmask netmaskn eth0:n up
Third, add new entries to
I think you should use LDAP if you have a large number of user and most of
your operations are search and read operations. You can store your users
info in this LDAP and use it for authentication (that can be specified in
your protal).
According to the free email accounts you want to offer tr
10 matches
Mail list logo