Home | History | Annotate | Line # | Download | only in nssov
      1 # $OpenLDAP$
      2 # Id: ldapns.schema,v 1.3 2009-10-01 19:17:20 tedcheng Exp 
      3 # LDAP Name Service Additional Schema
      4 # http://www.iana.org/assignments/gssapi-service-names
      5 
      6 #
      7 # Not part of the distribution: this is a workaround!
      8 #
      9 
     10 attributetype ( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService'
     11           DESC 'IANA GSS-API authorized service name'
     12           EQUALITY caseIgnoreMatch
     13           SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
     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 
     22 objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
     23           DESC 'Auxiliary object class for adding authorizedService attribute'
     24           SUP top
     25           AUXILIARY
     26           MAY authorizedService )
     27 
     28 objectclass ( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject'
     29           DESC 'Auxiliary object class for adding host attribute'
     30           SUP top
     31           AUXILIARY
     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 )
     39