home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / kerio-mailserver-6.0.4-linux.i386.rpm / kerio-mailserver-6.0.4.linux.cpio.gz / kerio-mailserver-6.0.4.linux.cpio / opt / kerio / mailserver / ldapmap / ads.map next >
Text File  |  2004-10-14  |  4KB  |  141 lines

  1. <mapfile>
  2.   <map table="User">
  3.     <filter>&(objectclass=user)(!(objectclass=computer))</filter>
  4.     <active-attribute>kerio-Mail-Active</active-attribute>
  5.     <variable>
  6.         <name>Name</name>
  7.         <value><attribute>sAMAccountName</attribute></value>
  8.     </variable>
  9.     <variable>
  10.         <name>Account_enabled</name>
  11.         <value><attribute>kerio-Mail-AccountEnabled</attribute></value>
  12.     </variable>
  13.     <variable>
  14.         <name>Auth_type</name>
  15.         <value>3</value>
  16.     </variable>
  17.     <variable>
  18.         <name>PIN</name>
  19.         <value><attribute>kerio-User-AuthPIN</attribute></value>
  20.     </variable>
  21.     <variable>
  22.         <name>Rights</name>
  23.         <value><attribute>kerio-Mail-AdminRights</attribute></value>
  24.     </variable>
  25.     <variable>
  26.         <name>Groups</name>
  27.         <value><ads-group /></value>
  28.     </variable>
  29.     <variable>
  30.         <name>MailAddress</name>
  31.         <value><attribute>kerio-Mail-Address</attribute></value>
  32.     </variable>
  33.     <variable>
  34.         <name>ForwardMode</name>
  35.         <value><attribute>kerio-Mail-ForwardMode</attribute></value>
  36.     </variable>
  37.     <variable>
  38.         <name>ForwardAddress</name>
  39.         <value><attribute>kerio-Mail-ForwardAddress</attribute></value>
  40.     </variable>
  41.     <variable>
  42.         <name>HomeServer</name>
  43.         <value><attribute>kerio-Mail-HomeServer</attribute></value>
  44.     </variable>
  45.     <variable>
  46.         <name>Qstorage</name>
  47.         <value><attribute>kerio-Mail-QuotaStorage</attribute></value>
  48.     </variable>
  49.     <variable>
  50.         <name>Qmessage</name>
  51.         <value><attribute>kerio-Mail-QuotaMessage</attribute></value>
  52.     </variable>
  53.     <variable>
  54.         <name>Fullname</name>
  55.         <value><attribute>name</attribute></value>
  56.     </variable>
  57.     <variable>
  58.         <name>Description</name>
  59.         <value><attribute>description</attribute></value>
  60.     </variable>
  61.     <variable>
  62.         <name>WebPrefChange</name>
  63.         <value><attribute>kerio-Mail-WebChangeAllowed</attribute></value>
  64.     </variable>
  65.     <variable>
  66.         <name>Email</name>
  67.         <value><attribute>email</attribute></value>
  68.     </variable>
  69.     <variable>
  70.         <name>ReplyTo</name>
  71.         <value><attribute>kerio-Mail-WebReplyToAddress</attribute></value>
  72.     </variable>
  73.     <variable>
  74.         <name>Organization</name>
  75.         <value><attribute>kerio-Mail-WebOrganization</attribute></value>
  76.     </variable>
  77.     <variable>
  78.         <name>SentFolder</name>
  79.         <value><attribute>kerio-Mail-WebSentFolder</attribute></value>
  80.     </variable>
  81.     <variable>
  82.         <name>DraftFolder</name>
  83.         <value><attribute>kerio-Mail-WebDraftFolder</attribute></value>
  84.     </variable>
  85.     <variable>
  86.         <name>ContactsFolder</name>
  87.         <value><attribute>kerio-Mail-WebContactsFolder</attribute></value>
  88.     </variable>
  89.     <variable>
  90.         <name>HideFldList</name>
  91.         <value><attribute>kerio-Mail-WebHideFolderList</attribute></value>
  92.     </variable>
  93.     <variable>
  94.         <name>ShowSub</name>
  95.         <value><attribute>kerio-Mail-WebShowSubscribedFolders</attribute></value>
  96.     </variable>
  97.     <variable>
  98.         <name>MsgPerPage</name>
  99.         <value><attribute>kerio-Mail-WebMessagesPerPage</attribute></value>
  100.     </variable>
  101.     <variable>
  102.         <name>DispInlineImages</name>
  103.         <value><attribute>kerio-Mail-WebDisplayInlineImages</attribute></value>
  104.     </variable>
  105.     <variable>
  106.         <name>MsgInNewWindow</name>
  107.         <value><attribute>kerio-Mail-WebMessagesInNewWindow</attribute></value>
  108.     </variable>
  109.     <variable>
  110.         <name>UseUtf8</name>
  111.         <value><attribute>kerio-Mail-WebUseUtf8</attribute></value>
  112.     </variable>
  113.     <variable>
  114.         <name>PrefLang</name>
  115.         <value><attribute>kerio-Mail-WebLanguage</attribute></value>
  116.     </variable>
  117.   </map>
  118.  
  119.   <map table="Group">
  120.     <filter>objectclass=group</filter>
  121.     <active-attribute>kerio-Mail-Active</active-attribute>
  122.     <variable>
  123.        <name>Name</name>
  124.        <value><attribute>sAMAccountName</attribute></value>
  125.     </variable>
  126.     <variable>
  127.        <name>MailAddress</name>
  128.        <value><attribute>kerio-Mail-Address</attribute></value>
  129.     </variable>
  130.     <variable>
  131.        <name>Rights</name>
  132.        <value><attribute>kerio-Mail-AdminRights</attribute></value>
  133.     </variable>
  134.     <variable>
  135.        <name>Description</name>
  136.        <value><attribute>description</attribute></value>
  137.     </variable>
  138.   </map>
  139. </mapfile>
  140.  
  141.