Been looking around, but can't seem to find any info on LDAP within Drupal6. There is the LDAP module for D4 and D5, and was wondering if anyone has considered picking it up for D6.
Personally, I'm tempted to do what I can and have an environment that I could at least test my code in (Novell LDAP at work) .. but it's a daunting thing to pick up a module I don't know and try to make it fit within the Drupal standards.
I reported this issue for rc3 but it's the same in rc4
Even with a vanilla installation (no upgrade, no content, no additional modules), accessing admin pages takes many seconds (10-20)(for non authenticated browsing and content creation everything is fine)
My testing environment:
Windows Xp 1 gb ram
Php 5.2
Mysql 5.0,21
Apache 2.0.55
Browsers IE6 Firefox 2.0.11 and Firefox 3.0beta2
It seems apache takes a lot of time to answer the request.
I understand that when it comes to creating a Drupal custom theme you have to make sure the CSS is pointed correctly as print $styles and I have my css named "styles.css" and my html is basic title and then has a border box and the content is inside.
I am trying to get the Feed Aggregateor block to show up in the right sidebar. It shows up when the user is logged in. But not when they aren't. I would like it to show up with anonymous users as well.
I found this in configure
Show block for specific roles:
anonymous user
authenticated user
But changing the setting doesn't see to do anything.
I am just starting with Drupal 6 and trying to figure out some concepts. It seems to me that Blogs and Stories are very similar. Is there a reason to use one over the other. I was planning on just using the Blog for doing press releases etc. I wasn't thinking about using Stories. Should I be?