From b3606e3d9237926eaf9d621b565d29317ca00a47 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 10 Oct 2012 10:04:25 +0300 Subject: Fix wrong RID for Domain Admins in the examples of trust commands --- ipalib/plugins/trust.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py index 793ad90c0..845f96e1f 100644 --- a/ipalib/plugins/trust.py +++ b/ipalib/plugins/trust.py @@ -88,9 +88,9 @@ Example: ipa group-add --desc=' admins' ad_admins 3. Add security identifier of Domain Admins of the to the ad_admins_external - group (security identifier of -513 is Domain Admins group): + group (security identifier of -512 is Domain Admins group): - ipa group-add-member ad_admins_external --external ${domainsid}-513 + ipa group-add-member ad_admins_external --external ${domainsid}-512 4. Allow members of ad_admins_external group to be associated with ad_admins POSIX group: -- cgit