https://bugs.koozali.org/show_bug.cgi?id=12799

--- Comment #16 from Jean-Philippe Pialasse <[email protected]> ---
without requiring samba-tool i could 


  if ( ($samba eq 'enabled') && (-e "/usr/bin/samba-tool" ) )
  {
  system("/usr/bin/samba-tool", "user", "disable", "$user", "-H",
"ldap://$sambaip";, "--username=administrator", "--password=$sambapwd") == 0
      or warn("Problem locking addc password for user $user\n");
  }


then you require it with your package or you how to

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to