Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307875
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- samba-3.0.37.orig/source/passdb/pdb_ldap.c  2010-03-05 03:17:07.000000000 +0100
0
++ samba-3.0.37/source/passdb/pdb_ldap.c       2010-03-05 03:17:18.000000000 +0100
Lines 1611-1617 Link Here
1611
               ber_printf (ber, "{");
1611
               ber_printf (ber, "{");
1612
               ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_ID, utf8_dn);
1612
               ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_ID, utf8_dn);
1613
               ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_NEW, utf8_password);
1613
               ber_printf (ber, "ts", LDAP_TAG_EXOP_MODIFY_PASSWD_NEW, utf8_password);
1614
               ber_printf (ber, "n}");
1614
               ber_printf (ber, "N}");
1615
1615
1616
               if ((rc = ber_flatten (ber, &bv))<0) {
1616
               if ((rc = ber_flatten (ber, &bv))<0) {
1617
                       DEBUG(0,("ldapsam_modify_entry: ber_flatten returns a value <0\n"));
1617
                       DEBUG(0,("ldapsam_modify_entry: ber_flatten returns a value <0\n"));

Return to bug 307875