#######################[ THE LDIF ]######################## # # FMMail=ansgarj(_at_)web(_dot_)de,uid=ansgar,ou=Users,ou=OxObjects,dc=attanet,dc=de # objectclass: FMFetchMail # FMMail: ansgarj(_at_)web(_dot_)de # FMMailServerType: pop3 # FMMailServer: pop3.web.de # FMUserName: ansgarj # FMUserPasswd: secret # FMFetchMode: all attributetype ( 1.1.2.1.2.1 NAME 'FMMail' DESC 'The mail adress wehre the mails fetched from' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} SINGLE-VALUE ) attributetype ( 1.1.2.1.2.2 NAME 'FMMailServerType' DESC 'The mailservertype POP3, IMAP ...' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE ) attributetype ( 1.1.2.1.2.3 NAME 'FMMailServer' DESC 'The mailserver DNS name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE ) attributetype ( 1.1.2.1.2.4 NAME 'FMUserName' DESC 'The username for loginto the mailserver' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE ) attributetype ( 1.1.2.1.2.5 NAME 'FMUserPasswd' DESC 'The passwd for loginto the mailserver' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE ) attributetype ( 1.1.2.1.2.6 NAME 'FMFetchMode' DESC 'The fetchmailmode kep, all ...' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} SINGLE-VALUE ) objectClass ( 1.1.2.2.2.1 NAME 'fetchmail' DESC 'Additional Objectclass for FetchMail' MUST (FMMail $ FMMailServerType $ FMMailServer $ FMUserName $ FMUserPasswd $ FMFetchMode))