* clear out some warnings by gcc 9.3.1.
[alpine.git] / ldap / disptmpl.cfg
blobf08e3b2757123a2aad34bc6bac213ffe60b3d333
1 ##########################################################################
2 # LDAP display templates
3 ##########################################################################
6 # Version must be 1
8 Version 1
10 ##########################################################################
11 # U-M Person template
12 ##########################################################################
14 # template name and plural name come first
15 "U-M Person"
16 "U-M People"
18 # name of the icon that is associated with this template
19 "person icon"
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
25 #                       "linkact" item
26 "addable"
29 # objectclass list
30 umichPerson person
31 END
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
48 END
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
56 #    samerow
57 # to keep the next item on the same row as the previous
59 # valid types are:
60 #    cis        - case ignore string
61 #    mls        - multiline string
62 #    dn         - 
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
70 #    time       - time value
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 ##########################################################################
113 # Person template
114 ##########################################################################
115 "Person"
116 "People"
117 "person icon"
119 # template options
120 addable
122 # objectclass list
123 person
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 ##########################################################################
162 # Group template
163 ##########################################################################
164 "Group"
165 "Groups"
166 "group icon"
168 # template options
169 addable modrdn
171 # objectclass list
172 rfc822MailGroup
175 # name of attribute to authenticate as
176 "owner"
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"
189 addersdn        "owner"
190 addersdn        "member"
191 addersdn        "errorsTo"
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
201 #    samerow
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 ##########################################################################
232 "Organization"
233 "Organizations"
234 "organization icon"
236 # template options
239 # objectclass list
240 organization
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
253 constant        "o"     "foo"
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
262 #    samerow
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 ##########################################################################
278 # Service template
279 ##########################################################################
280 "Service"
281 "Services"
282 "service icon"
284 # template options
285 "addable"
287 # objectclass list
288 service
291 # name of attribute to authenticate as
292 "owner"
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
301 addersdn        "owner"
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
310 #    samerow
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"
343 "person icon"
345 # template options
348 # objectclass list
349 organizationalRole
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
370 #    samerow
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"
387 "organization icon"
389 # template options
392 # objectclass list
393 organizationalUnit
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
408 # Item list
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 ##########################################################################
420 "Application Entity"
421 "Application Entities"
422 "application icon"
424 # template options
427 # objectclass list
428 applicationEntity
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
443 # Item list
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 ##########################################################################
452 # Document template
453 ##########################################################################
454 "Document"
455 "Documents"
456 "document icon"
458 # template options
461 # objectclass list
462 document
463 umichDocument
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
479 # Item list
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"
505 # template options
508 # objectclass list
509 documentDescription
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
525 # Item list
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 ##########################################################################
534 # Image template
535 ##########################################################################
536 "Image"
537 "Images"
538 "image icon"
540 # template options
543 # objectclass list
544 image
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
560 # Item list
561 item cis        "Name"                  cn
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 ##########################################################################
575 # Country template
576 ##########################################################################
577 "Country"
578 "Countries"
579 "country icon"
581 # template options
584 # objectclass list
585 friendlyCountry
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
600 # Item list
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 ##########################################################################
609 # Locality template
610 ##########################################################################
611 "Locality"
612 "Localities"
613 "locality icon"
615 # template options
618 # objectclass list
619 locality
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
635 # Item list
636 item cis        "Name"                  l
637 item time,ro    "Last Modified"         lastModifiedTime
638 item dn,ro      "Modified By"           lastModifiedBy
642 ##########################################################################
643 # "Other Addresses" template
644 ##########################################################################
645 "Others Addresses"
646 "Other Addresses"
647 "other addr icon"
649 # template options
650 "altview"
652 # objectclass list
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
667 # Item list
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