[users@httpd] Indexing in openldap

2015-02-16 Thread Mangesh Sawant
ame as per following in slapd.conf: index UserID eq Kindly let me know whether it is the correct syntax of defining an index. Thanks And Regards , Mangesh Sawant .

[users@httpd] Request time out in version 2.2.7

2014-02-07 Thread Mangesh Sawant
DROP After this command if we send LDAP search request to AD, client does not return. Is it OK to use this commands for simulating LDAP server down scenario?? Thanks And Regards , Mangesh Sawant .

[users@httpd] Re: Compiling libmain.a as libmain.so in HTTPDSRC2.2.7 on 64 bit Linux machine.

2013-07-22 Thread Mangesh Sawant
Issue resolved after adding CFLAGS="-fpic" to configure command. Thanks And Regards , Mangesh Sawant . On Mon, Jul 22, 2013 at 11:49 AM, Mangesh Sawant wrote: > Compiling HTTPDSRC2.2.7 sources on 64 bit machine. There is no issue with > compilation. > When I try to lin

[users@httpd] Compiling libmain.a as libmain.so in HTTPDSRC2.2.7 on 64 bit Linux machine.

2013-07-21 Thread Mangesh Sawant
no issue. Is it possible to build libmain.a as libmain.so, if yes what would be configuration options? Thanks And Regards , Mangesh Sawant .

[users@httpd] Error while compiling HTTPD(version 2.2.7) on 64 bit machine.

2013-07-09 Thread Mangesh Sawant
ule -avoid-version mod_authn_file.lo /bin/sh: /home/CODE/RBS_OPEN_SRC/branches/HTTPDSRC2.2.7/shlibtool: No such file or directory Thanks And Regards , Mangesh Sawant .

[users@httpd] Issue with LDAPVerifyServerCert flag.

2013-06-27 Thread Mangesh Sawant
LDAPVerifyServerCertflag ON. -- Thanks And Regards , Mangesh Sawant .

[users@httpd] Defining search depth for mod_ldap.

2013-06-25 Thread Mangesh Sawant
uid,userPassword. cn and sn were blank, which are attributes of child nodes. -- Thanks And Regards , Mangesh Sawant .

Re: [users@httpd] Apache 2.2.15 - 100% CPU utillization

2013-06-09 Thread Mangesh Sawant
31/* seed the brigade with the client socket. */ > > 132e = apr_bucket_socket_create(net->client_socket, > f->c->bucket_alloc); > > 133 APR_BRIGADE_INSERT_TAIL(ctx->b, e); > > 134net->in_ctx = ctx; > > 135} > > 136else if (APR_BRIGADE_EMPTY(ctx->b)) { > > ^ > > 137return APR_EOF; > > 138} > > ** ** > > Thanks, > > Vamsi. > -- Thanks And Regards , Mangesh Sawant .

[users@httpd] Error(Decoding error) fetching user from LDAP server.

2013-06-03 Thread Mangesh Sawant
for this user, user is fetched successfully. Doing stress for 50K users with 1000 TPS. Please note this error is coming randomly. -- Thanks And Regards , Mangesh Sawant .

Re: [users@httpd] Crash in mod_ldap.so only during stress.

2013-05-16 Thread Mangesh Sawant
:53 PM, Eric Covener wrote: > On Thu, May 16, 2013 at 8:18 AM, Mangesh Sawant > wrote: > > Yes, there are 20 threads sending auth request. > > I mean in the server. The one you posted doesn't look like it crashed. > > > > > > On Thu, May 16, 2013 at 5:37 P

Re: [users@httpd] Crash in mod_ldap.so only during stress.

2013-05-16 Thread Mangesh Sawant
Yes, there are 20 threads sending auth request. On Thu, May 16, 2013 at 5:37 PM, Eric Covener wrote: > Is this prefork, or are there other threads? > > On Thu, May 16, 2013 at 6:55 AM, Mangesh Sawant > wrote: > > Hi, > > > > stressing mod_ldap.so for 500 users

[users@httpd] Crash in mod_ldap.so only during stress.

2013-05-16 Thread Mangesh Sawant
And Regards , Mangesh Sawant .