diff options
author | Alexander Bokovoy <abokovoy@redhat.com> | 2012-10-10 10:04:25 +0300 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-10-10 14:53:24 +0200 |
commit | b3606e3d9237926eaf9d621b565d29317ca00a47 (patch) | |
tree | 6cecff4a646f631a1941442ded504c54a7a4bd5d /ipalib | |
parent | fff56ee1c8e4513805d838005777b4ade6c32de9 (diff) | |
download | freeipa-b3606e3d9237926eaf9d621b565d29317ca00a47.tar.gz freeipa-b3606e3d9237926eaf9d621b565d29317ca00a47.tar.xz freeipa-b3606e3d9237926eaf9d621b565d29317ca00a47.zip |
Fix wrong RID for Domain Admins in the examples of trust commands
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/trust.py | 4 |
1 files 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='<ad.domain> admins' ad_admins 3. Add security identifier of Domain Admins of the <ad.domain> to the ad_admins_external - group (security identifier of <ad.domain SID>-513 is Domain Admins group): + group (security identifier of <ad.domain SID>-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: |