Re: Logging question

2006-06-16 Thread Ski Kacoroski
Ski Kacoroski wrote: Howard Chu wrote: Ski Kacoroski wrote: Hmmm, I am still missing something here. I changed the ordering with the overlay glue option and I still get almost duplicate (only the reqEnd time is slightly different) entries in both log databases when I search create or search

Re: spurious connection_read()s

2006-06-16 Thread Quanah Gibson-Mount
--On Friday, June 16, 2006 3:10 PM -0700 Howard Chu <[EMAIL PROTECTED]> wrote: Aaron Richton wrote: Somewhere between 5-10 times per day (which really isn't that often for the load around here), slapd outputs "connection_read(%ld): no connection!\n", i.e. from connection.c. I ran a grep with

Re: spurious connection_read()s

2006-06-16 Thread Howard Chu
Aaron Richton wrote: Somewhere between 5-10 times per day (which really isn't that often for the load around here), slapd outputs "connection_read(%ld): no connection!\n", i.e. from connection.c. I ran a grep with context today, and found that invariably, these are immediately following a "closed

Re: Dn without suffix in ldapsearch query

2006-06-16 Thread Kurt D. Zeilenga
At 12:19 PM 6/16/2006, Prachi Sonalkar wrote: >For a suffix "o=organization,c=US" >Is there a way to be able to execute >ldapsearch -x -D "cn=manager" -w < search filter> > >instead of providing a complete binddn: >"cn=manager,o=organization,c=US" in the ldapsearch >query? A DN is expected he

Dn without suffix in ldapsearch query

2006-06-16 Thread Prachi Sonalkar
Hi, For a suffix "o=organization,c=US" Is there a way to be able to execute ldapsearch -x -D "cn=manager" -w < search filter> instead of providing a complete binddn: "cn=manager,o=organization,c=US" in the ldapsearch query? Is there a configuration setting available for this? Currently, if I

Re: Logging question

2006-06-16 Thread Ski Kacoroski
Howard Chu wrote: Ski Kacoroski wrote: Hmmm, I am still missing something here. I changed the ordering with the overlay glue option and I still get almost duplicate (only the reqEnd time is slightly different) entries in both log databases when I search create or search for entries in ou=hos

Re: spurious connection_read()s

2006-06-16 Thread Aaron Richton
> workaround is in place, slapd won't segfault on Solaris systems when it > hits the bug, it'll just log that message. Well, I never saw the behavior (on Solaris 9) that the <8 reports described; I never recall having slapd segv in the connection handler, multicpu or not. It seems odd that I'd be

Re : Chaining or Referral

2006-06-16 Thread David Damon
Eudes, You're farther than I am on this if you can get chaining working. I'm still trying to get it working. BTW, what is sldap.conf? I only work with slapd.conf and ldap.conf is it a typo? Did you mean slapd.conf? I found out that how you define the BASE directive in ldap.conf will affe

Re: spurious connection_read()s

2006-06-16 Thread Quanah Gibson-Mount
--On Friday, June 16, 2006 11:26 AM -0400 Aaron Richton <[EMAIL PROTECTED]> wrote: This is solaris, right? I think it is a side effect of the solaris file descriptor kernel bug. Wasn't there a workaround in place for that? Right, the workaround *is* in place. It just happens to log tha

Re: spurious connection_read()s

2006-06-16 Thread Aaron Richton
> This is solaris, right? I think it is a side effect of the solaris file > descriptor kernel bug. Wasn't there a workaround in place for that? Not that I think a workaround is such a terrific idea. If I should be yelling at Sun, I'll yell at Sun. But is there something in the world a bit less c

Re: spurious connection_read()s

2006-06-16 Thread Quanah Gibson-Mount
--On Friday, June 16, 2006 8:50 AM -0400 Aaron Richton <[EMAIL PROTECTED]> wrote: Somewhere between 5-10 times per day (which really isn't that often for the load around here), slapd outputs "connection_read(%ld): no connection!\n", i.e. from connection.c. I ran a grep with context today, an

Re: Two masters synchronised

2006-06-16 Thread Aaron Richton
I think your dream is answered with 'mirrormode'. Google for it and/or check out the latest 2.4 alpha and see if it meets your needs. On Fri, 16 Jun 2006, Marc Boisis-Delavaud wrote: > I want to know if there is a mechanism to have two master server ? That > is to say, each server has a database,

Re: Logging question

2006-06-16 Thread Ski Kacoroski
Howard Chu wrote: Ski Kacoroski wrote: Howard Chu wrote: Ski Kacoroski wrote: Howard Chu wrote: matthew sporleder wrote: On 6/13/06, Ski Kacoroski <[EMAIL PROTECTED]> wrote: Or you could look into the access log overlay. :) That may be a good solution. Define two separate log databases, a

Need Help on overlay chain.

2006-06-16 Thread Sandeep A.S
Need help on overlay chain entries: My 1st server tree is like this rootdn:dc=nc,dc=com | dc=us,dc=nc,dc=com | dc=in,dc=nc,dc=com referral ref: ldap://ip addr

RE: Inconsistent duplicate attributeType

2006-06-16 Thread kalyanasundaram S
Inconsistent duplicate attributeType > > error: > > line 16: Inconsistent duplicate attributeType: "gidNumber" > attributetype ( 1.3.6.1.4.1.7006.1.2.1.12 NAME 'loginShell' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) > > attributetype (

Two masters synchronised

2006-06-16 Thread Marc Boisis-Delavaud
Hello, I want to know if there is a mechanism to have two master server ? That is to say, each server has a database, the two database are synchronised in "real time". When one server stop the second continue. And when the stopped server restart it synchronise with the most recent data. Say me i

spurious connection_read()s

2006-06-16 Thread Aaron Richton
Somewhere between 5-10 times per day (which really isn't that often for the load around here), slapd outputs "connection_read(%ld): no connection!\n", i.e. from connection.c. I ran a grep with context today, and found that invariably, these are immediately following a "closed" log message. For exam

Re: Re[2]: lt_dlopenext failed: (back_ldbm.la) file not found

2006-06-16 Thread Pierangelo Masarati
Please reply to the list as well. > thx Pierangelo, i did install lucky. > > And last qw, why my schema not allowed in the config? > > erorr: > line 3: Missing closing parenthesis before QUALITY integerMatch SYNTAX > 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) The message is telling you there i

Re: Inconsistent duplicate attributeType

2006-06-16 Thread Aaron Richton
> line 16: Inconsistent duplicate attributeType: "gidNumber" > Why? > my full schema: [...] > attributetype ( 1.3.6.1.4.1.7006.1.2.1.4 NAME 'gidNumber' Because gidNumber is multiply defined. You can use grep or a similar tool to find it in nis.schema as ships with OpenLDAP: # builtin #attributet

Re: Logging question

2006-06-16 Thread Howard Chu
Ski Kacoroski wrote: Howard Chu wrote: 1. Comment out the accesslog overlay configuration until you create the base object in the log databases or else slapd crashes Which version of OpenLDAP did that? The accesslog overlay will create the log's base object automatically on startup. I am