diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
| commit | 86301f170d2d0b3de9943561f37c3015faf732ce (patch) | |
| tree | 96720f7caf2f1543e4727c616fa37f5ecf0f4d23 /scripts/remove | |
| parent | a09cb0c89122f22a7fa57e9c41124103716a543d (diff) | |
| download | mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.gz mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.bz2 mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.zip | |
fix LDAP_BIND_DN
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/remove b/scripts/remove index 3436bce..73a9bf7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -100,6 +100,13 @@ ynh_remove_nginx_config #================================================= # SPECIFIC REMOVE #================================================= +# REMOVE LDAP USER +#================================================= + +# Remove $app LDAP User +yunohost user delete $app --purge + +#================================================= # REMOVE THE CRON FILE #================================================= |
