The Samba-Bugzilla – Attachment 3715 Details for
Bug 5825
Account locking out doesnt work with an LDAP backend
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.2.x and beyond.
look (text/plain), 657 bytes, created by
Jeremy Allison
on 2008-11-06 08:15:33 UTC
(
hide
)
Description:
Patch for 3.2.x and beyond.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-11-06 08:15:33 UTC
Size:
657 bytes
patch
obsolete
>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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5825
: 3715 |
3717