From 481c04de98d06047f3a06731c0f9acfc09ba8cb7 Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 1 Sep 2008 08:54:57 +0000 Subject: [PATCH] same for gosa+samba3.schema. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12317 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gosa+samba3.schema | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index e9b0836fa..2de923db7 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -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)' -- 2.30.2