I tried to authenticate against Microsoft Server 2003 AD domain and as I am not a guru either in LDAP or in AD I ended up modifying code to get it work. :shock:
I added one new configuration option user_base which is used as starting point for searching user object and added choice of "AD" to the ...
Search found 15 matches
- Fri Sep 05, 2008 5:32 pm
- Forum: Plugins
- Topic: Active Directory with LDAP some thoughts and code
- Replies: 1
- Views: 1778
- Tue Sep 07, 2004 5:56 pm
- Forum: Installation
- Topic: Postgresql upgrade not working from 0.6pl3 to current
- Replies: 7
- Views: 9959
Re: Postgresql upgrade not working from 0.6pl3 to current
Say - how about, if you enjoy Serendipity, to join our Mailinglist and become one of our postgreSQL-support guy? Joseph Tate is the only other one currently looking into it, and he's sometimes out of time to check our upgrade SQL bits+pieces. I would love to be able to use your experience ...
- Mon Sep 06, 2004 8:28 pm
- Forum: Installation
- Topic: Postgresql upgrade not working from 0.6pl3 to current
- Replies: 7
- Views: 9959
Re: Postgresql upgrade not working from 0.6pl3 to current
Hi daFool!
Could you maybe look which files from db/* still need tweaking exactly?
About your .htaccess problem - can you post what your file looks like?
Do you have MSN/IRC/ICQ available so that we could work it out together?
I could go through your changes, fix what is broken and post diff ...
Could you maybe look which files from db/* still need tweaking exactly?
About your .htaccess problem - can you post what your file looks like?
Do you have MSN/IRC/ICQ available so that we could work it out together?
I could go through your changes, fix what is broken and post diff ...
- Mon Sep 06, 2004 5:25 pm
- Forum: Installation
- Topic: Postgresql upgrade not working from 0.6pl3 to current
- Replies: 7
- Views: 9959
Re: Postgresql upgrade not working from 0.6pl3 to current
Hi!
Thanks a lot for your tests and your report. With your help I could correct many of those mistakes. Could you please have a look at those files again and see if they're also correct for you?
Regards,
Garvin.
Took todays cvs-snapshot. You managed to fix some of them but not all.
Sep 6 18 ...
Thanks a lot for your tests and your report. With your help I could correct many of those mistakes. Could you please have a look at those files again and see if they're also correct for you?
Regards,
Garvin.
Took todays cvs-snapshot. You managed to fix some of them but not all.
Sep 6 18 ...
- Sun Sep 05, 2004 3:15 pm
- Forum: Installation
- Topic: Postgresql upgrade not working from 0.6pl3 to current
- Replies: 7
- Views: 9959
Re: Postgresql upgrade not working from 0.6pl3 to current
I can and probably will fix all postgresql errors with a little work but should I do so or wait for official fixes? Shall I post diffs/patches to somewhere if I do?
I don't have energy to find out why .htaccess will not be updated but that I can fix manually by copying changes from scracth ...
- Sun Sep 05, 2004 11:50 am
- Forum: Installation
- Topic: Postgresql upgrade not working from 0.6pl3 to current
- Replies: 7
- Views: 9959
Postgresql upgrade not working from 0.6pl3 to current
Sep 5 12:38:24 error postgres[17298]: [9-1] ERROR: column "authorid" does not exist
Sep 5 12:38:24 error postgres[17298]: [10-1] NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index "serendipity_config_pkey" for table "serendipity_config"
Sep 5 12:38:24 error postgres[17298]: [11-1 ...
Sep 5 12:38:24 error postgres[17298]: [10-1] NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index "serendipity_config_pkey" for table "serendipity_config"
Sep 5 12:38:24 error postgres[17298]: [11-1 ...
- Sat Sep 04, 2004 11:20 am
- Forum: General discussions
- Topic: Comment spam
- Replies: 19
- Views: 22772
- Thu Sep 02, 2004 8:52 am
- Forum: General discussions
- Topic: Comment spam
- Replies: 19
- Views: 22772
Oops, what I meant to propose was
Not serendipity_comments.

Code: Select all
update serendipity_entries set allow_comments=falseNot serendipity_comments.
- Thu Sep 02, 2004 8:49 am
- Forum: General discussions
- Topic: Comment spam
- Replies: 19
- Views: 22772
Also go slammed down to the knees...
We also got spammed with comments and twice the server went down under the load. :cry:
After increasing swap we have been surviving for a while but a more permanent solution is required.
You can clean the comments from the entries by deleting them directly. We use
delete from serendipity ...
After increasing swap we have been surviving for a while but a more permanent solution is required.
You can clean the comments from the entries by deleting them directly. We use
delete from serendipity ...
- Wed Jul 28, 2004 9:51 am
- Forum: General discussions
- Topic: Breaking serendipity with creative ways...
- Replies: 4
- Views: 6922
Postgresql errors
Looking thru the plugins-table I noted left over from failed experiment with weather plugin. After deleting it's row from the table the event plugin's select returned.
Could you post the exact errors you are getting? This is quite important to us
Not actually related and I don't know if it is ...
Could you post the exact errors you are getting? This is quite important to us
Not actually related and I don't know if it is ...
- Tue Jul 27, 2004 2:56 pm
- Forum: General discussions
- Topic: Breaking serendipity with creative ways...
- Replies: 4
- Views: 6922
- Tue Jul 27, 2004 10:55 am
- Forum: General discussions
- Topic: Breaking serendipity with creative ways...
- Replies: 4
- Views: 6922
Breaking serendipity with creative ways...
:cry: There are three serendipity installations on our server and two of them are now broken with ways beyond easy ("easy" as being easy for me) repair. And I'm quite at loss where to start looking for solutions.
We moved my wife's blog from old server to new one and upgraded from some 0.5 version ...
We moved my wife's blog from old server to new one and upgraded from some 0.5 version ...
- Wed Jul 07, 2004 9:40 pm
- Forum: General discussions
- Topic: Top referrers?
- Replies: 12
- Views: 29906
Re: How about exits then?
This has just been recently addressed in our CVS development branch. We now no longer only accept every URL within our exit.php script, but only submit the ID with it.
For the time being, you could patch your exit.php like this and put it into an older s9y release
if ($link_row['link'] == $_GET ...
For the time being, you could patch your exit.php like this and put it into an older s9y release
if ($link_row['link'] == $_GET ...
- Mon Jul 05, 2004 2:10 pm
- Forum: General discussions
- Topic: Top referrers?
- Replies: 12
- Views: 29906
Re: How about exits then?
This has just been recently addressed in our CVS development branch. We now no longer only accept every URL within our exit.php script, but only submit the ID with it.
For the time being, you could patch your exit.php like this and put it into an older s9y release
(I haven't tried the code ...
For the time being, you could patch your exit.php like this and put it into an older s9y release
(I haven't tried the code ...
- Mon Jul 05, 2004 1:03 pm
- Forum: General discussions
- Topic: Top referrers?
- Replies: 12
- Views: 29906
How about exits then?
We have been filtering out referrer spammers for a while but now we have a new problem. Exit spammers. There have been more than 1000 exits for particular sites that have no links from our blogs and leave no trace in logfiles.
How is this done? Is this a known bug in Serendipity or a simple ...
How is this done? Is this a known bug in Serendipity or a simple ...