File: type_profile.htm

package info (click to toggle)
ldap-account-manager 8.3-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 103,380 kB
  • sloc: php: 249,996; javascript: 154,941; pascal: 38,010; perl: 414; xml: 252; sh: 195; makefile: 184
file content (64 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
  <title>Type HowTo - Default profile</title>

  
  
  <link rel="stylesheet" type="text/css" href="style/layout.css">

  
  <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">

</head><body>
<div style="text-align: center;">
<h1>Type HowTo - Default profiles</h1>
</div>

<h2>Account profile
</h2>

<br>

You have to provide a default profile for your account type. If you do
not want to specify default values then just provide an empty file.<br>

Save your profile as <span style="font-weight: bold;">default.&lt;your
type&gt;</span> in <span style="font-weight: bold;">config/templates/profiles</span>.<br>

<br>

<br>

<span style="font-weight: bold; text-decoration: underline;">Example:</span><br style="font-weight: bold; text-decoration: underline;">

<br>

The <span style="font-style: italic;">smbDomain</span> type has only
an empty default profile. It is saved as <span style="font-weight: bold;">config/templates/profiles/default.smbDomain</span>.<br>

<br>

<br>

<br>

<h2>PDF structure<br>
</h2>

Please provide a default PDF structure for your new account type. It is
named <span style="font-weight: bold;">default.&lt;your type&gt;.xml</span>
and stored in <span style="font-weight: bold;">config/templates/pdf</span>.<br>

<br>

<br>

<span style="font-weight: bold; text-decoration: underline;">Example:</span><br>

<br>

The <span style="font-style: italic;">smbDomain</span> type has the
default PDF structure in <span style="font-weight: bold;">config/templates/pdf/default.smbDomain.xml</span>.<br>

<br>
</body></html>