Code

Moved from schema_check to schemaCheck
[gosa.git] / gosa-core / contrib / openldap / gosa-samba3.schema
index 569d341e4e1b09b72cbfdbe0e004bcff7a87667f..1637f53eb03b76cf2f43c6ad44c99c51950baba0 100644 (file)
@@ -253,9 +253,15 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.43 NAME 'gosaApplicationPriority'
         DESC 'Keeps the application icon in png format'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
 
-attributetype ( 1.3.6.1.4.1.10098.1.1.12.44 NAME 'gosaLastSystemLogin'
+attributetype ( 1.3.6.1.4.1.10098.1.1.12.44 NAME 'gotoLastSystemLogin'
         DESC 'Timestamp for a Users last System Login'
-                               SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+        SYNTAX  1.3.6.1.4.1.1466.115.121.1.15)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.12.45 NAME 'gotoLastSystem'
+        EQUALITY distinguishedNameMatch
+        DESC 'The DN of the System where the Login was performed'
+        SYNTAX  1.3.6.1.4.1.1466.115.121.1.12)
+
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
         DESC 'Field to represent the academic title'
@@ -313,7 +319,8 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY
        MUST ( uid )
         MAY ( sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ gosaDefaultPrinter $
              gosaDefaultLanguage $ academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $
-                 sambaBadPasswordCount $ sambaBadPasswordTime $ gender $ gosaLastSystemLogin ))
+                   sambaBadPasswordCount $ sambaBadPasswordTime $ gender $ 
+        gotoLastSystemLogin $ gotoLastSystem ))
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.7 NAME 'gosaHost' SUP top AUXILIARY
         DESC 'Class for GOsa Hosts (v2.4)'