Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Rename AD PC on Zentyal ====== First, rename the PC the normal way, providing the AD admin credentials. After that, update the DB on the Zentyal server <code> root@ad:~# ldbrename -H ldap://127.0.0.1 -U administrator 'CN=OLD-NAME,CN=Computers,DC=example,DC=com' 'CN=NEW-NAME,CN=Computers,DC=example,DC=com' root@ad:~# zs samba restart </code> linux/ad_integration/zentyal_computer_rename.txt Last modified: 2024/09/15 17:18by tplecko