Julien Courtès wrote:
Hi, I want to disable an account without deleting informations about it. This account is linked with some services such as Owncloud, ftp authentification, samba, linux auth and ssh auth. Does it exists a way to disable the account for all the services? I know that I can disable the account for samba with sambaAcctFlags but I don't know an easy way for other services.
Use ACLs. At minimum define an appropriate filter-based ACL for 'userPassword'.
Ciao, Michael.