[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ROAMING on Netscape



On Wed, Mar 01, 2000 at 05:53:17PM +0300, Alex Iliynsky wrote:
> >
> >I logged in on another PC and onto the Roaming Server with my 
> >Roaming User, but it is not picking  up their bookmarks etc.
> 
> Yeah! :) i found  a way (/bug/feature/etc) Communicator checks for "modifytimestamp" on his profile elements. If it is not defined, communicator does not accept profile entries at all. My workaround for this "feature" -  
>  in servers/slapd/add.c - add another one attribute in add_created_attrs() - 
> 
>     bv.bv_val = buf;
>     bv.bv_len = strlen( bv.bv_val );
>     attr_merge( e, "createtimestamp", bvals );
> +    attr_merge( e, "modifytimestamp", bvals ); /* i'm not sure, that it's right solution, but for small fix... */
> 
> After this fix, communicator got all of roaming preference - mail, proxy ...

This used to be a patch for the older openldap releases.  See
"http://linuxworld.com/linuxworld/lw-1999-09/lw-09-ldap-netscape.html";.
Kurt has recently added it in 1.2.9.  BTW, once you have added
that to add.c, don't forget to specify "lastmod on" in
slapd.conf.

	Mike