mango r160 - in trunk: . docs/schemas
- From: ovitters svn gnome org
- To: svn-commits-list gnome org,gnome-sysadmin gnome org
- Subject: mango r160 - in trunk: . docs/schemas
- Date: Fri, 30 May 2008 20:26:53 +0000 (UTC)
Author: ovitters
Date: Fri May 30 20:26:52 2008
New Revision: 160
URL: http://svn.gnome.org/viewvc/mango?rev=160&view=rev
Log:
* docs/schemas/gnome.schema: Combination of below files, makes server
configuration easier.
* docs/schemas/cvs.schema:
* docs/schemas/module.schema:
* docs/schemas/sshd.schema:
Added:
trunk/docs/schemas/gnome.schema
- copied, changed from r147, /trunk/docs/schemas/module.schema
Removed:
trunk/docs/schemas/cvs.schema
trunk/docs/schemas/module.schema
trunk/docs/schemas/sshd.schema
Modified:
trunk/ChangeLog
Copied: trunk/docs/schemas/gnome.schema (from r147, /trunk/docs/schemas/module.schema)
==============================================================================
--- /trunk/docs/schemas/module.schema (original)
+++ trunk/docs/schemas/gnome.schema Fri May 30 20:26:52 2008
@@ -1,3 +1,41 @@
+# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]