Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 222155 Details for
Bug 307875
samba-3.0.37: ldap passwd sync fails with openldap-2.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix BER for change password EXOP
samba (text/plain), 628 bytes, created by
Victor Mataré
on 2010-03-05 11:04:37 UTC
(
hide
)
Description:
fix BER for change password EXOP
Filename:
MIME Type:
Creator:
Victor Mataré
Created:
2010-03-05 11:04:37 UTC
Size:
628 bytes
patch
obsolete
>--- samba-3.0.37.orig/source/passdb/pdb_ldap.c 2010-03-05 03:17:07.000000000 +0100 >+++ samba-3.0.37/source/passdb/pdb_ldap.c 2010-03-05 03:17:18.000000000 +0100 >@@ -1611,7 +1611,7 @@ > ber_printf (ber, "{"); > ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_ID, utf8_dn); > ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_NEW, utf8_password); >- ber_printf (ber, "n}"); >+ ber_printf (ber, "N}"); > > if ((rc = ber_flatten (ber, &bv))<0) { > DEBUG(0,("ldapsam_modify_entry: ber_flatten returns a value <0\n"));
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 307875
: 222155