From 4aa841c5724f313435aeea1c0319e81bb0d14321 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 22 Mar 2010 22:10:29 +0100 Subject: Add userdel_cmd param Fixes: #231 --- src/man/sssd.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index daf61af..93bc219 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -784,6 +784,20 @@ + + userdel_cmd (string) + + + The command that is run after a user is removed. + The command us passed the username of the user being + removed as the first and only parameter. The return + code of the command is not taken into account. + + + Default: None, no command is run + + + -- cgit