Hi, Since recent permissions work references this entry, we need to be able to have memberOf attributes created on this entry. Hence we need to include the nestedgroup objectclass.
https://fedorahosted.org/freeipa/ticket/4433 -- Tomas Babej Associate Software Engineer | Red Hat | Identity Management RHCE | Brno Site | IRC: tbabej | freeipa.org
>From 71d47f59d72198b7466514c62a012eff7b5ba6da Mon Sep 17 00:00:00 2001 From: Tomas Babej <[email protected]> Date: Thu, 10 Jul 2014 17:26:25 +0200 Subject: [PATCH] trusts: Make cn=adtrust agents sysaccount nestedgroup Since recent permissions work references this entry, we need to be able to have memberOf attributes created on this entry. Hence we need to include the nestedgroup objectclass. https://fedorahosted.org/freeipa/ticket/4433 --- install/updates/60-trusts.update | 1 + 1 file changed, 1 insertion(+) diff --git a/install/updates/60-trusts.update b/install/updates/60-trusts.update index d55bc94bbe917571999bcc7dfb6e6aaf641c4b49..263f5697c1155f4c222108edc45f58b202ebaa27 100644 --- a/install/updates/60-trusts.update +++ b/install/updates/60-trusts.update @@ -12,6 +12,7 @@ default: ipaUniqueID: autogenerate dn: cn=adtrust agents,cn=sysaccounts,cn=etc,$SUFFIX default: objectClass: GroupOfNames +default: objectClass: nestedgroup default: objectClass: top default: cn: adtrust agents -- 1.9.3
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
