1 ##########################################################################
2 # LDAP display templates
3 ##########################################################################
10 ##########################################################################
12 ##########################################################################
14 # template name and plural name come first
18 # name of the icon that is associated with this template
21 # blank-separated list of template options ("" for none)
22 # addable - end-user should be allowed to add these types of entries
23 # modrdn - end-user can change the name of these entries
24 # altview - this template is referred to in another template's
34 # name of attribute to authenticate as ("" means auth as this entry)
38 # default attribute name to use when forming RDN of a new entry
43 # default location when adding new entries (DN; "" means no default)
44 "o=University of Michigan, c=US"
47 # rules used to define default values for new entries
52 # list of items for display
53 # each line is either:
54 # item (type) (attribute) (attr name) (extra args...)
55 # to define an item or
57 # to keep the next item on the same row as the previous
60 # cis - case ignore string
61 # mls - multiline string
63 # mail - case ignore string that contains an RFC822 mail address
64 # bool - boolean value
65 # jpeg - inlined JPEG image
66 # jpegbtn - JPEG image button
67 # fax - inlined Fax image
68 # faxbtn - Fax image button
69 # audiobtn - audio button
71 # date - time value displayed as a date only
72 # url - labeled URL for links to items in WWW
73 # searchact - search action
74 # linkact - link to another template
76 # valid options (comma separated list appended to the type) are:
77 # ro - attribute is read only; don't let user edit it
78 # sort - order the values of this attribute
79 # 1val - disallow entry of multiple values
80 # required - this attribute should have at least one value
81 # hide - don't show this item if attribute has no values
82 # hideiffalse - hide item if value is FALSE (for type 'bool' only)
84 item jpegbtn "View Photo" jpegPhoto "Next Photo"
85 item audiobtn "Play Sound" audio
86 item cis,ro,sort "Also Known As" cn
87 item mail "E-Mail Address" mail
88 item cis "Work Phone" telephoneNumber
89 item cis "Fax Number" facsimileTelephoneNumber
90 item cis "Pager Number" pager
91 item mls "Work Address" postalAddress
92 item cis,sort "Title" title
93 item cis,ro "Uniqname" uid
94 item mls "Description" multiLineDescription
95 item cis "Home Phone" homePhone
96 item mls "Home Address" homePostalAddress
97 item url "More Info (URL)" labeledURL
98 item dn,sort "See Also" seeAlso
99 item cis "Favorite Beverage" drink
100 item cis "Notice" notice
101 item bool,hideiffalse "On Vacation" onVacation
102 item mls,1val "Vacation Message" vacationMessage
103 item bool,hideiffalse "Do Not Allow Updates" noBatchUpdates
104 item time,ro "Last Modified" lastModifiedTime
105 item dn,ro "Modified By" lastModifiedBy
106 item searchact "Find Groups Added To" "" "-dnt" "(&(objectclass=rfc822mailgroup)(member=%v))" "multiLineDescription" "Description" ""
107 item searchact "List Owned Groups" "" "-dnt" "(&(objectclass=rfc822mailgroup)(owner=%v))" "title" "Title" ""
108 item linkact "Other Addresses" "" "other addresses"
112 ##########################################################################
114 ##########################################################################
125 # name of attribute to authenticate as
128 # default attribute name to use when forming RDN of a new entry
132 # default location when adding new entries
136 # rules used to define default values for new entries
140 # list of items for display
141 item jpegbtn "View Photo" jpegPhoto "Next Photo"
142 item audiobtn "Play Sound" audio
143 item cis,sort "Also Known As" cn
144 item cis,sort "Title" title
145 item mls "Work Address" postalAddress
146 item cis "Work Phone" telephoneNumber
147 item cis "Fax Number" facsimileTelephoneNumber
148 item cis "Pager Number" pager
149 item mls "Home Address" homePostalAddress
150 item cis "Home Phone" homePhone
151 item cis "User ID" uid
152 item mail "E-Mail Address" mail
153 item cis "Description" description
154 item cis "Favorite Beverage" drink
155 item dn,sort "See Also" seeAlso
156 item time,ro "Last Modified" lastModifiedTime
157 item dn,ro "Modified By" lastModifiedBy
161 ##########################################################################
163 ##########################################################################
175 # name of attribute to authenticate as
178 # default attribute name to use when forming RDN of a new entry
182 # default location when adding new entries
183 "ou=User Groups, ou=Groups, o=University of Michigan, c=US"
186 # rules used to define default values for new entries
187 constant "associatedDomain" "umich.edu"
188 constant "joinable" "FALSE"
192 addersdn "requestsTo"
197 # list of items for display
198 # each line is either:
199 # item (type) (attribute) (attr name) (extra args...)
200 # to define an item or
203 # list of items for display
204 item cis,sort "Also Known As" cn
205 item mls "Description" multiLineDescription
206 item cis "Phone Number" telephoneNumber
207 item cis "Fax Number" facsimileTelephoneNumber
208 item mls "Address" postalAddress
209 item dn,required,sort "Owner" owner
210 item url "More Info (URL)" labeledURL
211 item dn,sort "See Also" seeAlso
212 item dn,sort "Errors To" errorsTo
213 item dn,sort "Requests To" requestsTo
214 item cis "Associated Domain" associatedDomain
215 item cis "Moderator" moderator
216 item bool "Suppress 'No E-Mail Address' Errors" suppressNoEmailError
217 item bool "Others May Join" joinable
218 item dn,sort "X.500 Members" member
219 item mail,sort "E-Mail Errors To" rfc822ErrorsTo
220 item mail,sort "E-Mail Requests To" rfc822RequestsTo
221 item mail,sort "E-Mail Members" mail
222 item cis "Notice" notice
223 item time,ro "Last Modified" lastModifiedTime
224 item dn,ro "Modified By" lastModifiedBy
225 item searchact "Subscribers" "" "-dnt" "memberOfGroup=%v" "title" "Title" "joinable"
226 item verifyact "Verify Members" "member" "mail" "E-Mail Address"
229 ##########################################################################
230 # Organization template
231 ##########################################################################
243 # name of attribute to authenticate as
246 # default attribute name to use when forming RDN of a new entry
249 # default location when adding new entries
252 # rules used to define default values for new entries
258 # list of items for display
259 # each line is either:
260 # item (type) (attribute) (attr name) (extra args...)
261 # to define an item or
264 # list of items for display
265 item cis,sort "Name" o
266 item cis "Location" l
267 item mls "Address" postalAddress
268 item cis "Phone Number" telephoneNumber
269 item cis "Fax Number" facsimileTelephoneNumber
270 item cis "Description" description
271 item dn,sort "See Also" seeAlso
272 item time,ro "Last Modified" lastModifiedTime
273 item dn,ro "Modified By" lastModifiedBy
277 ##########################################################################
279 ##########################################################################
291 # name of attribute to authenticate as
294 # default attribute name to use when forming RDN of a new entry
297 # default location when adding new entries
298 "ou=Services, o=University of Michigan, c=US"
300 # rules used to define default values for new entries
306 # list of items for display
307 # each line is either:
308 # item (type) (attribute) (attr name) (extra args...)
309 # to define an item or
312 # list of items for display
313 item jpegbtn "View Photo" jpegPhoto
314 item cis,sort "Name" cn
315 item mls "Description" multilineDescription
316 item cis "Provider" provider
317 item cis,sort "Service Area" serviceArea
318 item mail "E-mail Address" mail
319 item cis "Phone" telephoneNumber
320 item cis "Fax Number" facsimileTelephoneNumber
321 item mls "Postal Address" postalAddress
322 item cis "Hours" hoursOfOperation
323 item url "More Info (URL)" labeledURL
324 item dn,sort "Depends On" dependentUpon
325 item dn,sort "See Also" seeAlso
326 item cis,sort "Platform" platform
327 item cis,sort "Product" product
328 item cis,sort "Keywords" keywords
329 item cis "FCE Rating" serviceRating
330 item date "Date Rated" ratingTime
331 item mls "Rating Description" ratingDescription
332 item time,ro "Last Modified" lastModifiedTime
333 item dn,ro "Modified By" lastModifiedBy
334 item dn,required,sort "Owner" owner
338 ##########################################################################
339 # Organizational Role template
340 ##########################################################################
341 "Organizational Role"
342 "Organizational Roles"
352 # name of attribute to authenticate as
355 # default attribute name to use when forming RDN of a new entry
358 # default location when adding new entries
361 # rules used to define default values for new entries
366 # list of items for display
367 # each line is either:
368 # item (type) (attribute) (attr name) (extra args...)
369 # to define an item or
372 # list of items for display
373 item cis,sort "Name" cn
374 item cis "Description" description
375 item dn "Role Occupant" roleOccupant
376 item dn,sort "See Also" seeAlso
377 item time,ro "Last Modified" lastModifiedTime
378 item dn,ro "Modified By" lastModifiedBy
382 ##########################################################################
383 # Organizational Unit template
384 ##########################################################################
385 "Organizational Unit"
386 "Organizational Units"
396 # name of attribute to authenticate as
399 # default attribute name to use when forming RDN of a new entry
402 # default location when adding new entries
405 # rules used to define default values for new entries
409 item cis "Organization Unit Name" ou
410 item cis "Title" title
411 item time,ro "Last Modified" lastModifiedTime
412 item dn,ro "Modified By" lastModifiedBy
417 ##########################################################################
418 # Application Entity template
419 ##########################################################################
421 "Application Entities"
431 # name of attribute to authenticate as
434 # default attribute name to use when forming RDN of a new entry
437 # default location when adding new entries
440 # rules used to define default values for new entries
444 item cis,sort "Name" cn
445 item cis "Location" l
446 item cis "Description" description
447 item time,ro "Last Modified" lastModifiedTime
448 item dn,ro "Modified By" lastModifiedBy
451 ##########################################################################
453 ##########################################################################
466 # name of attribute to authenticate as
469 # default attribute name to use when forming RDN of a new entry
472 # default location when adding new entries
475 # rules used to define default values for new entries
480 item cis "Document ID" documentIdentifier
481 item cis "Title" documentTitle
482 item cis "Series Title" documentSeriesTitle
483 item cis "Version" documentVersion
484 item cis,sort "Service Area" serviceArea
485 item mls "Abstract" multiLineAbstract
486 item url "More Info (URL)" labeledURL
487 item dn,sort "Availability" documentAvailable
488 item dn,sort "See Also" seeAlso
489 item cis,sort "Platform" platform
490 item cis,sort "Product" product
491 item cis,sort "Keyword" keywords
492 item dn,sort "Author" documentAuthor
493 item time,ro "Last Modified" lastModifiedTime
494 item dn,ro "Modified By" lastModifiedBy
495 item dn,required "Owner" owner
498 ##########################################################################
499 # Document description template
500 ##########################################################################
501 "DocumentDescription"
502 "DocumentDescriptions"
503 "document description icon"
512 # name of attribute to authenticate as
515 # default attribute name to use when forming RDN of a new entry
518 # default location when adding new entries
521 # rules used to define default values for new entries
526 item mls "Description" multilineDescription
527 item url "More Info (URL)" labeledURL
528 item time,ro "Last Modified" lastModifiedTime
529 item dn,ro "Modified By" lastModifiedBy
530 item dn,required "Owner" owner
533 ##########################################################################
535 ##########################################################################
547 # name of attribute to authenticate as
550 # default attribute name to use when forming RDN of a new entry
553 # default location when adding new entries
556 # rules used to define default values for new entries
562 item mls "Description" multilineDescription
563 item jpegbtn "View Photo(s)" jpegPhoto
564 item cis "Citation" citation
565 item cis "Copyright" copyright
566 item cis "Keywords" keywords
567 item time,ro "Last Modified" lastModifiedTime
568 item dn,ro "Modified By" lastModifiedBy
569 item dn,required "Owner" owner
574 ##########################################################################
576 ##########################################################################
588 # name of attribute to authenticate as
591 # default attribute name to use when forming RDN of a new entry
594 # default location when adding new entries
597 # rules used to define default values for new entries
601 item cis "Country Name" co
602 item cis "Country Code" c
603 item cis "Description" description
604 item time,ro "Last Modified" lastModifiedTime
605 item dn,ro "Modified By" lastModifiedBy
608 ##########################################################################
610 ##########################################################################
622 # name of attribute to authenticate as
625 # default attribute name to use when forming RDN of a new entry
628 # default location when adding new entries
631 # rules used to define default values for new entries
637 item time,ro "Last Modified" lastModifiedTime
638 item dn,ro "Modified By" lastModifiedBy
642 ##########################################################################
643 # "Other Addresses" template
644 ##########################################################################
655 # name of attribute to authenticate as
658 # default attribute name to use when forming RDN of a new entry
661 # default location when adding new entries
664 # rules used to define default values for new entries
668 item cis "Street Address" streetAddress
669 item cis "Locality" l
670 item cis "State or Province" st
671 item cis "Postal Code" postalCode
672 item cis,hide "X.400 Address" mhsORAddresses
673 item cis,hide "X.400 Address" textEncodedORAddress
674 Item cis "Other Mailbox" otherMailbox
675 item time,ro "Last Modified" lastModifiedTime
676 item dn,ro "Modified By" lastModifiedBy