[Samba] Samba 3.2.4 not locking accounts?

Victor Medina victor.medina at bws.com.ve
Thu Nov 6 14:32:00 GMT 2008


compilling! gonna give it a try! Thanks!

El jue, 06-11-2008 a las 06:16 -0800, Jeremy Allison escribió:
> diff --git a/source/passdb/pdb_interface.c
> b/source/passdb/pdb_interface.c
> index cd34c89..dd9fd1b 100644
> --- a/source/passdb/pdb_interface.c
> +++ b/source/passdb/pdb_interface.c
> @@ -1150,7 +1150,9 @@ static NTSTATUS pdb_default_rename_sam_account
> (struct pdb_methods *methods, str
>  
>  static NTSTATUS pdb_default_update_login_attempts (struct pdb_methods
> *methods, struct samu *newpwd, bool success)
>  {
> -       return NT_STATUS_NOT_IMPLEMENTED;
> +       /* Only the pdb_nds backend implements this, by
> +        * default just return ok. */
> +       return NT_STATUS_OK;
>  }
>  
>  static NTSTATUS pdb_default_get_account_policy(struct pdb_methods
> *methods, int policy_index, uint32 *value)
> 



More information about the samba mailing list