summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 917445e)
raw | patch | inline | side by side (parent: 917445e)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Sep 2008 08:40:59 +0000 (08:40 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Sep 2008 08:40:59 +0000 (08:40 +0000) |
Added attribute 'gotoLastSystem', which is the DN of the last system of the last login.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12316 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12316 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/gosa.schema | patch | blob | history |
index 3b8ce1d0f8f817a41e8da7f37ff521c90f371ba9..e7a4110339b19f3b01ef8cf734d4b94471e3d18a 100644 (file)
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'
DESC 'Objectclass for GOsa Accounts (v2.4)'
MUST ( uid )
MAY ( lmPassword $ ntPassword $ pwdLastSet $ gosaDefaultPrinter $ gosaDefaultLanguage $
- academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $ gender $ gosaLastSystemLogin ))
+ academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $ 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)'