Re: [Lam-public] Adding 'mail' attribute to 'posixGroup' object
Brought to you by:
gruberroland
|
From: Roland G. <po...@ro...> - 2025-07-12 06:03:37
|
Hi Dave, Am 11.07.25 um 09:39 schrieb Dave Hayes: > This did not work to set a group's "mail" field. I used %cn% and it was not > replaced with the value of "cn". Instead I got: > > %cn%@mydomain.com > > placed in the field before I save the actual record. I didn't actually try to > save this record due to seeing this. just save it. ;-) The wildcard is replaced directly before the entry is saved. This is because then the final values from each module are defined. I just tried your example with %cn% and a constant field. Works for me. Best regards Roland |