Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-26 Thread Martin Kosek
On Wed, 2012-01-25 at 14:13 -0500, Rob Crittenden wrote: > Martin Kosek wrote: > > On Mon, 2012-01-23 at 11:14 +0100, Jan Cholasta wrote: > >> Dne 20.1.2012 21:15, Rob Crittenden napsal(a): > >>> macaddress is a multi-valued attribute and we allow multiple entries. > >>> This is from the objectclas

Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-25 Thread Rob Crittenden
Martin Kosek wrote: On Mon, 2012-01-23 at 11:14 +0100, Jan Cholasta wrote: Dne 20.1.2012 21:15, Rob Crittenden napsal(a): macaddress is a multi-valued attribute and we allow multiple entries. This is from the objectclass ieee802device. This is added manually when doing a mod or add and not as a

Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-23 Thread Rob Crittenden
Jan Cholasta wrote: Dne 20.1.2012 21:15, Rob Crittenden napsal(a): macaddress is a multi-valued attribute and we allow multiple entries. This is from the objectclass ieee802device. This is added manually when doing a mod or add and not as a default to support existing host entries that do not ha

Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-23 Thread Jan Cholasta
Dne 23.1.2012 16:24, Martin Kosek napsal(a): On Mon, 2012-01-23 at 11:14 +0100, Jan Cholasta wrote: Dne 20.1.2012 21:15, Rob Crittenden napsal(a): macaddress is a multi-valued attribute and we allow multiple entries. This is from the objectclass ieee802device. This is added manually when doing

Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-23 Thread Martin Kosek
On Mon, 2012-01-23 at 11:14 +0100, Jan Cholasta wrote: > Dne 20.1.2012 21:15, Rob Crittenden napsal(a): > > macaddress is a multi-valued attribute and we allow multiple entries. > > This is from the objectclass ieee802device. This is added manually when > > doing a mod or add and not as a default t

Re: [Freeipa-devel] [PATCH] 932 Add support for storing MAC address in host entries.

2012-01-23 Thread Jan Cholasta
Dne 20.1.2012 21:15, Rob Crittenden napsal(a): macaddress is a multi-valued attribute and we allow multiple entries. This is from the objectclass ieee802device. This is added manually when doing a mod or add and not as a default to support existing host entries that do not have this objectclass.