From: Graham B. <gb...@us...> - 2002-02-04 19:16:50
|
Update of /cvsroot/perl-ldap/ldap/data In directory usw-pr-cvs1:/tmp/cvs-serv5355/data Modified Files: 00-in.ldif core.schema slapd2-conf.in Log Message: Some testcase tweaks Index: 00-in.ldif =================================================================== RCS file: /cvsroot/perl-ldap/ldap/data/00-in.ldif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- 00-in.ldif 2000/05/03 12:28:42 1.1.1.1 +++ 00-in.ldif 2002/02/04 18:58:49 1.2 @@ -1,3 +1,4 @@ +version: 1 dn: o=University of Michigan, c=US objectclass: top objectclass: organization Index: core.schema =================================================================== RCS file: /cvsroot/perl-ldap/ldap/data/core.schema,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- core.schema 2001/06/11 17:03:35 1.1 +++ core.schema 2002/02/04 18:58:49 1.2 @@ -1,4 +1,4 @@ -# $OpenLDAP: pkg/ldap/servers/slapd/schema/core.schema,v 1.7.2.8 2000/08/26 17:58:18 kurt Exp $ +# $OpenLDAP: pkg/ldap/servers/slapd/schema/core.schema,v 1.7.2.12 2001/09/18 18:34:22 kurt Exp $ # # OpenLDAP Core schema # @@ -77,8 +77,9 @@ EQUALITY objectIdentifierFirstComponentMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.31 USAGE directoryOperation ) -# From X.500(97?) +# From X.500(93) attributetype ( 2.5.21.9 NAME 'structuralObjectClass' + DESC 'X.500(93) structural object class' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 NO-USER-MODIFICATION SINGLE-VALUE USAGE directoryOperation ) @@ -456,8 +457,8 @@ # attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI' DESC 'RFC2079: Uniform Resource Identifier with optional label' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'RFC2079: object that contains the URI attribute type' @@ -528,8 +529,8 @@ # attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'Named referral' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation ) objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral' @@ -568,6 +569,16 @@ EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) + +# +# draft-zeilenga-ldap-features-xx.txt (supportedFeatures) +# +attributetype ( 1.3.6.1.4.1.4203.1.3.5 + NAME 'supportedFeatures' + DESC 'features supported by the server' + EQUALITY objectIdentifierMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 + USAGE dSAOperation ) # # OpenLDAP specific schema items Index: slapd2-conf.in =================================================================== RCS file: /cvsroot/perl-ldap/ldap/data/slapd2-conf.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- slapd2-conf.in 2001/07/06 10:55:21 1.2 +++ slapd2-conf.in 2002/02/04 18:58:49 1.3 @@ -20,4 +20,8 @@ TLSCertificateFile ./data/cert.pem TLSCertificateKeyFile ./data/key.pem - +#sasl-host localhost +#sasl-realm testing +#sasl-secprops passcred +#sasl-secprops noanonymous +sasl-secprops none |