Question about ldapUserCleanupInterval

Hi all.

I have a question about ldapUserCleanupInterval. Docu says:

defines the interval in minutes for the background job that checks user existence and marks them as ready to be cleaned up.

So this option only “checks” for users ready to be cleaned up? Is that right? Afterwards i have to delete the user with occ user:delete and rm -rf its data directory? Just wanna be sure.

thanks and cheers

Yes, that’s right. Using user:delete should delete the home directory.

@terry_tibbles thanks.