diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-22 22:10:29 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-06 14:33:43 -0400 |
commit | 4aa841c5724f313435aeea1c0319e81bb0d14321 (patch) | |
tree | a8443c64d42b51954a130f3a38ca2750c48c0e2b /src/man | |
parent | 7acaaa6c6563cf3b8ab20bf6431898d20d735842 (diff) | |
download | sssd-4aa841c5724f313435aeea1c0319e81bb0d14321.tar.gz sssd-4aa841c5724f313435aeea1c0319e81bb0d14321.tar.bz2 sssd-4aa841c5724f313435aeea1c0319e81bb0d14321.zip |
Add userdel_cmd param
Fixes: #231
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index daf61afc..93bc2190 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -784,6 +784,20 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>userdel_cmd (string)</term> + <listitem> + <para> + 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. + </para> + <para> + Default: None, no command is run + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |