Hi All,
We have an Enterprise portal system with NW7.0
Recently the users are migrated from one datacenter to another.
I could see the LDAP xml file as below
Current file:
<ume.ldap.access.objectclass.user>User</ume.ldap.access.objectclass.user> <ume.ldap.access.objectclass.uacc>User</ume.ldap.access.objectclass.uacc> <ume.ldap.access.objectclass.grup>organizationalUnit</ume.ldap.access.objectclass.grup> <ume.ldap.access.auxiliary_naming_attribute.user>samaccountname</ume.ldap.access.auxiliary_naming_attribute.user>
<ume.ldap.access.auxiliary_naming_attribute.uacc>samaccountname</ume.ldap.access.auxiliary_naming_attribute.uacc>
<ume.ldap.access.base_path.user>OU=Users,OU=AA,DC=inre,DC=datacenter,DC=com</ume.ldap.access.base_path.user> <ume.ldap.access.base_path.grup>OU=Groups,OU=AA,DC=inre,DC=datacenter,DC=com</ume.ldap.access.base_path.grup>
The problem is
Previously we used samaccountname is like name1 only. We have moved all the existing role, groups and custom attributes
We do not need to do anything if only userid is involved i.e. name1 instead of something like USER.INRE_LDAP.name1 which is dependents on the domain name
This means, the day we switch off existing ADs and point the new active directory to the right base path i.e.
Old file:
<ume.ldap.access.base_path.user>OU=Users,OU=_admin,OU=M_XXXX,DC=aa,DC=datacenter,DC=net</ume.ldap.access.base_path.user>
<ume.ldap.access.base_path.grup>OU=Role,OU=Groups,OU=_admin,OU=XXXX,DC=aa,DC=datacenter,DC=net</ume.ldap.access.base_path.grup>
to
<ume.ldap.access.base_path.user>OU=Users,OU=M_XXXX,DC=aa,DC=datacenter,DC=net</ume.ldap.access.base_path.user>
<ume.ldap.access.base_path.grup>OU=Role,OU=Groups,OU=M_XXXX,DC=aa,DC=datacenter,DC=net</ume.ldap.access.base_path.grup>
then it should automatically get the reassigned groups and roles.
Am I correct here? Please explain me?
Regards,
Priyanga G