-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combination of below files, makes server configuration easier.
* docs/schemas/gnome.schema: Combination of below files, makes server configuration easier. * docs/schemas/cvs.schema: * docs/schemas/module.schema: * docs/schemas/sshd.schema: svn path=/trunk/; revision=160
- Loading branch information
Olav Vitters
committed
May 30, 2008
1 parent
cab04fc
commit f475aea
Showing
5 changed files
with
71 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2008-05-30 Olav Vitters <[email protected]> | ||
|
||
* docs/schemas/gnome.schema: Combination of below files, makes server | ||
configuration easier. | ||
* docs/schemas/cvs.schema: | ||
* docs/schemas/module.schema: | ||
* docs/schemas/sshd.schema: | ||
|
||
2008-05-23 Olav Vitters <[email protected]> | ||
|
||
* templates/maintainer_approval.xsl: Fix typo. Patch by Patrick Fey. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# GNOME LDAP schema | ||
# | ||
# | ||
# | ||
# | ||
|
||
## CVS stuff | ||
attributetype ( 1.3.6.1.4.1.3319.4.2 NAME 'pserverPassword' | ||
EQUALITY octetStringMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) | ||
|
||
|
||
attributetype ( 1.3.6.1.4.1.3319.4.3 NAME 'pserverEnabled' | ||
EQUALITY booleanMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) | ||
|
||
objectclass ( 1.3.6.1.4.1.3319.4.1 NAME 'cvsUser' SUP top AUXILIARY | ||
DESC 'A user of the GNOME CVS server' | ||
MUST pserverEnabled | ||
MAY pserverPassword ) | ||
|
||
|
||
# SSH keys as auxiliary attributes | ||
attributetype ( 1.3.6.1.4.1.3319.4.5 | ||
NAME 'authorizedKey' | ||
EQUALITY caseExactMatch | ||
SUBSTR caseExactSubstringsMatch | ||
DESC 'string representation of an authorized SSH public key' | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
objectclass ( 1.3.6.1.4.1.3319.4.4 | ||
NAME 'pubkeyAuthenticationUser' | ||
DESC 'an object which has authorized keys' | ||
SUP top | ||
AUXILIARY | ||
MAY authorizedKey ) | ||
|
||
|
||
## module information | ||
|
||
attributetype ( 1.3.6.1.4.1.3319.5.2 NAME 'maintainerUid' | ||
EQUALITY caseExactIA5Match | ||
SUBSTR caseExactIA5SubstringsMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | ||
|
||
attributetype ( 1.3.6.1.4.1.3319.6.2 NAME 'localizationTeam' | ||
EQUALITY octetStringMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) | ||
|
||
attributetype ( 1.3.6.1.4.1.3319.6.3 NAME 'mailingList' | ||
EQUALITY caseIgnoreIA5Match | ||
SUBSTR caseIgnoreIA5SubstringsMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} ) | ||
|
||
objectclass ( 1.3.6.1.4.1.3319.5.1 NAME 'gnomeModule' SUP top AUXILIARY | ||
DESC 'GNOME module entry which holds maintainer uid' | ||
MUST ( cn $ maintainerUid ) | ||
MAY description ) | ||
|
||
objectclass ( 1.3.6.1.4.1.3319.6.1 NAME 'localizationModule' SUP top AUXILIARY | ||
DESC 'Translation module which holds name of the team' | ||
MUST localizationTeam | ||
MAY mailingList ) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.