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

Re: padl migration tools, and where do I get more schemas?



>OTOH there's an inetLocalMailRecipient in misc.schema that I use for my
>system smtp mail aliases. Can't you adapt your misc.schema to include
>that instead?
>objectclass ( 2.16.840.1.113730.3.2.147
>        NAME 'inetLocalMailRecipient'
>        DESC 'Internet local mail recipient'
>        SUP top AUXILIARY
>        MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
>If you find this a lousy idea ;) visit the Alvestrand site at
>http://www.alvestrand.no/objectid and search under 2.16.840.1

I always adapt the output of the migration scripts to 
inetLocalMailRecipient,  it seems to be common practice.  And sed can do 
that in no time flat.

Maybe the migrations scripts need a bit of updating.