]> git.sur5r.net Git - openldap/blob - libraries/libldap/ldaptemplates.conf
Set ciphers from slapd.conf.
[openldap] / libraries / libldap / ldaptemplates.conf
1 ##########################################################################
2 # LDAP display templates
3 ##########################################################################
4
5 #
6 # Version must be 1
7 #
8 Version 1
9
10 ##########################################################################
11 # U-M Person template
12 ##########################################################################
13 #
14 # template name and plural name come first
15 "U-M Person"
16 "U-M People"
17
18 # name of the icon that is associated with this template
19 "person icon"
20
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"
27
28 #
29 # objectclass list
30 umichPerson person
31 END
32
33 #
34 # name of attribute to authenticate as ("" means auth as this entry)
35 ""
36
37 #
38 # default attribute name to use when forming RDN of a new entry
39 #
40 cn
41
42 #
43 # default location when adding new entries (DN; "" means no default)
44 "o=University of Michigan, c=US"
45
46 #
47 # rules used to define default values for new entries
48 END
49
50 #
51 #
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
58 #
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
75 #
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)
83 #
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"
109 END
110
111
112 ##########################################################################
113 # Person template
114 ##########################################################################
115 "Person"
116 "People"
117 "person icon"
118
119 # template options
120 addable
121 #
122 # objectclass list
123 person
124 END
125 # name of attribute to authenticate as
126 ""
127
128 # default attribute name to use when forming RDN of a new entry
129 #
130 cn
131
132 # default location when adding new entries
133 ""
134
135 #
136 # rules used to define default values for new entries
137 END
138
139 #
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
158 END
159
160
161 ##########################################################################
162 # Group template
163 ##########################################################################
164 "Group"
165 "Groups"
166 "group icon"
167
168 # template options
169 addable modrdn
170
171 # objectclass list
172 rfc822MailGroup
173 END
174
175 # name of attribute to authenticate as
176 "owner"
177
178 # default attribute name to use when forming RDN of a new entry
179 #
180 cn
181
182 # default location when adding new entries
183 "ou=User Groups, ou=Groups, o=University of Michigan, c=US"
184
185 #
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"
193 END
194
195 #
196 #
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
202 #
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"
227 END
228
229 ##########################################################################
230 # Organization template
231 ##########################################################################
232 "Organization"
233 "Organizations"
234 "organization icon"
235
236 # template options
237 ""
238
239 # objectclass list
240 organization
241 END
242
243 # name of attribute to authenticate as
244 ""
245
246 # default attribute name to use when forming RDN of a new entry
247 o
248
249 # default location when adding new entries
250 ""
251
252 # rules used to define default values for new entries
253 constant        "o"     "foo"
254 END
255
256 #
257 #
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
263 #
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
274 END
275
276
277 ##########################################################################
278 # Service template
279 ##########################################################################
280 "Service"
281 "Services"
282 "service icon"
283
284 # template options
285 "addable"
286
287 # objectclass list
288 service
289 END
290
291 # name of attribute to authenticate as
292 "owner"
293
294 # default attribute name to use when forming RDN of a new entry
295 cn
296
297 # default location when adding new entries
298 "ou=Services, o=University of Michigan, c=US"
299
300 # rules used to define default values for new entries
301 addersdn        "owner"
302 END
303
304 #
305 #
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
311 #
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
335 END
336
337
338 ##########################################################################
339 # Organizational Role template
340 ##########################################################################
341 "Organizational Role"
342 "Organizational Roles"
343 "person icon"
344
345 # template options
346 ""
347
348 # objectclass list
349 organizationalRole
350 END
351
352 # name of attribute to authenticate as
353 ""
354
355 # default attribute name to use when forming RDN of a new entry
356 cn
357
358 # default location when adding new entries
359 ""
360
361 # rules used to define default values for new entries
362 END
363
364 #
365 #
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
371 #
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
379 END
380
381
382 ##########################################################################
383 # Organizational Unit template
384 ##########################################################################
385 "Organizational Unit"
386 "Organizational Units"
387 "organization icon"
388
389 # template options
390 ""
391
392 # objectclass list
393 organizationalUnit
394 END
395
396 # name of attribute to authenticate as
397 ""
398
399 # default attribute name to use when forming RDN of a new entry
400 cn
401
402 # default location when adding new entries
403 ""
404
405 # rules used to define default values for new entries
406 END
407
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
413 END
414
415
416
417 ##########################################################################
418 # Application Entity template
419 ##########################################################################
420 "Application Entity"
421 "Application Entities"
422 "application icon"
423
424 # template options
425 ""
426
427 # objectclass list
428 applicationEntity
429 END
430
431 # name of attribute to authenticate as
432 ""
433
434 # default attribute name to use when forming RDN of a new entry
435 cn
436
437 # default location when adding new entries
438 ""
439
440 # rules used to define default values for new entries
441 END
442
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
449 END
450
451 ##########################################################################
452 # Document template
453 ##########################################################################
454 "Document"
455 "Documents"
456 "document icon"
457
458 # template options
459 ""
460
461 # objectclass list
462 document
463 umichDocument
464 END
465
466 # name of attribute to authenticate as
467 ""
468
469 # default attribute name to use when forming RDN of a new entry
470 cn
471
472 # default location when adding new entries
473 ""
474
475 # rules used to define default values for new entries
476 END
477
478 #
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
496 END
497
498 ##########################################################################
499 # Document description template
500 ##########################################################################
501 "DocumentDescription"
502 "DocumentDescriptions"
503 "document description icon"
504
505 # template options
506 ""
507
508 # objectclass list
509 documentDescription
510 END
511
512 # name of attribute to authenticate as
513 ""
514
515 # default attribute name to use when forming RDN of a new entry
516 cn
517
518 # default location when adding new entries
519 ""
520
521 # rules used to define default values for new entries
522 END
523
524 #
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
531 END
532
533 ##########################################################################
534 # Image template
535 ##########################################################################
536 "Image"
537 "Images"
538 "image icon"
539
540 # template options
541 ""
542
543 # objectclass list
544 image
545 END
546
547 # name of attribute to authenticate as
548 ""
549
550 # default attribute name to use when forming RDN of a new entry
551 cn
552
553 # default location when adding new entries
554 ""
555
556 # rules used to define default values for new entries
557 END
558
559 #
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
570 END
571
572
573
574 ##########################################################################
575 # Country template
576 ##########################################################################
577 "Country"
578 "Countries"
579 "country icon"
580
581 # template options
582 ""
583
584 # objectclass list
585 friendlyCountry
586 END
587
588 # name of attribute to authenticate as
589 ""
590
591 # default attribute name to use when forming RDN of a new entry
592 c
593
594 # default location when adding new entries
595 ""
596
597 # rules used to define default values for new entries
598 END
599
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
606 END
607
608 ##########################################################################
609 # Locality template
610 ##########################################################################
611 "Locality"
612 "Localities"
613 "locality icon"
614
615 # template options
616 ""
617
618 # objectclass list
619 locality
620 END
621
622 # name of attribute to authenticate as
623 ""
624
625 # default attribute name to use when forming RDN of a new entry
626 l
627
628 # default location when adding new entries
629 ""
630
631 # rules used to define default values for new entries
632 END
633
634 #
635 # Item list
636 item cis        "Name"                  l
637 item time,ro    "Last Modified"         lastModifiedTime
638 item dn,ro      "Modified By"           lastModifiedBy
639 END
640
641
642 ##########################################################################
643 # "Other Addresses" template
644 ##########################################################################
645 "Others Addresses"
646 "Other Addresses"
647 "other addr icon"
648
649 # template options
650 "altview"
651
652 # objectclass list
653 END
654
655 # name of attribute to authenticate as
656 ""
657
658 # default attribute name to use when forming RDN of a new entry
659 ""
660
661 # default location when adding new entries
662 ""
663
664 # rules used to define default values for new entries
665 END
666
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
677 END