I sent this earlier to the list, but it seemed to have been lost amidst the setup/compile/authentication questions: Hello All. I have successfully setup Directory Server on FC4 and am replicating/syncing with our Active Directory Domain. No problems there. What I would like to know is if there is a way to replicate more attributes of the users, or extent the ntUser part of the schema and have those changes also replicated. We use the employeeID attribute in AD, and I would like to replicate that to DS. Anybody know if there is a way to configure what attributes are replicated? Obviously in a DS =>DS replication environment, all attributes will be replicated, but what about DS =>AD? Anyone have any experience in this area? -- Daniel Shackelford Systems Administrator Technology Services Spring Arbor University 517 750-6648 "For even the Son of Man did not come to be served, but to serve, and to give His life a ransom for many" Mark 10:45
The sync code doesn''t support this. You would have to add those extra objectclasses and attributes to the windows sync code. Look at http://cvs.fedora.redhat.com/viewcvs/ldapserver/ldap/servers/plugins/replication/windows_protocol_util.c?root=dirsec&rev=1.22&view=auto This is the list of attributes and objectclasses that get synced. Daniel Shackelford wrote:> I sent this earlier to the list, but it seemed to have been lost > amidst the setup/compile/authentication questions: > > Hello All. > > I have successfully setup Directory Server on FC4 and am > replicating/syncing with our Active Directory Domain. No problems > there. What I would like to know is if there is a way to replicate > more attributes of the users, or extent the ntUser part of the schema > and have those changes also replicated. We use the employeeID > attribute in AD, and I would like to replicate that to DS. Anybody > know if there is a way to configure what attributes are replicated? > Obviously in a DS =>DS replication environment, all attributes will be > replicated, but what about DS =>AD? > > Anyone have any experience in this area? >