home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / email / sime / dua.ini < prev    next >
Encoding:
INI File  |  1997-12-09  |  7.7 KB  |  309 lines

  1. ; Simeon Directory User Agent Initialization File
  2.  
  3. ; OVERVIEW
  4. ; This file controls the behaviour and appearance of the dua windows inside 
  5. ; Simeon.  It is read when the dua is opened and must be present for the dua
  6. ; to function
  7. ;
  8. ; Options which you may want to change are flagged by the Note keyword in 
  9. ; the documentation 
  10. ;
  11. ; BE VERY CAREFUL when making any modifications to this file as 
  12. ; errors in here can cause runtime failure of Simeon. 
  13. ; END OVERVIEW
  14.  
  15.  
  16. ; NOTES
  17. ; There are some options that have been commented as unused.  They have 
  18. ; been left in case the functionality is enabled in the future.
  19. ;
  20. ; Syntax:
  21. ; - Sections begin with a section tag, enclosed in [].  These tags are used
  22. ; by the dua to find options so they should not be changed
  23. ;
  24. ; - comments are lines beginning with ;
  25. ; - the & is used to break logical lines across multiple editor lines  
  26. ; END NOTES
  27.  
  28.  
  29.  
  30. [Bind]
  31. ; Note:
  32. ; The next two options control how a bind to the DSA is done.  To bind as 
  33. ; anything but anonymous, comment the anonymous line, uncomment the authfile
  34. ; line and put in the correct path to your bind file.
  35. ; The bind.ini file consists of two lines as follows
  36. ; name = "cn=my name, ou=my department, o=my organization, c=CA"
  37. ; password = mypassword
  38. ;authfile: c:simeon\bind.ini
  39. anonymous: 1
  40.  
  41. [Service]
  42. ; X.500 service parameters
  43. connecttime : 5
  44. timelimit: 60
  45. sizelimit: 0
  46.  
  47. [Preferences]
  48.  
  49. ;Note:
  50. ; Change the default browse entry to the DN you want users to be present 
  51. ; with first when the Directory tree window opens,
  52. DefaultBrowseEntry: o=The Esys Corporation, c=CA
  53.  
  54.  
  55. ;[AttributeNames]
  56. ;; User friendly names for attribute types, used in add/modify screens
  57. ;; currently unused because there are no add or modify screens in Simeon
  58. ;c : Country
  59. ;co : Country
  60. ;cn : Name
  61. ;sn : Surname
  62. ;l : Locality
  63. ;st : "State or Province"
  64. ;o : Organization
  65. ;ou : Department
  66.  
  67. [EntryDB]
  68.  
  69. ; Node: Country default, set this to your country
  70. country : "c=CA" : "country"
  71.  
  72. ; Note: Organization default, set this to the DN of your organization
  73. org : "o=The Esys Corporation,c=CA" : "organization"
  74.  
  75. [UFNpaths]
  76. ; ### Entry labels reference DNs in [EntryDB]
  77. path : 1 : org, country, root
  78. path : 2 : org, country, root
  79. path : 3, + : root, country, org
  80.  
  81. [search-menu]
  82. srchitem : Person : 101
  83. srchitem : Organization : 102
  84. srchitem : Department : 103
  85. srchitem : Country : 104
  86.  
  87. [SearchClassTypes]
  88. ; Note: objectclasses that count when searching
  89. ; i.e.  when searching for a person the dua should consider entries with
  90. ; objectClasses of person or organizationalRole as people.
  91. Person : person, organizationalRole
  92. Organization : organization
  93. Department : organizationalUnit
  94. Country : country
  95.  
  96. [SearchClassFilters]
  97. ; Note: which oid do we actually want to correspond to a person
  98. ; for example if we put in the line Person: telephoneNumber then whenever
  99. ; the user types "bob" into the Person field of the search dialog the actual
  100. ; search generated would be for entries where telephoneNumber=*bob*, 
  101. ; obviously in this case an undesirable action
  102.  
  103. Person : cn
  104. Organization : o
  105. Department : ou
  106. Country : friendlyCountryName
  107.  
  108. [SearchClassContexts]
  109. Person : Department, Organization, Country
  110. Department :  Organization, Country
  111. Organization : Country
  112.  
  113. [SearchClassHierarchy]
  114. Person : organization, organizationalUnit
  115. Organization : country, locality
  116. Department : organization, organizationalUnit
  117. Country : ""
  118.  
  119. [SearchClassPaths]
  120. Person : Department, Organization : country
  121. Person : Organization : country
  122. Person : Department : org 
  123. Person : : org
  124.  
  125. Department : : org
  126. Department : Organization : country
  127. Department : Organization, Country : root
  128.  
  129. Organization : Country : root
  130. Organization : : country
  131.  
  132. [ShowTemplates]
  133.  
  134. ; Note
  135. ; The show templates control how the data for a single entry is displayed.
  136. ; When the user double clicks on a leaf entry of the DIT a show window
  137. ; is brought up.  Each of these show entries has 3 parts: the keyword 
  138. ; "objectclass" the name of a given objectclass and a list of oids to show
  139. ; for that object class.  Each part is separated by a colon.  
  140. ;
  141. ; Common modifications to this section would be to add an oid such as 
  142. ; employee number, which is specific to your organization, or to remove
  143. ; oid's which you do not want displayed such as jpegPhoto's
  144. ;
  145. ; If the oid is not present in an entry it is simply skipped
  146.  
  147. objectclass : country : &
  148.     objectClass, &
  149.     friendlyCountryName, &
  150.     description, &
  151.     jpegPhoto
  152.  
  153. objectclass : organization : &
  154.     objectClass, &
  155.     organizationName, &
  156.     description, &
  157.     telephoneNumber, &
  158.     labeledURI, &
  159.     facsimileTelephoneNumber, &
  160.     postalAddress, &
  161.     telexNumber, &
  162.     jpegPhoto
  163.  
  164. objectclass : organizationalunit : &
  165.     objectClass, &
  166.     organizationalUnitName, &
  167.     description, &
  168.     telephoneNumber, &
  169.     facsimileTelephoneNumber, &
  170.     postalAddress, &
  171.     telexNumber, &
  172.     jpegPhoto
  173.  
  174. objectclass : person : &
  175.     objectClass, &
  176.     commonName, &
  177.         aliasedObjectName, &
  178.     title, &
  179.     rfc822Mailbox, &
  180.     labeledURI, &
  181.     favouriteDrink, &
  182.     telephoneNumber, &
  183.     roomNumber, &
  184.     jpegPhoto
  185.  
  186. objectclass : organizationalRole : &
  187.     objectClass, &
  188.     commonName, &
  189.     title, &
  190.     rfc822Mailbox, &
  191.     telephoneNumber, &
  192.     aliasedObjectName, &
  193.     facsimileTelephoneNumber, &
  194.     description, &
  195.     roleOccupant, &
  196.     seeAlso, &
  197.     secretary, &
  198.     jpegPhoto
  199.  
  200. objectclass : locality : &
  201.     objectClass, &
  202.     localityName, &
  203.     stateOrProvinceName, &
  204.     description, &
  205.     postalAddress, &
  206.     postalCode, &
  207.     postOfficeBox, &
  208.     telephoneNumber, &
  209.     facsimileTelephoneNumber, &
  210.     jpegPhoto
  211.  
  212. objectclass : room : &
  213.     objectClass, &
  214.     commonName, &
  215.     localityName, &
  216.     description, &
  217.     postalAddress, &
  218.     postalCode, &
  219.     postOfficeBox, &
  220.     telephoneNumber, &
  221.     facsimileTelephoneNumber, &
  222.     userid, &
  223.     roomNumber
  224.  
  225.  
  226. [tool-buttons]
  227. ; do not touch the following 3 values
  228. bmp-library : 
  229. bmp-width : 24
  230. bmp-height : 24
  231.  
  232. ; Button definitions
  233. ; button: button_name : menu_id : mac resource id : mtf resource id :
  234. ;                                                   windows resource id
  235. ; Systems administrators should not modify the following button defintions
  236. ; doing so can cause runtime errors
  237.  
  238. ; Print button
  239. button : PRINT_BTN : 1001 : 2 : 2 : 2
  240.  
  241. ; Save modifications button
  242. button : MODIFY_BTN : 1101 : 3 : 3 : 3
  243.  
  244. ; Save modifications button
  245. button : SAVE_MOD_BTN : 1102 : 3 : 3 : 3
  246.  
  247. ; Person search button
  248. button : SEARCH_PERSON_BTN : 101 : 5 : 5 : 5
  249.  
  250. ; Organization
  251. button : ORG_BTN : 102 : 6 : 6 : 6 
  252.  
  253. ; Department
  254. button : OU_BTN : 103 : 7 : 7 : 7
  255.  
  256. ; Country
  257. button : CNTRY_BTN : 104 : 8 : 8 : 8
  258.  
  259. ; Next (down arrow)
  260. button : NEXT_BTN : 2201 : 9209 : 49 : 9209
  261.  
  262. ; Previous (up arrow)
  263. button : PREV_BTN : 2202 : 9213 : 53 : 9213
  264.  
  265. ; Save mail address
  266. button : SAVE_MAIL_BTN : 2203 : 9219 : 59 : 9219
  267.  
  268. ; Paste to field mail address
  269. button : PASTE_TO_MAIL_BTN : 2204 : 9231 : 71 : 9231
  270.  
  271. ; Paste CC field mail address
  272. button : PASTE_CC_MAIL_BTN : 2205 : 9233 : 73 : 9233
  273.  
  274. ; Paste BCC field mail address
  275. button : PASTE_BCC_MAIL_BTN : 2206 : 9235 : 75 : 9235
  276.  
  277. ; Browse
  278. button : BROWSE_BTN : 2207 : 9602 : 136 : 9602
  279.  
  280. ; Show
  281. button : SHOW_BTN : 2208 : 9604 : 138 : 9604
  282.  
  283. ; Prune tree branch
  284. button : PRUNE_BTN : 2209 : 9600 : 134 : 9600
  285.  
  286. ; Generic search button
  287. button:  SEARCH_BTN : 2210: 9504 : 132 : 9502
  288.  
  289. ; Add entry
  290. button : ADD_BTN : 1103 : 20 : 20 : 20
  291.  
  292. ; Delete entry
  293. button : DELETE_BTN : 1104 : 19 : 19 : 19
  294.  
  295.  
  296. [toolbar]
  297.  
  298. ; Show window toolbar
  299. toolbar : SHOWtbar :  &
  300.     PASTE_TO_MAIL_BTN, PASTE_CC_MAIL_BTN, PASTE_BCC_MAIL_BTN, SAVE_MAIL_BTN
  301.  
  302. ; Browse window toolbar
  303. toolbar : BROWSEtbar :  &
  304.     BROWSE_BTN, SHOW_BTN, PREV_BTN, NEXT_BTN, SEARCH_BTN, & 
  305.     PASTE_TO_MAIL_BTN, PASTE_CC_MAIL_BTN, PASTE_BCC_MAIL_BTN, SAVE_MAIL_BTN
  306.  
  307.  
  308.  
  309.