Re: [Lam-public] Adding 'mail' attribute to 'posixGroup' object
Brought to you by:
gruberroland
|
From: Roland G. <po...@ro...> - 2025-06-29 05:56:58
|
Hi Dave, you need extensibleObject in the object class list then. This special object class will allow to add any attribute to the entries. See the attached screenshot. Best regards Roland Am 28.06.25 um 01:39 schrieb Dave Hayes: > On Fri, 27 Jun 2025 07:36:17 +0200, Roland Gruber <po...@ro...> wrote: >> the posixGroup object class does not include the mail attribute. >> Can you check which object classes your existing groups have? > > Mostly "apple-group", "extensibleObject", and "posixGroup". Some have "top", > some do not. > >> Then you can add the required class via custom fields. > > This is exactly what I tried to do, and it works if the field is already there. > Creating new groups fails with "object class violation". |