Re: [389-users] setting up multi master replication

2009-12-03 Thread Rich Megginson

Alan McKay wrote:

Hey folks,

The HOWTO refers to a script that is at the end of a dead link

http://directory.fedoraproject.org/wiki/Howto:MultiMasterReplication

And the Red Hat docs tell me to do something that causes an error.

http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Creating_the_Supplier_Bind_DN_Entry.html

 The final entry should resemble Example 8.1, “Example Supplier Bind DN Entry”.

dn: cn=replication manager,cn=config
objectClass: inetorgperson
objectClass: person
objectClass: top
cn: replication manager
sn: RM
userPassword: password
passwordExpirationTime: 20380119031407Z

[r...@sandbox2 ~]# /etc/init.d/dirsrv start
Starting dirsrv:
sandbox2...[03/Dec/2009:16:31:30 -0500] - Entry cn=replication
manager,cn=config  has unknown object class inetorgperson  (remove
the trailing space)
[03/Dec/2009:16:31:30 -0500] - Entry cn=replication manager,cn=config
 has unknown object class person  (remove the trailing space)
[03/Dec/2009:16:31:30 -0500] - Entry cn=replication manager,cn=config
 has unknown object class top  (remove the trailing space)
   [  OK  ]
  
In the LDIF above, each line ends with the space character.  LDAP does 
not like that.  That's what the error messages are telling you.

And clearly I do not know enough about LDAP at this point to know what
the heck I'm doing here :-)

Both of my servers are set up with custom install but mostly defaults.

Help me Obi-Wan, you are my only hope :-)

BTW, I did order the O'Reilly LDAP book that everyone recommends - it
shipped today.


  


--
389 users mailing list
389-us...@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users


Re: [389-users] setting up multi master replication

2009-12-03 Thread Nathan Kinder

On 12/03/2009 01:41 PM, Alan McKay wrote:

Hey folks,

The HOWTO refers to a script that is at the end of a dead link

http://directory.fedoraproject.org/wiki/Howto:MultiMasterReplication

And the Red Hat docs tell me to do something that causes an error.

http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Creating_the_Supplier_Bind_DN_Entry.html

  The final entry should resemble Example 8.1, “Example Supplier Bind DN Entry”.

dn: cn=replication manager,cn=config
objectClass: inetorgperson
objectClass: person
objectClass: top
cn: replication manager
sn: RM
userPassword: password
passwordExpirationTime: 20380119031407Z

[r...@sandbox2 ~]# /etc/init.d/dirsrv start
Starting dirsrv:
 sandbox2...[03/Dec/2009:16:31:30 -0500] - Entry cn=replication
manager,cn=config  has unknown object class inetorgperson  (remove
the trailing space)
[03/Dec/2009:16:31:30 -0500] - Entry cn=replication manager,cn=config
 has unknown object class person  (remove the trailing space)
[03/Dec/2009:16:31:30 -0500] - Entry cn=replication manager,cn=config
 has unknown object class top  (remove the trailing space)
[  OK  ]

And clearly I do not know enough about LDAP at this point to know what
the heck I'm doing here :-)

Both of my servers are set up with custom install but mostly defaults.

Help me Obi-Wan, you are my only hope :-)
   

As the error message states, you have trailing spaces at the end of the
top, person, and inetorgperson objectclass lines.  Remove the trailing
spaces.

BTW, I did order the O'Reilly LDAP book that everyone recommends - it
shipped today.


   


--
389 users mailing list
389-us...@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users