home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-12-09 | 7.7 KB | 309 lines |
- ; Simeon Directory User Agent Initialization File
-
- ; OVERVIEW
- ; This file controls the behaviour and appearance of the dua windows inside
- ; Simeon. It is read when the dua is opened and must be present for the dua
- ; to function
- ;
- ; Options which you may want to change are flagged by the Note keyword in
- ; the documentation
- ;
- ; BE VERY CAREFUL when making any modifications to this file as
- ; errors in here can cause runtime failure of Simeon.
- ; END OVERVIEW
-
-
- ; NOTES
- ; There are some options that have been commented as unused. They have
- ; been left in case the functionality is enabled in the future.
- ;
- ; Syntax:
- ; - Sections begin with a section tag, enclosed in []. These tags are used
- ; by the dua to find options so they should not be changed
- ;
- ; - comments are lines beginning with ;
- ; - the & is used to break logical lines across multiple editor lines
- ; END NOTES
-
-
-
- [Bind]
- ; Note:
- ; The next two options control how a bind to the DSA is done. To bind as
- ; anything but anonymous, comment the anonymous line, uncomment the authfile
- ; line and put in the correct path to your bind file.
- ; The bind.ini file consists of two lines as follows
- ; name = "cn=my name, ou=my department, o=my organization, c=CA"
- ; password = mypassword
- ;authfile: c:simeon\bind.ini
- anonymous: 1
-
- [Service]
- ; X.500 service parameters
- connecttime : 5
- timelimit: 60
- sizelimit: 0
-
- [Preferences]
-
- ;Note:
- ; Change the default browse entry to the DN you want users to be present
- ; with first when the Directory tree window opens,
- DefaultBrowseEntry: o=The Esys Corporation, c=CA
-
-
- ;[AttributeNames]
- ;; User friendly names for attribute types, used in add/modify screens
- ;; currently unused because there are no add or modify screens in Simeon
- ;c : Country
- ;co : Country
- ;cn : Name
- ;sn : Surname
- ;l : Locality
- ;st : "State or Province"
- ;o : Organization
- ;ou : Department
-
- [EntryDB]
-
- ; Node: Country default, set this to your country
- country : "c=CA" : "country"
-
- ; Note: Organization default, set this to the DN of your organization
- org : "o=The Esys Corporation,c=CA" : "organization"
-
- [UFNpaths]
- ; ### Entry labels reference DNs in [EntryDB]
- path : 1 : org, country, root
- path : 2 : org, country, root
- path : 3, + : root, country, org
-
- [search-menu]
- srchitem : Person : 101
- srchitem : Organization : 102
- srchitem : Department : 103
- srchitem : Country : 104
-
- [SearchClassTypes]
- ; Note: objectclasses that count when searching
- ; i.e. when searching for a person the dua should consider entries with
- ; objectClasses of person or organizationalRole as people.
- Person : person, organizationalRole
- Organization : organization
- Department : organizationalUnit
- Country : country
-
- [SearchClassFilters]
- ; Note: which oid do we actually want to correspond to a person
- ; for example if we put in the line Person: telephoneNumber then whenever
- ; the user types "bob" into the Person field of the search dialog the actual
- ; search generated would be for entries where telephoneNumber=*bob*,
- ; obviously in this case an undesirable action
-
- Person : cn
- Organization : o
- Department : ou
- Country : friendlyCountryName
-
- [SearchClassContexts]
- Person : Department, Organization, Country
- Department : Organization, Country
- Organization : Country
-
- [SearchClassHierarchy]
- Person : organization, organizationalUnit
- Organization : country, locality
- Department : organization, organizationalUnit
- Country : ""
-
- [SearchClassPaths]
- Person : Department, Organization : country
- Person : Organization : country
- Person : Department : org
- Person : : org
-
- Department : : org
- Department : Organization : country
- Department : Organization, Country : root
-
- Organization : Country : root
- Organization : : country
-
- [ShowTemplates]
-
- ; Note
- ; The show templates control how the data for a single entry is displayed.
- ; When the user double clicks on a leaf entry of the DIT a show window
- ; is brought up. Each of these show entries has 3 parts: the keyword
- ; "objectclass" the name of a given objectclass and a list of oids to show
- ; for that object class. Each part is separated by a colon.
- ;
- ; Common modifications to this section would be to add an oid such as
- ; employee number, which is specific to your organization, or to remove
- ; oid's which you do not want displayed such as jpegPhoto's
- ;
- ; If the oid is not present in an entry it is simply skipped
-
- objectclass : country : &
- objectClass, &
- friendlyCountryName, &
- description, &
- jpegPhoto
-
- objectclass : organization : &
- objectClass, &
- organizationName, &
- description, &
- telephoneNumber, &
- labeledURI, &
- facsimileTelephoneNumber, &
- postalAddress, &
- telexNumber, &
- jpegPhoto
-
- objectclass : organizationalunit : &
- objectClass, &
- organizationalUnitName, &
- description, &
- telephoneNumber, &
- facsimileTelephoneNumber, &
- postalAddress, &
- telexNumber, &
- jpegPhoto
-
- objectclass : person : &
- objectClass, &
- commonName, &
- aliasedObjectName, &
- title, &
- rfc822Mailbox, &
- labeledURI, &
- favouriteDrink, &
- telephoneNumber, &
- roomNumber, &
- jpegPhoto
-
- objectclass : organizationalRole : &
- objectClass, &
- commonName, &
- title, &
- rfc822Mailbox, &
- telephoneNumber, &
- aliasedObjectName, &
- facsimileTelephoneNumber, &
- description, &
- roleOccupant, &
- seeAlso, &
- secretary, &
- jpegPhoto
-
- objectclass : locality : &
- objectClass, &
- localityName, &
- stateOrProvinceName, &
- description, &
- postalAddress, &
- postalCode, &
- postOfficeBox, &
- telephoneNumber, &
- facsimileTelephoneNumber, &
- jpegPhoto
-
- objectclass : room : &
- objectClass, &
- commonName, &
- localityName, &
- description, &
- postalAddress, &
- postalCode, &
- postOfficeBox, &
- telephoneNumber, &
- facsimileTelephoneNumber, &
- userid, &
- roomNumber
-
-
- [tool-buttons]
- ; do not touch the following 3 values
- bmp-library :
- bmp-width : 24
- bmp-height : 24
-
- ; Button definitions
- ; button: button_name : menu_id : mac resource id : mtf resource id :
- ; windows resource id
- ; Systems administrators should not modify the following button defintions
- ; doing so can cause runtime errors
-
- ; Print button
- button : PRINT_BTN : 1001 : 2 : 2 : 2
-
- ; Save modifications button
- button : MODIFY_BTN : 1101 : 3 : 3 : 3
-
- ; Save modifications button
- button : SAVE_MOD_BTN : 1102 : 3 : 3 : 3
-
- ; Person search button
- button : SEARCH_PERSON_BTN : 101 : 5 : 5 : 5
-
- ; Organization
- button : ORG_BTN : 102 : 6 : 6 : 6
-
- ; Department
- button : OU_BTN : 103 : 7 : 7 : 7
-
- ; Country
- button : CNTRY_BTN : 104 : 8 : 8 : 8
-
- ; Next (down arrow)
- button : NEXT_BTN : 2201 : 9209 : 49 : 9209
-
- ; Previous (up arrow)
- button : PREV_BTN : 2202 : 9213 : 53 : 9213
-
- ; Save mail address
- button : SAVE_MAIL_BTN : 2203 : 9219 : 59 : 9219
-
- ; Paste to field mail address
- button : PASTE_TO_MAIL_BTN : 2204 : 9231 : 71 : 9231
-
- ; Paste CC field mail address
- button : PASTE_CC_MAIL_BTN : 2205 : 9233 : 73 : 9233
-
- ; Paste BCC field mail address
- button : PASTE_BCC_MAIL_BTN : 2206 : 9235 : 75 : 9235
-
- ; Browse
- button : BROWSE_BTN : 2207 : 9602 : 136 : 9602
-
- ; Show
- button : SHOW_BTN : 2208 : 9604 : 138 : 9604
-
- ; Prune tree branch
- button : PRUNE_BTN : 2209 : 9600 : 134 : 9600
-
- ; Generic search button
- button: SEARCH_BTN : 2210: 9504 : 132 : 9502
-
- ; Add entry
- button : ADD_BTN : 1103 : 20 : 20 : 20
-
- ; Delete entry
- button : DELETE_BTN : 1104 : 19 : 19 : 19
-
-
- [toolbar]
-
- ; Show window toolbar
- toolbar : SHOWtbar : &
- PASTE_TO_MAIL_BTN, PASTE_CC_MAIL_BTN, PASTE_BCC_MAIL_BTN, SAVE_MAIL_BTN
-
- ; Browse window toolbar
- toolbar : BROWSEtbar : &
- BROWSE_BTN, SHOW_BTN, PREV_BTN, NEXT_BTN, SEARCH_BTN, &
- PASTE_TO_MAIL_BTN, PASTE_CC_MAIL_BTN, PASTE_BCC_MAIL_BTN, SAVE_MAIL_BTN
-
-
-
-