Hi,
Unfortunately, you cannot use roaming profile feature in a Zentyal server that was configured as an additional domain controller. Below are a few things you can try:
1. Retrieve the information of one domain user who uses the roaming profile.
ldbsearch -H /var/lib/samba/private.sam sAMAccountName=some_user_name
2. After you get that information, you will see an attribute that points to the 'old' server.
3. Through an LDIF file, change the value of that attribute for your current Zentyal. Below is an example:
## LDIF content
dn: CN=Gabriel Batistuta,CN=Users,DC=lab,DC=lan
changetype: modify
replace: profilePath
profilePath: \\additional.LAB.LAN\profiles\gabriel
## Command to apply the LDIF
ldbmodify -H /var/lib/samba/private/sam.ldb roaming-profile.ldif
NOTE: I didn't use this method for a while, so try it in a test environment.
4. Copy the domain user personal roaming folder to the other Zentyal server.
NOTE: Be careful with the permissions and the directory structure. It must the same on both servers.
5. Try to login with that domain user and check if it worked.
Hope it helps.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".