Hi, I am trying to configure multiple proxy so that the ldap master can push data to more than one proxy servers. My olcDatabase={3}ldap.ldif file looks like this: dn: olcDatabase={3}ldap objectClass: olcDatabaseConfig objectClass: olcLDAPConfig olcDatabase: {3}ldap olcHidden: TRUE olcSuffix: dc=amdocs,dc=com olcRootDN: cn=ldap,dc=amdocs,dc=com olcSyncUseSubentry: FALSE olcMonitoring: TRUE structuralObjectClass: olcLDAPConfig entryUUID: c7d2672e-5c10-1031-9a08-0f8186de202c creatorsName: cn=config createTimestamp: 20120706234807Z olcSyncrepl:: <syncrepl entry here> olcDbACLBind: bindmethod=simple timeout=0 network-timeout=0 binddn="cn=Manager ,dc=something,dc=com" credentials="secret" olcDbURI: ldap://proxy-1.server.com entryCSN: 20120707001006.061485Z#000000#001#000000 modifiersName: cn=config modifyTimestamp: 20120707001006Z With this configuration it is currently pushing only to proxy-1.server.com, how do I add more than one olcDbURI values so that it can push to multiple servers? Thanks. Bhargav.
|