Paul Littlefield
2023-Dec-29 16:54 UTC
[Samba] RSAT Error - not enough memory to move object
On 28/12/2023 12:42, Rowland Penny via samba wrote:> You could try using samba-tool, see 'samba-tool user move --help' for > more info.Thanks!
Paul Littlefield
2024-Jan-08 11:42 UTC
[Samba] RSAT Error - not enough memory to move object
I am nearly there :) I tried using the editor to change the CN but got this message about using 'rename' ... $ samba-tool user edit jbloggs --editor=nano ERROR(ldb): Failed to modify user 'jbloggs': - Modify of 'distinguishedName' on CN=Joe Bloggs,OU=ICT,OU=XCompany Users,DC=xcompany,DC=com not permitted, must use 'rename' operation instead ... but the rename --help did not give me a good enough example. I would like to move that user from OU=ICT to the AD Group 'Disabled' like our test user (dn: CN=Bugs Bunny,OU=Disabled,OU=xCompany Users,DC=xcompany,DC=com) So, can someone give me an actual command line please? $ samba-tool user rename jbloggs '???????????' Thanks, Paully