LDAPAccountManager/lam/docs/devel/type_profile.htm

64 lines
1.6 KiB
HTML
Raw Normal View History

2006-01-01 16:30:05 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2013-01-19 13:18:52 +00:00
<html><head>
2006-01-01 16:30:05 +00:00
<title>Type HowTo - Default profile</title>
2013-01-19 13:18:52 +00:00
2006-01-01 16:30:05 +00:00
<link rel="stylesheet" type="text/css" href="style/layout.css">
2013-01-19 13:18:52 +00:00
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
</head><body>
2006-01-01 16:30:05 +00:00
<div style="text-align: center;">
2013-01-19 13:18:52 +00:00
<h1>Type HowTo - Default profiles</h1>
</div>
<h2>Account profile
</h2>
2006-01-01 16:30:05 +00:00
<br>
2013-01-19 13:18:52 +00:00
2006-01-01 16:30:05 +00:00
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>
2013-01-19 13:18:52 +00:00
2006-01-01 16:30:05 +00:00
Save your profile as <span style="font-weight: bold;">default.&lt;your
2013-01-19 13:18:52 +00:00
type&gt;</span> in <span style="font-weight: bold;">config/templates/profiles</span>.<br>
2006-01-01 16:30:05 +00:00
<br>
2013-01-19 13:18:52 +00:00
2006-01-01 16:30:05 +00:00
<br>
2013-01-19 13:18:52 +00:00
<span style="font-weight: bold; text-decoration: underline;">Example:</span><br style="font-weight: bold; text-decoration: underline;">
2006-01-01 16:30:05 +00:00
<br>
2013-01-19 13:18:52 +00:00
2006-01-01 16:30:05 +00:00
The <span style="font-style: italic;">smbDomain</span> type has only
2013-01-19 13:18:52 +00:00
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>