mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Sync with schema.OpenLDAP for user/group utf8 support.
This commit is contained in:
parent
36b603aa95
commit
308a6c31d9
@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOERS.LDAP" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS.LDAP" "@mansectform@" "July 25, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@ -827,10 +827,10 @@ attribute:
|
|||||||
.sp
|
.sp
|
||||||
.RS 10n
|
.RS 10n
|
||||||
attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
|
attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
|
||||||
DESC 'Netgroup triple'
|
DESC 'Netgroup triple'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
.TP 6n
|
.TP 6n
|
||||||
@ -1610,9 +1610,9 @@ file instead.
|
|||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.1
|
attributetype ( 1.3.6.1.4.1.15953.9.1.1
|
||||||
NAME 'sudoUser'
|
NAME 'sudoUser'
|
||||||
DESC 'User(s) who may run sudo'
|
DESC 'User(s) who may run sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SUBSTR caseExactIA5SubstringsMatch
|
SUBSTR caseExactSubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.2
|
attributetype ( 1.3.6.1.4.1.15953.9.1.2
|
||||||
NAME 'sudoHost'
|
NAME 'sudoHost'
|
||||||
@ -1642,14 +1642,14 @@ attributetype ( 1.3.6.1.4.1.15953.9.1.5
|
|||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.6
|
attributetype ( 1.3.6.1.4.1.15953.9.1.6
|
||||||
NAME 'sudoRunAsUser'
|
NAME 'sudoRunAsUser'
|
||||||
DESC 'User(s) impersonated by sudo'
|
DESC 'User(s) impersonated by sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.7
|
attributetype ( 1.3.6.1.4.1.15953.9.1.7
|
||||||
NAME 'sudoRunAsGroup'
|
NAME 'sudoRunAsGroup'
|
||||||
DESC 'Group(s) impersonated by sudo'
|
DESC 'Group(s) impersonated by sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.8
|
attributetype ( 1.3.6.1.4.1.15953.9.1.8
|
||||||
NAME 'sudoNotBefore'
|
NAME 'sudoNotBefore'
|
||||||
@ -1666,11 +1666,11 @@ attributetype ( 1.3.6.1.4.1.15953.9.1.9
|
|||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.10
|
attributetype ( 1.3.6.1.4.1.15953.9.1.10
|
||||||
NAME 'sudoOrder'
|
NAME 'sudoOrder'
|
||||||
DESC 'an integer to order the sudoRole entries'
|
DESC 'an integer to order the sudoRole entries'
|
||||||
EQUALITY integerMatch
|
EQUALITY integerMatch
|
||||||
ORDERING integerOrderingMatch
|
ORDERING integerOrderingMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
|
objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
|
||||||
DESC 'Sudoer Entries'
|
DESC 'Sudoer Entries'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 16, 2022
|
.Dd July 25, 2022
|
||||||
.Dt SUDOERS.LDAP @mansectform@
|
.Dt SUDOERS.LDAP @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -776,10 +776,10 @@ requires the following change to the
|
|||||||
attribute:
|
attribute:
|
||||||
.Bd -literal -offset 4n
|
.Bd -literal -offset 4n
|
||||||
attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
|
attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
|
||||||
DESC 'Netgroup triple'
|
DESC 'Netgroup triple'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||||
.Ed
|
.Ed
|
||||||
.It Sy NETGROUP_SEARCH_FILTER Ar ldap_filter
|
.It Sy NETGROUP_SEARCH_FILTER Ar ldap_filter
|
||||||
An LDAP filter which is used to restrict the set of records returned
|
An LDAP filter which is used to restrict the set of records returned
|
||||||
@ -1474,9 +1474,9 @@ file instead.
|
|||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.1
|
attributetype ( 1.3.6.1.4.1.15953.9.1.1
|
||||||
NAME 'sudoUser'
|
NAME 'sudoUser'
|
||||||
DESC 'User(s) who may run sudo'
|
DESC 'User(s) who may run sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SUBSTR caseExactIA5SubstringsMatch
|
SUBSTR caseExactSubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.2
|
attributetype ( 1.3.6.1.4.1.15953.9.1.2
|
||||||
NAME 'sudoHost'
|
NAME 'sudoHost'
|
||||||
@ -1506,14 +1506,14 @@ attributetype ( 1.3.6.1.4.1.15953.9.1.5
|
|||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.6
|
attributetype ( 1.3.6.1.4.1.15953.9.1.6
|
||||||
NAME 'sudoRunAsUser'
|
NAME 'sudoRunAsUser'
|
||||||
DESC 'User(s) impersonated by sudo'
|
DESC 'User(s) impersonated by sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.7
|
attributetype ( 1.3.6.1.4.1.15953.9.1.7
|
||||||
NAME 'sudoRunAsGroup'
|
NAME 'sudoRunAsGroup'
|
||||||
DESC 'Group(s) impersonated by sudo'
|
DESC 'Group(s) impersonated by sudo'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.8
|
attributetype ( 1.3.6.1.4.1.15953.9.1.8
|
||||||
NAME 'sudoNotBefore'
|
NAME 'sudoNotBefore'
|
||||||
@ -1530,11 +1530,11 @@ attributetype ( 1.3.6.1.4.1.15953.9.1.9
|
|||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.15953.9.1.10
|
attributetype ( 1.3.6.1.4.1.15953.9.1.10
|
||||||
NAME 'sudoOrder'
|
NAME 'sudoOrder'
|
||||||
DESC 'an integer to order the sudoRole entries'
|
DESC 'an integer to order the sudoRole entries'
|
||||||
EQUALITY integerMatch
|
EQUALITY integerMatch
|
||||||
ORDERING integerOrderingMatch
|
ORDERING integerOrderingMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
|
objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
|
||||||
DESC 'Sudoer Entries'
|
DESC 'Sudoer Entries'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user