[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: UMich LDAP 3.3
Thanks, committed to -devel.
At 06:27 PM 8/1/99 -0400, wesley.craig@umich.edu wrote:
>Attached are two diffs from UMich LDAP 3.3 to some never released LDAP
>code. It took me some time to review the various diffs. These are the
>two that looked like they hadn't already found their way into OpenLDAP
>and weren't just kruft. Do whatever you'd like with them.
>
>I also have some changes to edb2ldif, but I'm going to check those out
>in practice before I pass them along.
>
>:wes
>*** ldap-3.3/clients/ud/mod.c Mon Mar 18 10:31:13 1996
>--- ldap/clients/ud/mod.c Wed Sep 18 14:03:52 1996
>***************
>*** 511,517 ****
> * are done.
> */
> if (count++ > 1)
>! (void) strcat(buffer, "$");
> (void) strcat(buffer, line);
> if (!multiline)
> break;
>--- 511,517 ----
> * are done.
> */
> if (count++ > 1)
>! (void) strcat(buffer, " $ ");
> (void) strcat(buffer, line);
> if (!multiline)
> break;
>*** ldap-3.3/libraries/libldap/tmplout.c Wed Apr 10 22:37:05 1996
>--- ldap/libraries/libldap/tmplout.c Wed Mar 4 12:51:52 1998
>***************
>*** 1015,1020 ****
>--- 1015,1022 ----
> return( LDAP_PARAM_ERROR );
> } else if ( strcasecmp( attr, "-dnt" ) == 0 ) {
> value = dn;
>+ } else if ( strcasecmp( attr, "-dn" ) == 0 ) {
>+ value = dn;
> } else if (( vals = ldap_get_values( ld, entry, attr )) != NULL ) {
> value = vals[ 0 ];
> } else {
>