svn commit: samba r10319 - in branches/tmp/samba4-winsrepl/source/nbt_server/wins: .

Stefan Metzmacher metze at samba.org
Mon Sep 26 11:09:01 GMT 2005


On Mon, Sep 19, 2005 at 07:26:36PM +0200, Simo Sorce wrote:
> On Mon, 2005-09-19 at 16:31 +0000, metze at samba.org wrote:
> > Log:
> > - store the wins owner on the record and the wins owner and expire time on each address
> > - we use "0.0.0.0" to mark entries which are registered at the local wins server
> > - we use this ldif-format:
> > address: 172.31.9.1;winsOwner:0.0.0.0;expireTime:20050923032337.0Z
> > address: 172.31.1.1;winsOwner:172.31.9.202;expireTime:20050923032330.0Z
> 
> why don't you use just use 3 different attributes?

Hi Simo,

I just saw this mail...

We can't use 3 different attributes here, because the address field is multi valued
and the order of multivalued attriutes isn't fixed. so the order of 3 multivalued
attributes would need to be in sync, and that also when you try to hand edit records with 
ldbedit.

metze


More information about the samba-technical mailing list