LDAP Gurus-Pl. Help!

2000-11-27 Thread Vineeta
Hi , I needed some help on setting up access control permission for users on LDAP on my linux box.I have configured LDAP and it works great.But,now i want only users who have e-mail accounts be able to search the LDAP database and anonymous users should be denied any search access. what line

Re: bash script question (for loops)

2000-11-27 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Matthew Melvin wrote: > >You can use $IFS to tell bash to split on just the line feeds instead of the >spaces >[mloe@riverbank (1) bashtest]$ IFS=' >> ' Brilliant, thank you -- this was driving me nuts. I finally figured out that the reason this works: LI

SSH_BUG_SIGBLOB; Openssh 2.3.0pl1 client no longer connects to sshd2.1.0pl2

2000-11-27 Thread William Stearns
Good day, all, I just upgraded my RedHat 7.0 workstation to the just-released Openssh-2.3.0pl1. When I try to ssh to the machine called mail, I get: [wstearns@sparrow wstearns]$ ssh mail autodetect SSH_BUG_SIGBLOB Received packet with bad string length 2035794592 The number in t

Re: bash script question (for loops)

2000-11-27 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Mark - You're right, that's an odd inconsistency. I thought perhaps we could modify IFS, but it uses space/tab/newline by default, yet it doesn't seem to be splitting on the space in the first example. (I would think it should.) These two commands produce i

Re: sorry, the modem is busy [please, help]

2000-11-27 Thread brian davison
First things first.. AT commands = AT (attention)plus a command or string of commands for the modem. like ATDT = ATtention, Dial Tone usually followed by a number to dial. ... Modem connection speed .. most modems will accept baud rates up to 115k, some even to 230 or 25

Re: Performance

2000-11-27 Thread brian davison
Sticking to the parts I know about ... Swap for a small system running "x" probably best at a minimum of 128m. can be in multiple partitions or one. (or try a file for swap,, especially if testing or running out of memory and no time for repartitioning... can even be added without rebooting, b

Re: Redhat-list digest, Vol 1 #635 - 19 msgs (Out of Office)[enough already?]

2000-11-27 Thread brian davison
to be ADO or not to be a DODO? At 09:15 PM 11/26/00 -0600, you wrote: >i do not care if you are ADO or not! > > > >James Dunne wrote: >> >> I am on an ADO please direct any urgent matters to Garry Wade ( 66916 ) or Ed Hofkamp ( 66819 ). >> >> >> Cheers >> >> James Dunne >> >> _

Re: Setup

2000-11-27 Thread Richellère Yao Attiégoua
What distribution do you use? And what do u use to connect to Internet? Give some more information and i'll try to help you. _ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

Re: searching list archives

2000-11-27 Thread Eric Clover
http://www.moongroup.com/old/redhat.php thanks chuck eric Aaron Prohaska wrote: > > I am trying to search the list archives for posts that might help me install > a triple boot system (Linux, Win98, Win2K) and can't seem to get the search > to work. Whenever I try to use the search on the r

searching list archives

2000-11-27 Thread Aaron Prohaska
I am trying to search the list archives for posts that might help me install a triple boot system (Linux, Win98, Win2K) and can't seem to get the search to work. Whenever I try to use the search on the redhat site I get a 404 error. Anyone have any idea what I should do? thanks, Aaron ___

[More] Mod_ssl for RH 6.2 - wher is it or where do I get it?

2000-11-27 Thread Jonathan Wilson
I searched for mod_ssl in the rpm search on RH's web site and noticed something: all the mod_ssl RPMs come from apache src.rpms, however, ONLY the apache*src.rpms for RH 7 have ssl. None of the RPMs for 6.2 have mod_ssl. I wish RH wouldn't do stuff like that - don't they know that when you set

Postscript works, Text does not. A BJC-2100 printing question?

2000-11-27 Thread John N. Alegre
Hello List, I come to the guru's with one more question. My old BJC-4100 Canon printer died last week. Because I have a good part of the farm invested in BJ-21 ink carts, I decided to purchase a Canon BJC-2100 printer. I searched the list archives and found a couple of posts that the BJC-60

Mod_ssl for RH 6.2 - wher is it or where do I get it?

2000-11-27 Thread Jonathan Wilson
Howdy, After the SSL RPMs came out from RH I thought I'd end up with mod_ssl (Oh, I have the latest Apache RPMs too) but it seems I don't. Maybe I do and I'm just not seeing it. Anyway, does anyone else have RH's Apache working with mod_ssl (yes Apache, not the secure web server)? Does anyone

Damn Adobe

2000-11-27 Thread Vidiot
I just received e-mail from Adobe that they will not be releasing a commercial version of FrameMaker for Linux. Crap. I will be sending them a strongly worded e-mail shortly. The choices are Windoze or Unix. But wait... Linux is my Unix choice. :-) I'm not a happy camper at this point in time

Re: root and wheel groups

2000-11-27 Thread Statux
> not exactly. The idea is to have all personal accounts in their own > separate groups. This leads to everyone needing a uniq group. and from > there it was decided that group names follow user names (though it could have > been something else such as "user: greg, group: group-greg"), or well, yo

KDCMP - Exceed

2000-11-27 Thread Ahbaid Gaffoor
I have changed my WIndow Manager to KDE, but Excced's Hummingbird does not "see" it via. an XDCMP probe. Any siggestions on how i can get this going? I'm running RH7.0 thanks, Ahbaid. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.r

Re: root and wheel groups

2000-11-27 Thread Gregory Hosler
On 28-Nov-00 Statux wrote: > Well, one must always remember how certain distros like to do things: > UPGs (User Private Groups) as RH and others use will explain the root > group. The scheme is to have the uid and gid to match and to be called the > same thing not exactly. The idea is to have al

RE: searching ldap for the next uidnumber

2000-11-27 Thread Thornton Prime
On Mon, 27 Nov 2000, Moby wrote: > One possibility is to create an object with an attribute to hold the last > assigned user id. Then, every time you add another user, read that > attribute, increment it by one, and use that as the UID. Also store the > newly assigned UID back in that attribute.

Re: searching ldap for the next uidnumber

2000-11-27 Thread Thornton Prime
On Tue, 28 Nov 2000, Corisen wrote: > Hi Thornton, thanks for your help once again. Phewthis means that to add > a new user, I'll have to extract the uidnumber of all existing users, put it > in an array, sort the array, find the max+1. Not very efficient but no > choice since there's no max/

RE: searching ldap for the next uidnumber

2000-11-27 Thread Moby
One possibility is to create an object with an attribute to hold the last assigned user id. Then, every time you add another user, read that attribute, increment it by one, and use that as the UID. Also store the newly assigned UID back in that attribute. This is something along the lines of wha

Re: mysql - granting rights to another pc [solved]

2000-11-27 Thread Corisen
Many thanks to those who helped. I've missed out the step to flush privileges/reload grant table. The following two commands can be used to effect the granting of rights: 1. mysqladmin -uroot -p reload 2. mysql> flush privileges Cheers:) - Original Message - From: Corisen <[EMAIL PROTE

Re: searching ldap for the next uidnumber

2000-11-27 Thread Corisen
Hi Thornton, thanks for your help once again. Phewthis means that to add a new user, I'll have to extract the uidnumber of all existing users, put it in an array, sort the array, find the max+1. Not very efficient but no choice since there's no max/min function in LDAP. Thanks. - Origina

Re: root and wheel groups

2000-11-27 Thread Statux
Well, one must always remember how certain distros like to do things: UPGs (User Private Groups) as RH and others use will explain the root group. The scheme is to have the uid and gid to match and to be called the same thing (of course there are a few exceptions). Personally, I like the old BSD

Re: searching ldap for the next uidnumber

2000-11-27 Thread Thornton Prime
On Tue, 28 Nov 2000, Corisen wrote: > hi, i'll be designing a ldap database to store user attributes. one of them > will be uidnumber. pls advise on the recommeded method to search ldap for > the next available uidnumber to assign to a new user. thanks. Unfortunately, LDAP provides no mechanism

searching ldap for the next uidnumber

2000-11-27 Thread Corisen
hi, i'll be designing a ldap database to store user attributes. one of them will be uidnumber. pls advise on the recommeded method to search ldap for the next available uidnumber to assign to a new user. thanks. ___ Redhat-list mailing list [EMAIL PRO

Re: Athlon Thunderbird & RH6.2

2000-11-27 Thread Leonard den Ottolander
Hi Bill and Stu, > Just clarifying, what kernel did you select for the installation? I am not sure you can choose this, but by default the i686 kernel will be installed. So an easy fix could be to install the i586 kernel (boot from CD, mount the filesystem containing /boot, in

Re: Performance

2000-11-27 Thread Leonard den Ottolander
Hi du, > I know that I should have a look at "hdparm", but before I start fooling > around with this I request you for other (maybe less critical) solution > to my problem. Having a look at hdparm definitely might give your system a boost. Probably just enabling (U)DMA helps a

RE: root and wheel groups

2000-11-27 Thread Nik Cubrilovic
On redhat, you can setup a wheel group, and only members of that group are able to su to root. This is done in PAM configuration after creating the group and adding members. -Nik -wiretapped -Original Message- From: Leonard den Ottolander [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 Nove

Re: On to more productive things.. Wishlist for RH 8.0...

2000-11-27 Thread Leonard den Ottolander
Hi, Support for multiple extended partitions. Not that important with the new lilo, but hey, the kernel has no problem with this, why would the installation have? Bye, Leonard.

root and wheel groups

2000-11-27 Thread Leonard den Ottolander
Hi! Just a short question. Could anybody tell me what the concept is behind having both a root and a wheel group? In *BSD the wheel group is what (RH) linux calls the root group. Why the extra group? Bye,

Re: mysql - granting rights to another pc

2000-11-27 Thread Darryl Harvey
At 03:24 AM 28/11/2000, you wrote: >what is the exact command/query to flush privileges? using mysql client or >mysqladmin? mysqladmin reload reloadReload grant tables [darryl@slab darryl]$ mysqladmin mysqladmin Ver 7.11 Distrib 3.22.27, for pc-linux-gnu on i686 TCX Da

Re: [RedHat-List] Re: mysql - granting rights to another pc

2000-11-27 Thread Cameron Simpson
On Tue, Nov 28, 2000 at 12:24:05AM +0800, Corisen <[EMAIL PROTECTED]> wrote: | what is the exact command/query to flush privileges? using mysql client or | mysqladmin? In mysql (the client) just say: flush privileges This _is_ in the online doco you know... -- Cameron Simpson, DoD#743

Re: Creative Labs 128 Ensoniq (ES1371) supported?

2000-11-27 Thread Leonard den Ottolander
Hello all, > Can someone tell me if the Creative Labs 128 Ensoniq PCI (es1371) sound card is > supported under 2.2 and 2.4 kernel? I just installed another Soundblaster 128 PCI on a RH7 system. sndconfig recognizes the card as a Ensoniq|5880 AudioPCI card, but tells me the card

Re: sorry, the modem is busy [please, help]

2000-11-27 Thread Roadrunner
Hi, I've checked that I've used the right COM/ttys port. Could it be that I need a special driver/package for the modem? I know for sure that it isn't a winmodem so that shouldn't be a problem. It's a PCI, 56k6, Conexant/E-tech Bullet modem with a Rockwell chipset connected to com3/ttys2 . *The

Re: Hmmm... Does it make sense to upgrade GCC?

2000-11-27 Thread mburger
Well, if it's available, the RPM hasn't been made available via "up2date" yet. That having been said, if the version they have available is "stable" and is necessary to compile things you need, such as the latest kernel, it may make sense to do so, yes. At Mon, 27 Nov 2000 12:57:05 -0500 , [EMA

Cyrus IMAPD - resolved

2000-11-27 Thread Moby
Well, I wrote to the e-mail address that showed in the SPEC file as being the last one to make changes and here is the response I got: "On Sun, Nov 26, 2000 at 05:46:45PM -0600, Mobeen Azhar wrote: > Hi Nalin, it seems that there might be problems with the RPM for > cyrus-imapd-2.0.6. I installe

Re: web browser

2000-11-27 Thread Wolfgang Pfeiffer
Reply to message from Jack Bowling on Mon, 27 Nov 2000, 11:11 <-0800>: > ** Reply to message from Wolfgang Pfeiffer <[EMAIL PROTECTED]> on Mon, 27 > Nov 2000 18:23:14 +0100 (CET) > > > > > *(1) = I only can assume it's been memory and swap being full: in such a > > situation it was impossible

Re: web browser

2000-11-27 Thread Jack Bowling
** Reply to message from Wolfgang Pfeiffer <[EMAIL PROTECTED]> on Mon, 27 Nov 2000 18:23:14 +0100 (CET) > *(1) = I only can assume it's been memory and swap being full: in such a > situation it was impossible to check them -- but IIRC from situations when > running Netscape: the whole system be

Re: Performance

2000-11-27 Thread Michael Butler/CanEast/IBM
I'll wade in to this for the fun of it. One thing I would definitely do is a kernel re-compile. The stock kernel's are a little bloated. My experience has been that after a few re-compiles you'll get a nice compact kernel you'll find that ram is freed up. A stock 6.2 kernel used about 30MB while m

Re: web browser

2000-11-27 Thread Wolfgang Pfeiffer
Reply to message from Wolfgang Pfeiffer on Mon, 27 Nov 2000, 19:28 <+0100>: > Reply to message from Charles Galpin on Mon, 27 Nov 2000, 12:44 <-0500>: > > > > > > > On Mon, 27 Nov 2000, Wolfgang Pfeiffer wrote: > > > > > [ ... ] > > > > press 'q' to exit lynx. By default it will ask you if y

Re: Since when is 1.4.2 > 1.6.1???

2000-11-27 Thread Gordon Messmer
On Mon, 27 Nov 2000, Jason Costomiris wrote: > You would think that rpm would be able to tell that 1.6.1 > 1.4.2, right? > Wrong. This morning, I built a new RPM of xchat, using the latest stable > release, 1.6.1. I built it myself to support SSL and other stuff. > > Filing a bugzilla report, b

Re: Netfinity 5000 Machine

2000-11-27 Thread Calamity
Steven, Have you sold this machine yet? If not, how much did you want for it? Marie Steven Pierce wrote: > > I know that this is not the place for this, but I need help. I have > been unemployed for about a year. I had purchased a IBM Netfinity > 5000 PIII 500 (will support dual processors) at

Re: Controlling Process Order/Timing

2000-11-27 Thread Bill Carlson
On Mon, 27 Nov 2000, Cameron Simpson wrote: > On Sat, Nov 25, 2000 at 04:31:23PM -0700, SoloCDM <[EMAIL PROTECTED]> wrote: > | I'm trying to force commands following each other in a script to > | execute one at a time once the preceding command has finished. > > But this is the _normal_ behaviour

Re: web browser

2000-11-27 Thread Wolfgang Pfeiffer
Reply to message from Charles Galpin on Mon, 27 Nov 2000, 12:44 <-0500>: > > > On Mon, 27 Nov 2000, Wolfgang Pfeiffer wrote: > > > But I just set up Pine a week ago or so: nice colors, customization > > possibilities are -- as far as I can see -- great, and it's much livelier > > and quicker t

RE: Can someone tell me what is up2date?

2000-11-27 Thread Mike Burger
It also has a command line component. On Mon, 27 Nov 2000, Burke, Thomas G. wrote: > up2date is a redhat tool that looks up the updates to rh, and then downloads > & installs them. You can configure where to get the rpm's from, as well as > whether to just download or download & install. > > It

Hmmm... Does it make sense to upgrade GCC?

2000-11-27 Thread Burke, Thomas G.
Hey all... I notice bugzilla has sent out an update for gcc on RH v7.0... My question - I have 6.2, & I see no mention of any updates for it's version of GCC. Why is that? Should I get the 7.0v & install it on my 6.2 box? ___ Redha

Re: web browser

2000-11-27 Thread Charles Galpin
On Mon, 27 Nov 2000, Wolfgang Pfeiffer wrote: > But I just set up Pine a week ago or so: nice colors, customization > possibilities are -- as far as I can see -- great, and it's much livelier > and quicker than Messenger is .. IIRC the only problem I had with Pine, > was when I opened lynx from

Re: Athlon Thunderbird & RH6.2

2000-11-27 Thread Bill Carlson
On Mon, 27 Nov 2000, Stu Owen wrote: > For those that are interested, I found the solution by using the > parameter 'x86_serial_nr=1' at the lilo prompt. I can then atleast get > into the system and rebuild the kernel to remove the problem. > > Stu Owen wrote: > > > I am trying to install RedHat

Since when is 1.4.2 > 1.6.1???

2000-11-27 Thread Jason Costomiris
You would think that rpm would be able to tell that 1.6.1 > 1.4.2, right? Wrong. This morning, I built a new RPM of xchat, using the latest stable release, 1.6.1. I built it myself to support SSL and other stuff. Filing a bugzilla report, but this is too bizarre to not mention here. Watch this

Re: web browser

2000-11-27 Thread Wolfgang Pfeiffer
Reply to message from Statux on Sat, 25 Nov 2000, 17:53 <-0500>: > [ ... ] > > I've found Mozilla and pre-releases of NS6 (and from what I actually have > seen of NS6 so far) to be slow. There's something java-driven about the > whole thing. Like, NS4 etc uses whatever it uses and it's fast. The

Re: Performance

2000-11-27 Thread hello
brian davison schrieb: > More details will be needed for a diagnosis. > What type of install was done? (workstation, server, custom? ) I choosed the "workstation" option. > > what are the partition sizes, and arrangement.? One big partition, or > several. Filesystem 1k-blocks U

Re: SMTP mail realy problem. Please help.

2000-11-27 Thread Bill Carlson
On Fri, 24 Nov 2000, John N. Alegre wrote: > An error occurred while sending mail. > The mail server responded: ><[EMAIL PROTECTED]> ... Relaying denied > Please check the message recipients and try again. > > Now when sending mail to [EMAIL PROTECTED] from the machine running > sendmail this

PWLIB

2000-11-27 Thread Rubén Alonso
Hi. Can anybody send me any examples of PWLIB use? Thanks. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Can someone tell me what is up2date?

2000-11-27 Thread Burke, Thomas G.
up2date is a redhat tool that looks up the updates to rh, and then downloads & installs them. You can configure where to get the rpm's from, as well as whether to just download or download & install. It has a GUI interface that can be run by the command "up2date" > -Original Message- >

Can someone tell me what is up2date?

2000-11-27 Thread Steven W. Orr
I'm running 7.0 and I find that I have something running called rhnsd which belongs to up2date. There doesn't seem to be a spec of documentation assocoated with it at all. Also, every two hours I get the following message in syslog: messages:Nov 27 09:43:22 syslang rhnsd[966]: /etc/sysconfig/rhn/

Re: mysql - granting rights to another pc

2000-11-27 Thread Corisen
what is the exact command/query to flush privileges? using mysql client or mysqladmin? - Original Message - From: Ray Parish <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 27, 2000 7:57 PM Subject: Re: mysql - granting rights to another pc > Did you flush privileges?

FTP and UMASK

2000-11-27 Thread JAMES VANETTEN
Is there anyway that I can FTP a file up to my RedHat box and make sure that it is RW for both owner and group instead of just for owner. Thanks Jim ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-li

Web Submission

2000-11-27 Thread Scott Skrogstad
I am looking for a tool that I can use to submit my web sites to search engines. Of course I would like it to run under 6.2 TIA, Scott Skrogstad Computer Integration Inc, [EMAIL PROTECTED] 800-522-3475 Phone ___ Redhat-list mailing list [EMAIL

Re: How to turn on display of ALT text

2000-11-27 Thread Jason Costomiris
On Sun, Nov 26, 2000 at 10:08:22PM -0600, Vidiot wrote: : >http://www.redhat.com/" title="The RedHat Linux Site">Click : : I'd have to try that, but 1) does the TITLE text display on the screen when : the rodent is over the link and 2) that doesn't do any good when it is just : an IMG tag and not

RH 6.2, IPCHAINS, and MechWariior3

2000-11-27 Thread Burke, Thomas G.
Hey all, I'm curious if anyone has had any luck playing MW3 multiplayer through a LINUX box? I have a masq'd internal network, & I'm curious what I need to add to my firewall script (if anything) to allow me to hook up. A copy of my firewll script can be found at http://

Re: Athlon Thunderbird & RH6.2

2000-11-27 Thread Stu Owen
For those that are interested, I found the solution by using the parameter 'x86_serial_nr=1' at the lilo prompt. I can then atleast get into the system and rebuild the kernel to remove the problem. Stu Owen wrote: > I am trying to install RedHat 6.2 on a machine running an Athlon > Thunderbird 8

Re: mysql - granting rights to another pc

2000-11-27 Thread Ray Parish
Did you flush privileges? Ray Parish - Original Message - From: "Corisen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 27, 2000 3:16 AM Subject: mysql - granting rights to another pc > i've granted rights to another machine using the following query in mysql > cli

Setup

2000-11-27 Thread Catalin Gales
Hi there !   I'm new to linux world . Can anyone help me setup my machine to provide Internet access for my local LAN with a Courier Everything modem on a leased line ? I've got from my ISP only the IP and the name my computer and the IP of DNS server . The local IP adresses are private . My

Apache - Mysql -PHP4

2000-11-27 Thread Baumgartner Michael AII/Wien
Hello, i am having problems getting up PHP to work with apache. Apache-1.3.12-2/Apache-devel-1.3.12-2 redhat RPM Package(6.2) Mysql-3.23.21Binary Distribution php-4.0.3pl1 - " - Php-4.0.3pl1 was configured with --with-m

LDAP-access control-urgent!!

2000-11-27 Thread Vineeta
Hi all, I needed some help on setting up access control permission for users on LDAP on my linux box.I have configured LDAP and it works great.But,now i want only users who have e-mail accounts be able to search the LDAP database and anonymous users should be denied any search access. what l

Athlon Thunderbird & RH6.2

2000-11-27 Thread Stu Owen
I am trying to install RedHat 6.2 on a machine running an Athlon Thunderbird 850MHz (Socket A), with an Asus A7V motherboard. The installation programs works fine but once thr process is complete and I try to boot into my new OS the kernel crashes with a general protection fault right at the begin

Re: web browser

2000-11-27 Thread Thomas Ribbrock
On Sat, Nov 25, 2000 at 02:50:01PM -0800, Thornton Prime wrote: > [...] > but the more recent daily snapshots of > Mozilla have been, for the most part, as stable or more stable than > Netscape 4.7x. Hm, that's not exactly an achievement, given NS 4.7x's buggyness... :-} SCNR, Thomas --

Re: OT - setting locale

2000-11-27 Thread Gustav Schaffter
I have recently found the same problem on one of my PCs, but not on any other computer at home. (All run RH6.2+) I searched the archives at moongroup. I found one message with the same question, asked by Miles Lane. But I couldn't find any answers to his question. Maybe nobody knows what's the r

Re: Redhat-list digest, Vol 1 #636 - 20 msgs (Out of Office)

2000-11-27 Thread Gustav Schaffter
Could this jerk be bounced off the list? His lousy email system isn't even capable of tracking to whom he's already sent the dummy response. Gustav James Dunne wrote: > > I am on an ADO please direct any urgent matters to Garry Wade ( 66916 ) or Ed >Hofkamp ( 66819 ). > > > Cheers > > Jam

Re: Missing apache logs ???

2000-11-27 Thread sixx
At 02:10 PM 11/27/00 +0530, you wrote: >check for permissions of that dir. and file. > >Vineeta > >sixx wrote: > > > Anyone been experiencing missing log files on Apache/1.3.9, PHP/3.0.12, > > mod_ssl/2.4.8 > > & OpenSSL/0.9.3a ? > > > > It seems that logs go missing for my virtual hosting server

Re: Missing apache logs ???

2000-11-27 Thread Vineeta
check for permissions of that dir. and file. Vineeta sixx wrote: > Anyone been experiencing missing log files on Apache/1.3.9, PHP/3.0.12, > mod_ssl/2.4.8 > & OpenSSL/0.9.3a ? > > It seems that logs go missing for my virtual hosting server of about 90+ > domains > while everything goes well, su

Re: unsuscribe

2000-11-27 Thread Gustav Schaffter
Since a long time now, I drop any mail from this list where the subject contains 'unsubscribe' directly to /dev/nul. It seems I'll have to do the same with the 'unsuscribe' messages, since this form of misspelling is getting more and more frequent. Gustav Juan Pablo Sandoval Rivera wrote: > >

LDAP access control

2000-11-27 Thread Vineeta
Hi all, I needed some help on setting up access control permission for users on LDAP on my linux box.I have configured LDAP and it works great.But,now i want only users who have e-mail accounts be able to search the LDAP database and anonymous users should be denied any search access. what lin

Missing apache logs ???

2000-11-27 Thread sixx
Anyone been experiencing missing log files on Apache/1.3.9, PHP/3.0.12, mod_ssl/2.4.8 & OpenSSL/0.9.3a ? It seems that logs go missing for my virtual hosting server of about 90+ domains while everything goes well, suexec logs is there, main apache logging is there, only virtual hosting logs see

mysql - granting rights to another pc

2000-11-27 Thread Corisen
i've granted rights to another machine using the following query in mysql client (logged in as root): "grant all privileges on mydatabase to [EMAIL PROTECTED] identified by 'password';" when i change database to "use mysql", i saw the newly granted host with all "N" for all privileges columns. i