Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samba app not deleting samba user when delete yunohost user #8

Open
Mistermasque opened this issue Jan 8, 2023 · 1 comment
Open

Comments

@Mistermasque
Copy link

The post_delete_user hooks does nothing.
This file contain only :

#!/bin/bash

user=$1

I think this script should contain at the end :

smpasswd -x $user

Yunohost Version : 11.0.10.2 (stable)
App version : 4.9.5~ynh3

@vskoblin
Copy link

@Mistermasque I faced this issue today. When this script is triggered, the unix user is already deleted. After that this command smbpasswd -x does not work.

@Hemi03 Hemi03 mentioned this issue Apr 2, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants