Import Upstream version 4.12.4
This commit is contained in:
@@ -16,7 +16,7 @@ from ipapython.dnsutil import DNSName
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
|
||||
__doc__ = _("""
|
||||
__doc__ = _(r"""
|
||||
Auto Membership Rule.
|
||||
|
||||
Bring clarity to the membership of hosts and users by configuring inclusive
|
||||
|
||||
@@ -16,7 +16,7 @@ from ipapython.dnsutil import DNSName
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
|
||||
__doc__ = _("""
|
||||
__doc__ = _(r"""
|
||||
Groups of users
|
||||
|
||||
Manage groups of users. By default, new groups are POSIX groups. You
|
||||
|
||||
@@ -120,7 +120,7 @@ for a different domain.
|
||||
|
||||
(*) The RID is typically the last integer of a user or group SID which follows
|
||||
the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user from
|
||||
this domain has the SID S-1-5-21-123-456-789-1010 then 1010 id the RID of the
|
||||
this domain has the SID S-1-5-21-123-456-789-1010 then 1010 is the RID of the
|
||||
user. RIDs are unique in a domain, 32bit values and are used for users and
|
||||
groups.
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ give certain users (or groups of users) the ability to run some (or all)
|
||||
commands as root or another user while providing an audit trail of the
|
||||
commands and their arguments.
|
||||
|
||||
FreeIPA provides a means to configure the various aspects of Sudo:
|
||||
IPA provides a means to configure the various aspects of Sudo:
|
||||
Users: The user(s)/group(s) allowed to invoke Sudo.
|
||||
Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke Sudo.
|
||||
Allow Command: The specific command(s) permitted to be run via Sudo.
|
||||
@@ -37,13 +37,15 @@ An order can be added to a sudorule to control the order in which they
|
||||
are evaluated (if the client supports it). This order is an integer and
|
||||
must be unique.
|
||||
|
||||
FreeIPA provides a designated binddn to use with Sudo located at:
|
||||
IPA provides a designated binddn to use with Sudo located at:
|
||||
uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com
|
||||
|
||||
To enable the binddn run the following command to set the password:
|
||||
LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D "cn=Directory Manager" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com
|
||||
LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W \\
|
||||
-H ldap://ipa.example.com -ZZ -D "cn=Directory Manager" \\
|
||||
uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com
|
||||
|
||||
For more information, see the FreeIPA Documentation to Sudo.
|
||||
For more information, see the IPA Documentation to Sudo.
|
||||
""")
|
||||
|
||||
register = Registry()
|
||||
|
||||
@@ -16,7 +16,7 @@ from ipapython.dnsutil import DNSName
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
|
||||
__doc__ = _("""
|
||||
__doc__ = _(r"""
|
||||
Cross-realm trusts
|
||||
|
||||
Manage trust relationship between IPA and Active Directory domains.
|
||||
|
||||
Reference in New Issue
Block a user