Ok, i've found a work-around for now. I made this bash script:
#!/bin/bash /usr/sbin/smbldap-userdel $1 /usr/sbin/smbldap-useradd -w $1 /usr/sbin/smbldap-usermod -a $1 And called this script from within samba, instead of the original script. It works, but this is not how it should be. Does anyone else using smbldap-tools version 0.9.4-1 have this problem? -- Copyright only exists in the imagination of those who do not have any. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
