X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fcontrib%2Fopenldap%2Fgosa-samba3.schema;h=1637f53eb03b76cf2f43c6ad44c99c51950baba0;hb=0fb744832aa9692e24c9cb2ec2638059eaab41bd;hp=569d341e4e1b09b72cbfdbe0e004bcff7a87667f;hpb=3b5f22e5938e4f5278bec3c63318a510919c839b;p=gosa.git diff --git a/gosa-core/contrib/openldap/gosa-samba3.schema b/gosa-core/contrib/openldap/gosa-samba3.schema index 569d341e4..1637f53eb 100644 --- a/gosa-core/contrib/openldap/gosa-samba3.schema +++ b/gosa-core/contrib/openldap/gosa-samba3.schema @@ -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)'