From: Howard Chu Date: Sun, 19 Apr 2009 01:15:22 +0000 (+0000) Subject: We need the authorizedService schema X-Git-Tag: ACLCHECK_0~616 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=825870a0725dceba602b5ce6f6f4f326038b4c21;p=openldap We need the authorizedService schema --- diff --git a/contrib/slapd-modules/nssov/ldapns.schema b/contrib/slapd-modules/nssov/ldapns.schema new file mode 100644 index 0000000000..a227e40fce --- /dev/null +++ b/contrib/slapd-modules/nssov/ldapns.schema @@ -0,0 +1,26 @@ +# $OpenLDAP$ +# $Id: ldapns.schema,v 1.3 2003/05/29 12:57:29 lukeh Exp $ +# LDAP Name Service Additional Schema +# http://www.iana.org/assignments/gssapi-service-names + +# +# Not part of the distribution: this is a workaround! +# + +attributetype ( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService' + DESC 'IANA GSS-API authorized service name' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) + +objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' + DESC 'Auxiliary object class for adding authorizedService +attribute' + SUP top + AUXILIARY + MAY authorizedService ) + +objectclass ( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' + DESC 'Auxiliary object class for adding host attribute' + SUP top + AUXILIARY + MAY host )