From: opensides Date: Mon, 17 Jul 2006 06:57:58 +0000 (+0000) Subject: adding missing phpscheduleit.schema X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=448b0f760da9a416c87e597a245cfbbf241f50cc;p=gosa.git adding missing phpscheduleit.schema git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4171 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/phpscheduleit.schema b/contrib/openldap/phpscheduleit.schema new file mode 100644 index 000000000..b7450ba60 --- /dev/null +++ b/contrib/openldap/phpscheduleit.schema @@ -0,0 +1,23 @@ +# +## schema file for OpenLDAP 2.x +## Schema for storing PHPscheduleit User Configuration in LDAP +## OIDs are owned by OpenSides +## +## number from 1 to 50 are for objectclasses +## attributeype start at 50 +# +# $Id: phpscheduleit.schema,v 1.1 2005/11/02 16:48:16 guiguidoc Exp $ +# + +attributetype ( 1.3.6.1.4.1.22262.1.1.1.3.1 NAME 'phpscheduleitAccountLogin' + DESC 'PHPscheduleit Account Login' + EQUALITY caseIgnoreIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) +# +# all objectclass +# + +objectclass ( 1.3.6.1.4.1.22262.1.1.2.3.1 NAME 'phpscheduleitAccount' SUP top AUXILIARY + DESC 'PHPscheduleit Account' + MAY ( phpscheduleitAccountLogin )) \ No newline at end of file