Re: Index Generation Failed error

2007-10-05 Thread Howard Chu
Suhel Momin wrote: On 10/4/07, *Howard Chu* < [EMAIL PROTECTED] > wrote: The solution of course is to use a larger buffer. I tried to make the value of BDB_IDL_LOGN to be 20 instead of 16. This changes the value of BDB_IDL_DB_MAX. It looks like this change has so

some questions about syncrepl

2007-10-05 Thread Guillaume Rousse
Hello. I'm trying to follow change propagations errors using delta-synrepl in search & persist mode, by using an accesslog overlay both on master and on slaves. I've a few questions for which I didn't found answer in the documentationn. First, I noticed than changes on the slaves seems to be writ

No such object

2007-10-05 Thread Richard smith
I'm trying to add the following to a new database. I assume this is therefore an empty database. I keep getting the error: ldap_sasl_interactive_bind_s: No such object (32) Thanks [dir ~]# [dir ~]# cat ldap_test_add_file dn: dc=mydomainname,dc=name,dc=example,dc=com dc: mydomainname objectClass:

Re: No such object

2007-10-05 Thread Dieter Kluenter
Richard smith <[EMAIL PROTECTED]> writes: > I'm trying to add the following to a new database. > I assume this is therefore an empty database. > I keep getting the error: > ldap_sasl_interactive_bind_s: No such object (32) > > Thanks > > [dir ~]# > [dir ~]# cat ldap_test_add_file > dn: dc=mydomain

Re: some questions about syncrepl

2007-10-05 Thread Guillaume Rousse
Guillaume Rousse a écrit : > Hello. > > I'm trying to follow change propagations errors using delta-synrepl in > search & persist mode, by using an accesslog overlay both on master and > on slaves. About the error themselves, I clearly see changes commited in the master (version 2.3.27) not being

Re: some questions about syncrepl

2007-10-05 Thread Quanah Gibson-Mount
--On Friday, October 05, 2007 9:53 AM +0200 Guillaume Rousse <[EMAIL PROTECTED]> wrote: First, I noticed than changes on the slaves seems to be written from rootdn, not from the dn declared in the syncrepl directive, which seems to be only used on the master, meaning I don't need any specific

Re: ACL to bind groups from a IP

2007-10-05 Thread Gavin Henry
Daniel Pérez del Campo wrote: Hi! First of all, sorry for my english. I will try to be clear. I have a LDAP server running perfectly. I have this in it: ou=users,dc=tel,dc=uva,dc=es ou=groups,dc=tel,dc=uva,dc=es cn=alumnos,ou=groups,dc=tel,dc=uva,dc=es objectC

ldappasswd question...

2007-10-05 Thread Dan Denton
Hello list, I've been halfway successful so far in setting up an ldap server, but have run into issues when setting passwords using ldappasswd. The server is RHEL 4, running openldap-2.2.13-7.4E (server and clients) provided by RedHat. I've successfully gotten the server listening, and have adde

Re: ldappasswd question...

2007-10-05 Thread Buchan Milne
On Friday 05 October 2007 18:21:29 Dan Denton wrote: > Hello list, > > I've been halfway successful so far in setting up an ldap server, but have > run into issues when setting passwords using ldappasswd. The server is RHEL > 4, running openldap-2.2.13-7.4E (server and clients) provided by RedHat.

Re: No such object

2007-10-05 Thread Buchan Milne
On Friday 05 October 2007 09:18:23 Richard smith wrote: > I'm trying to add the following to a new database. > I assume this is therefore an empty database. > I keep getting the error: > ldap_sasl_interactive_bind_s: No such object (32) > > Thanks > > > [dir ~]# > [dir ~]# cat ldap_test_add_file >

Re: No such object

2007-10-05 Thread Richard smith
Thanks for the reply. I seem to have left that part out of my previous post. Anyway, I didn't see anything in the -d 1 output indicating a problem with having slapd configured to accept a startTLS request. Dieter Kluenter <[EMAIL PROTECTED]> wrote: Your are requesting a TLS session but you have

upgrade from 2.2 to 2.3, LDIF file difference...

2007-10-05 Thread Dan Denton
Hello list, I've moved from a 2.2 installation to a 2.3.38 installation, and am having a problem loading one of my old LDIF files. The user in question was the only one I attempted to use the inetOrgPerson object class on, and the program seems to have a problem with it. When I attempt to import i

Re: upgrade from 2.2 to 2.3, LDIF file difference...

2007-10-05 Thread Turbo Fredriksson
> "Dan" == Dan Denton <[EMAIL PROTECTED]> writes: Dan> modifying entry "cn=jjohnson,ou=users,dc=remitpro,dc=local" Dan> ldap_modify: Invalid syntax (21) additional info: Dan> objectclass: value #1 invalid per syntax I got that once (or twice) when the LDAP server was missing an ob

RE: upgrade from 2.2 to 2.3, LDIF file difference...

2007-10-05 Thread Dan Denton
Thanks for the reply. After looking at the conf file, inetorgperson.schema wasn't being included. I added a line to include it, but now I get the following error when starting slapd: /opt/openldap//etc/openldap/schema/inetorgperson.schema: line 155: AttributeType not found: "audio" It seems somet

RE: upgrade from 2.2 to 2.3, LDIF file difference...

2007-10-05 Thread Dan Denton
My apologies. I meant to include this in my reply. It's a snippet from the tailend of my inetorgperson.schema file (minus the trailing closing paren...). Does anything look odd about this? # inetOrgPerson # The inetOrgPerson represents people who are associated with an # organization in some way.

RE: upgrade from 2.2 to 2.3, LDIF file difference...

2007-10-05 Thread Dan Denton
Thanks to all who replied. Evidently the order in which you include the schemas makes a difference. After putting them in this order, it worked... include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.

empty db

2007-10-05 Thread Richard smith
Works with -x. Thanks much. Also, how do you empty the database and start again from scratch with an empty database ? I stopped ldap, deleted a file in, and moved the other files in /var/lib/ldap. Then started ldap and tried the ldapadd commnd again and got the error: Can't contact LDAP server