/[dirsec]/ldapserver/ldap/schema/60sudo.ldif
ViewVC logotype

Contents of /ldapserver/ldap/schema/60sudo.ldif

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Oct 16 16:43:36 2008 UTC (21 months, 1 week ago) by rmeggins
Branch: MAIN
CVS Tags: FedoraDirSvr_1_2_0_RC1_20090330, Directory_Server_8_1_20090427, Directory_Server_8_1_Candidate_20090330, Directory_Server_8_1_Candidate_20090402, FedoraDirSvr_1_2_0_RC1, Directory_Server_8_1_Candidate_20090421, FedoraDirSvr_1_2_0_RC2, Directory_Server_8_1_Candidate_20090416, Directory_Server_8_1_Errata_2010-9317, Directory_Server_8_1, Directory_Server_8_1_Candidate_20090324, FedoraDirSvr_1_2_0, FedoraDirSvr_1_2_0_20090428, FedoraDirSvr_1_2_0_RC2_20090406, HEAD
Branch point for: Directory_Server_8_1_Branch
Resolves: bug 455026 bug 441026
Bug Description: RFE: include RFC4876 schema - Autofs does not include
LDAP schema for Fedora Directory Server
Reviewed by: nkinder (Thanks!)
Fix Description: Pieter D.J. Krul has contributed many schema files that
have been tested in production environments.  They are divided into two
groups - those that conflict with existing schema in DS, CertSys, and
IPA, and those which do not.  The latter are installed in the default
schema directory to be available for new instances - the former are
installed in the data directory just as the rfc2307bis schema.  The
schema provided cover autofs and rfc4876, as in the bug reports, and
more.  Here is the full list of new files:
60trust.ldif 60pureftpd.ldif 60sudo.ldif 60nis.ldif 60samba.ldif
60mozilla.ldif
60samba3.ldif 60krb5kdc.ldif 60sabayon.ldif 60kerberos.ldif
60rfc4876.ldif 60inetmail.ldif 60rfc3712.ldif 60eduperson.ldif
60rfc2739.ldif 60changelog.ldif 60radius.ldif 60autofs.ldif 60qmail.ldif
Platforms tested: RHEL5
Flag Day: no
Doc impact: yes - document the new schema
1 # 60sudo.ldif - Schema for SUDO
2 ################################################################################
3 #
4 dn: cn=schema
5 #
6 ################################################################################
7 #
8 attributeTypes: (
9 1.3.6.1.4.1.15953.9.1.1
10 NAME 'sudoUser'
11 DESC 'User(s) who may run sudo'
12 EQUALITY caseExactIA5Match
13 SUBSTR caseExactIA5SubstringsMatch
14 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
15 X-ORIGIN 'SUDO'
16 )
17 #
18 ################################################################################
19 #
20 attributeTypes: (
21 1.3.6.1.4.1.15953.9.1.2
22 NAME 'sudoHost'
23 DESC 'Host(s) who may run sudo'
24 EQUALITY caseExactIA5Match
25 SUBSTR caseExactIA5SubstringsMatch
26 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
27 X-ORIGIN 'SUDO' )
28 #
29 ################################################################################
30 #
31 attributeTypes: (
32 1.3.6.1.4.1.15953.9.1.3
33 NAME 'sudoCommand'
34 DESC 'Command(s) to be executed by sudo'
35 EQUALITY caseExactIA5Match
36 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
37 X-ORIGIN 'SUDO' )
38 #
39 ################################################################################
40 #
41 attributeTypes: (
42 1.3.6.1.4.1.15953.9.1.4
43 NAME 'sudoRunAs'
44 DESC 'User(s) impersonated by sudo'
45 EQUALITY caseExactIA5Match
46 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
47 X-ORIGIN 'SUDO' )
48 #
49 ################################################################################
50 #
51 attributeTypes: (
52 1.3.6.1.4.1.15953.9.1.5
53 NAME 'sudoOption'
54 DESC 'Options(s) followed by sudo'
55 EQUALITY caseExactIA5Match
56 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
57 X-ORIGIN 'SUDO' )
58 #
59 ################################################################################
60 #
61 objectClasses: (
62 1.3.6.1.4.1.15953.9.2.1
63 NAME 'sudoRole'
64 SUP top
65 STRUCTURAL
66 DESC 'Sudoer Entries'
67 MUST ( cn )
68 MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoOption $ description )
69 X-ORIGIN 'SUDO'
70 )
71 #
72 ################################################################################
73 #

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.6