Skip to content

Commit

Permalink
Combination of below files, makes server configuration easier.
Browse files Browse the repository at this point in the history
	* 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
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 53 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
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.
Expand Down
15 changes: 0 additions & 15 deletions docs/schemas/cvs.schema

This file was deleted.

63 changes: 63 additions & 0 deletions docs/schemas/gnome.schema
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 )

25 changes: 0 additions & 25 deletions docs/schemas/module.schema

This file was deleted.

13 changes: 0 additions & 13 deletions docs/schemas/sshd.schema

This file was deleted.

0 comments on commit f475aea

Please sign in to comment.