From dea578a357b2ebc68f56ef31f841cfe056f73303 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Mon, 16 May 2011 12:56:04 +0200 Subject: A new flag to disable creation of UPG Automatic creation may of User Private Groups (UPG) may not be wanted at all times. This patch adds a new flag --noprivate to ipa user-add command to disable it. https://fedorahosted.org/freeipa/ticket/1131 --- install/updates/50-suppress-upg.update | 2 ++ install/updates/Makefile.am | 1 + 2 files changed, 3 insertions(+) create mode 100644 install/updates/50-suppress-upg.update (limited to 'install/updates') diff --git a/install/updates/50-suppress-upg.update b/install/updates/50-suppress-upg.update new file mode 100644 index 000000000..42e4257f2 --- /dev/null +++ b/install/updates/50-suppress-upg.update @@ -0,0 +1,2 @@ +dn: cn=UPG Definition,cn=Managed Entries,cn=plugins,cn=config +replace: originFilter:objectclass=posixAccount:(&(objectclass=posixAccount)(!(description=__no_upg__))) diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index c9d1584b8..eb864b6b0 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -17,6 +17,7 @@ app_DATA = \ 45-roles.update \ 50-lockout-policy.update \ 50-groupuuid.update \ + 50-suppress-upg.update \ $(NULL) EXTRA_DIST = \ -- cgit