martin: doc/architecture server.sgml,1.29,1.30

cvs at intevation.de cvs at intevation.de
Wed Nov 3 08:11:50 CET 2004


Author: martin

Update of /kolabrepository/doc/architecture
In directory doto:/tmp/cvs-serv21857

Modified Files:
	server.sgml 
Log Message:
Martin K.: Update LDAP schema descriptions (extensive comments)


Index: server.sgml
===================================================================
RCS file: /kolabrepository/doc/architecture/server.sgml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- server.sgml	3 Nov 2004 06:27:56 -0000	1.29
+++ server.sgml	3 Nov 2004 07:11:47 -0000	1.30
@@ -147,687 +147,236 @@
 <sect2><title>LDAP Attributes</title>
 <para>
 <programlisting>
-attributetype ( 2.5.4.2 NAME 'knowledgeInformation'
-        DESC 'RFC2256: knowledge information'
-        EQUALITY caseIgnoreMatch
-        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
-
-attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' )
-        DESC 'RFC2256: last (family) name(s) for which the entity is known by'
-        SUP name )
[...1178 lines suppressed...]
-         description )
+# kolab organizational unit with country support
+objectclass ( 1.3.6.1.4.1.19414.3.2.4
+  NAME 'kolabOrganizationalUnit'
+  DESC 'a Kolab organizational unit'
+  SUP organizationalUnit STRUCTURAL
+  MAY ( c $
+        mail $
+        kolabDeleteflag $
+        alias ) )
 
+# kolab groupOfNames with extra kolabDeleteflag
+objectclass ( 1.3.6.1.4.1.19414.3.2.5
+  NAME 'kolabGroupOfNames'
+  DESC 'Kolab group of names (DNs) derived from RFC2256'
+  SUP groupOfNames STRUCTURAL
+  MAY kolabDeleteflag )
 </programlisting>
 </para>
 </sect2>





More information about the commits mailing list