Re: [gentoo-server] Plone, Apache and mod_rewrite

2005-06-21 Thread Chris S
Michael Stewart (vericgar) wrote: Chris S wrote: I have been struggling all afternoon with trying to get Plone (2.0.5-r1) to work through Apache (2.0.54-r11) and am wondering if someone could slap me over the head and point out what I'm doing wrong? How much have you change

Re: [gentoo-server] Plone, Apache and mod_rewrite

2005-06-20 Thread Chris S
Chris S wrote: Howdy, I have been struggling all afternoon with trying to get Plone (2.0.5-r1) to work through Apache (2.0.54-r11) and am wondering if someone could slap me over the head and point out what I'm doing wrong? Oh boy, it has been a long day. I forgot to add the error

[gentoo-server] Plone, Apache and mod_rewrite

2005-06-20 Thread Chris S
Howdy, I have been struggling all afternoon with trying to get Plone (2.0.5-r1) to work through Apache (2.0.54-r11) and am wondering if someone could slap me over the head and point out what I'm doing wrong? I have a plone site (test) which works perfectly and can be accessed through http://

Re: [gentoo-server] trouble with booting 2005.0 on SATA RAID

2005-05-30 Thread Chris S
Paul Kölle wrote: Thanks, there is an undocumented switch "nolvm2" to turn off volume group scan. Got it all working now. I'm not yet building the final kernel. Is there a way to build an initrd with genkernel (and I'd need to integrate a module wich is outside the kernel tree)? cheers Paul

Re: [gentoo-server] trouble with booting 2005.0 on SATA RAID

2005-05-30 Thread Chris S
Paul Kölle wrote: Hi folks, maybe someone hit the same roadblock an could give some insight. The situation: I'm trying to setup gentoo 2005.0 on a new p4 with 2Gig and 4 SATA disks. The disks are on an Adaptec 8110x which uses (unsupported) Marvell chips. So far so bad. I managed to find a (p

Re: [gentoo-server] which ldap database

2005-05-28 Thread Chris S
Paul Kölle wrote: use bdb, it's the recommended backend from the openldap folks. If your database is huge and/or your server busy go to the openldap.org site and read in the faq-o-matic entries about DB_CONFIG. Or go to sleepycat.com. thanks again Paul :) -c cheers Paul -- gentoo-serv

[gentoo-server] which ldap database

2005-05-27 Thread Chris S
Would people mind offering advice as to which database type I should use with openldap? The machine will be a web, email, etc server. Dual Opteron 246 with 4gb ram, 4 x 300gb sata drives in hardware raid 5. I am trying to get openldap to be the central authentication system for sftp and courie

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-27 Thread Chris S
Paul Kölle wrote: typo in my post, line 2 should read (of course) "dc: domain" oh yes, of course ;) thank you that seems to have made it all work! :O [snipp] *cephas ~ # sed -e 's/#.*//;/^\s*$/d' "$@" /etc/openldap/ldap.conf* BASE dc=domain, dc=net, dc=au

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-27 Thread Chris S
Paul Kölle wrote: Again, this is NOT a successful search, there are no results. Interesting, I thought it was successful because it didnt fail, and naturally there *is* nothing in my database because I can't even create the base dn.. From your ldapad

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-26 Thread Chris S
Paul Kölle wrote: please post the ldif containing the entries for you intended base, I'll give it a shot. Hi Paul, Sorry for the delay.. been super busy. As previously mentioned, it's the base that I can't create with 3 dc levels, however I can get around it by creating base level of two,

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-23 Thread Chris S
Paul Kölle wrote: Sorry, -b is ldapsearch only. You need to tell the client about your new base in /etc/openldap/ldap.conf (this is for the openldap client tools). base=dc=domain,dc=net,dc=au And of course have a "database" section with the correct "suffix" in slapd.conf. cheers Paul Hi P

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-21 Thread Chris S
Paul Kölle wrote: Chris S wrote: *Code:* cephas # ldapadd -D "cn=Manager,dc=domain,dc=net,dc=au" -W -f /tmp/base.ldif Enter LDAP Password: adding new entry "dc=net,dc=au" ldap_add: Server is unwilling to perform (53) additional info: no global superior knowledg

Re: [gentoo-server] does ldap need sasl?

2005-05-21 Thread Chris S
Paul Kölle wrote: Benjamin Smee wrote: Chris S wrote: Hi all, Quick (hopefully) question: If I'm setting up a server to authenticate everything via ldap, do I need sasl? Yes You don't NEED sasl for ldap related authentication at all. The issue is more tha

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-21 Thread Chris S
Paul Kölle wrote: Chris S wrote: *Code:* cephas # ldapadd -D "cn=Manager,dc=domain,dc=net,dc=au" -W -f /tmp/base.ldif Enter LDAP Password: adding new entry "dc=net,dc=au" ldap_add: Server is unwilling to perform (53) additional info: no global superior knowledg

Re: [gentoo-server] does ldap need sasl?

2005-05-21 Thread Chris S
Benjamin Smee wrote: heya, On Saturday 21 May 2005 15:35, Chris S wrote: Great, thank you very much for the answer. So SASL, in regard to LDAP, would be the security authentication layer and is a good thing to get working. I'll give it another go! Not necessarily. Like I sa

Re: [gentoo-server] does ldap need sasl?

2005-05-21 Thread Chris S
x for simple authentication and bypass sasl) so wondered if it was something I could/should live without, or something I need to work at. thank very much!! Chris Benjamin Smee wrote: lo, On Saturday 21 May 2005 11:32, Chris S wrote: any ideas? -c Chris S wrote: Hi all,

Re: [gentoo-server] does ldap need sasl?

2005-05-21 Thread Chris S
any ideas? -c Chris S wrote: Hi all, Quick (hopefully) question: If I'm setting up a server to authenticate everything via ldap, do I need sasl? I thought sasl, apart from being a security layer, was another db to hold users? So if my users are in ldap, why would I need sasl

Re: [gentoo-server] ldap multiple dc rootdn?

2005-05-21 Thread Chris S
any ideas? -c Chris S wrote: Hi all, Starting to play with LDAP :D and having an issue where it doesn't like my fqdn. (openldap 2.2.26) In short I would like to know if I can have multiple dc for my rootdn? (it appears I'm limited to 2). I want to use dc=au because I'm i

Re: [gentoo-server] several semi-related questions

2005-05-17 Thread Chris S
Ben Munat wrote: Chris S wrote: I like emerge -avDu world ; revdep-rebuild ; emerge -av --depclean Every time you emerge? Every day? Once a week? Well I rarely actually do that. I usually just update packages that come out on GLSA. But on the occasion that I have updated everything, I do that

Re: [gentoo-server] Opteron; BIOS ack's all 4GB RAM, but OS does not [solved]

2005-05-16 Thread Chris S
Christian Parpart wrote: On Monday 16 May 2005 3:49 pm, Christian Parpart wrote: On Monday 16 May 2005 3:29 pm, Eric Thibodeau wrote: Hi Chrisitian, You might want to take a look at the Linux kernel amilling list. One of my friends had issues with his dual Xeon and 4Gigs of RAM. In

Re: [gentoo-server] several semi-related questions

2005-05-16 Thread Chris S
Ben Munat wrote: So, is everyone off enjoying the spring weather (last days of fall for anyone down under) or did I just ask too many questions? Just had to say, it's Autumn down here - we don't have Fall ;) Well, I cleaned up the webapp cruft, and now running "equery depends apache" gives me: [

[gentoo-server] ldap multiple dc rootdn?

2005-05-16 Thread Chris S
Hi all, Starting to play with LDAP :D and having an issue where it doesn't like my fqdn. (openldap 2.2.26) In short I would like to know if I can have multiple dc for my rootdn? (it appears I'm limited to 2). I want to use dc=au because I'm in Australia, ie: dc=domain,dc=net,dc=au I can setup l

[gentoo-server] does ldap need sasl?

2005-05-14 Thread Chris S
Hi all, Quick (hopefully) question: If I'm setting up a server to authenticate everything via ldap, do I need sasl? I thought sasl, apart from being a security layer, was another db to hold users? So if my users are in ldap, why would I need sasl also? Unless it's needed for secure authenticati