Code

same for gosa+samba3.schema.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 08:54:57 +0000 (08:54 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 08:54:57 +0000 (08:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12317 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gosa+samba3.schema

index e9b0836fa7676d88fd1c8c69acd63ff8b588b575..2de923db77f4014946ca6889a6758a53c5d61f9e 100644 (file)
@@ -224,9 +224,14 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.42 NAME 'gosaVacationStop'
         DESC 'Timestamp for switching off current vacation message'
         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'
@@ -282,9 +287,10 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.5 NAME 'gosaMailAccount' SUP top AUXILI
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY
         DESC 'Objectclass for GOsa Accounts (v2.4)'
        MUST ( uid )
-        MAY ( sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ gosaDefaultPrinter $
-             gosaDefaultLanguage $ academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $
-                 sambaBadPasswordCount $ sambaBadPasswordTime $ gender $ gosaLastSystemLogin ))
+  MAY ( sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ gosaDefaultPrinter $
+        gosaDefaultLanguage $ academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $
+        sambaBadPasswordCount $ sambaBadPasswordTime $ gender $ 
+        gotoLastSystemLogin $ gotoLastSystem ))
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.7 NAME 'gosaHost' SUP top AUXILIARY
         DESC 'Objectclass for GOsa Hosts (v2.4)'