From 0b8a059bcd0e78a5c74acedcc5880f841a385384 Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 1 Sep 2008 08:40:59 +0000 Subject: [PATCH] Changed attribute name 'gosaLastSystemLogin' to 'gotoLastSystemLogin'. 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 --- contrib/openldap/gosa.schema | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index 3b8ce1d0f..e7a411033 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -222,9 +222,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' @@ -281,7 +286,8 @@ 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 ( 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)' -- 2.30.2