~ubuntu-branches/ubuntu/lucid/openldap/lucid

« back to all changes in this revision

Viewing changes to contrib/slapd-modules/nssov/ldapns.schema

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/nssov/ldapns.schema,v 1.2.2.3 2009/08/17 21:48:58 quanah Exp $
 
1
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/nssov/ldapns.schema,v 1.2.2.4 2009/10/03 19:40:03 hyc Exp $
 
2
# $Id: ldapns.schema,v 1.3 2009-10-01 19:17:20 tedcheng Exp $
2
3
# LDAP Name Service Additional Schema
3
4
# http://www.iana.org/assignments/gssapi-service-names
4
5
 
11
12
          EQUALITY caseIgnoreMatch
12
13
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
13
14
 
 
15
attributetype ( 1.3.6.1.4.1.5322.17.2.2 NAME 'loginStatus'
 
16
          DESC 'Currently logged in sessions for a user'
 
17
          EQUALITY caseIgnoreMatch
 
18
          SUBSTR caseIgnoreSubstringsMatch
 
19
          ORDERING caseIgnoreOrderingMatch
 
20
          SYNTAX OMsDirectoryString )
 
21
 
14
22
objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
15
23
          DESC 'Auxiliary object class for adding authorizedService attribute'
16
24
          SUP top
22
30
          SUP top
23
31
          AUXILIARY
24
32
          MAY host )
 
33
 
 
34
objectclass ( 1.3.6.1.4.1.5322.17.1.3 NAME 'loginStatusObject'
 
35
          DESC 'Auxiliary object class for login status attribute'
 
36
          SUP top
 
37
          AUXILIARY
 
38
          MAY loginStatus )