]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/nssov/ldapns.schema
*** empty log message ***
[openldap] / contrib / slapd-modules / nssov / ldapns.schema
index 2cf9c0a163af7d0000fa51f9d1a999e6d71e5925..f6f7c9f9fcdf88b0ec6bbc61a19e76628f25b404 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# $Id: ldapns.schema,v 1.3 2003/05/29 12:57:29 lukeh Exp $
+# $Id: ldapns.schema,v 1.3 2009-10-01 19:17:20 tedcheng Exp $
 # LDAP Name Service Additional Schema
 # http://www.iana.org/assignments/gssapi-service-names
 
@@ -12,6 +12,13 @@ attributetype ( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService'
           EQUALITY caseIgnoreMatch
           SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
 
+attributetype ( 1.3.6.1.4.1.5322.17.2.2 NAME 'loginStatus'
+          DESC 'Currently logged in sessions for a user'
+          EQUALITY caseIgnoreMatch
+          SUBSTR caseIgnoreSubstringsMatch
+          ORDERING caseIgnoreOrderingMatch
+          SYNTAX OMsDirectoryString )
+
 objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
           DESC 'Auxiliary object class for adding authorizedService attribute'
           SUP top
@@ -23,3 +30,9 @@ objectclass ( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject'
           SUP top
           AUXILIARY
           MAY host )
+
+objectclass ( 1.3.6.1.4.1.5322.17.1.3 NAME 'loginStatusObject'
+          DESC 'Auxiliary object class for login status attribute'
+          SUP top
+          AUXILIARY
+          MAY loginStatus )