Re: LDAP authentication: non-anonymous bind

2010-01-28 Thread Vadim Chekan
Lars Kruse wrote: Hi, the attached patch adds a second option for non-anonymous binds to the authnz_ldap module. Please consider it for adoption. I've applied it to 2.2.14 today and tested on windows (AD). It can't bind if the exact ldap folder is unknown. Let's say we have users not in

Re: Console _commit() fails on Win

2005-11-15 Thread Vadim Chekan
On 11/13/05, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Vadim Chekan wrote: [cut] I think we can remove safely _commit() call. Note: I have Win XP Pro(sp2) Visual Studio 2005. Yes, that's possibly true in VS2005, but not in MSVC 5 or 6, so it stays. Note that httpd.exe really isn't

Re: Can't compile trunk on Win

2005-11-12 Thread Vadim Chekan
On 11/12/05, Jeff Trawick [EMAIL PROTECTED] wrote: On 11/12/05, Vadim Chekan [EMAIL PROTECTED] wrote: Hi all, I've tryed to compile httpd/trunk and got an error: core_filters.obj : error LNK2019: unresolved external symbol _apr_wait_for_io_or_timeout referenced in function

Console _commit() fails on Win

2005-11-12 Thread Vadim Chekan
Hi all, I'm having assertion failed at server/mpm/winnt/nt_eventlog.c: mpm_nt_eventlog_stderr_open() ... /* Flush stderr and unset its buffer, then commit and replace stderr. * This is typically a noop for Win2K/XP since services with NULL std * handles [but valid FILE *'s, oddly

mod_ldap crash on exit (found why)

2005-10-23 Thread Vadim Chekan
it would be children call detach() and only parent calls destroy() BTW: could comebody explain, how modules configs are shared between processes? Is an instance created by each process? Main process shares them with children via shared memory? Vadim Chekan.

Re: mod_ldap crash on exit (found why)

2005-10-23 Thread Vadim Chekan
On 10/23/05, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Vadim Chekan wrote: But as soon as this memory is shared, addres cache-nodes for child is different from parent. So child overrites parents cache-nodes! There are raw pointers in the shm? Well, in a fork() that's expected