/usr/share/courier/webadmin/admin-15mysql.html is in courier-webadmin 0.76.3-5+deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="Author" content="Sam Varshavchik" />
<!-- Copyright 2001 Double Precision, Inc. See COPYING for -->
<!-- distribution information. -->
<title>@PACKAGE@ @VERSION@ - MySQL</title>
<!--
[#SAVED=<p><span style="color: #006000">Changes saved</span></p>#]
[#REQUIRED=<p><font style="color: #ff0000" size="+1">ERROR: A required field has not been set. Enter the required field below.</font></p>#]
[#___#]
-->
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - MySQL</h1>
@ERROR@
<form method="post" action="15mysql">
<table border="0">
<tbody>
<tr>
<th colspan="2" align="left">MySQL server login</th>
</tr>
<tr>
<td>Server:</td>
<td><tt><input type="text" size="20" name="SERVER"
value="@SERVER@" /></tt></td>
</tr>
<tr>
<td>Port:</td>
<td><tt><input type="text" size="20" name="PORT"
value="@PORT@" /></tt></td>
</tr>
<tr>
<td>Login ID:</td>
<td><tt><input type="text" size="20" name="USERNAME"
value="@USERNAME@" /></tt></td>
</tr>
<tr>
<td></td>
<td>For security reasons, set the password manually, by editing the
<tt>authmysqlrc</tt> file, <em>before making any changes on this
screen!</em></td>
</tr>
<tr>
<td>Socket:</td>
<td><tt><input type="text" size="20" name="SOCKET"
value="@SOCKET@" /></tt></td>
</tr>
<tr>
<td>Database:</td>
<td><tt><input type="text" size="20" name="DATABASE"
value="@DATABASE@" /></tt></td>
</tr>
<tr>
<th colspan="2" align="left">MySQL database fields:</th>
</tr>
<tr>
<td>Name of the table:</td>
<td><tt><input type="text" size="20" name="USER_TABLE"
value="@USER_TABLE@" /></tt></td>
</tr>
<tr>
<td>Account:</td>
<td><tt><input type="text" size="20" name="LOGIN_FIELD"
value="@LOGIN_FIELD@" /></tt></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>Default domain:</td>
<td align="right"><tt>@</tt></td>
</tr>
</tbody>
</table>
</td>
<td><tt><input type="text" size="20" name="DEFAULT_DOMAIN"
value="@DEFAULT_DOMAIN@" /></tt> (optional)</td>
</tr>
<tr>
<td>Home directory:</td>
<td><tt><input type="text" size="20" name="HOME_FIELD"
value="@HOME_FIELD@" /></tt></td>
</tr>
<tr>
<td colspan="2"><hr />
</td>
</tr>
<tr>
<td>Encrypted password:</td>
<td><tt><input type="text" size="20" name="CRYPT_PWFIELD"
value="@CRYPT_PWFIELD@" /></tt></td>
</tr>
<tr>
<td></td>
<td>and/or</td>
</tr>
<tr>
<td>Cleartext password:</td>
<td><tt><input type="text" size="20" name="CLEAR_PWFIELD"
value="@CLEAR_PWFIELD@" /></tt></td>
</tr>
<tr>
<td colspan="2"><hr />
</td>
</tr>
<tr>
<td>Userid:</td>
<td><tt><input type="text" size="20" name="UID_FIELD"
value="@UID_FIELD@" /></tt></td>
</tr>
<tr>
<td>Groupid:</td>
<td><tt><input type="text" size="20" name="GID_FIELD"
value="@GID_FIELD@" /></tt></td>
</tr>
<tr>
<td>Non-default mail delivery instructions:</td>
<td><tt><input type="text" size="20" name="DEFAULTDELIVERY"
value="@DEFAULTDELIVERY@" /></tt> (optional)</td>
</tr>
<tr>
<td>Non-default maildir:</td>
<td><tt><input type="text" size="20" name="MAILDIR_FIELD"
value="@MAILDIR_FIELD@" /></tt> (optional)</td>
</tr>
<tr>
<td>Maildir quota:</td>
<td><tt><input type="text" size="20" name="QUOTA_FIELD"
value="@QUOTA_FIELD@" /></tt> (optional)</td>
</tr>
<tr>
<td>Full name:</td>
<td><tt><input type="text" size="20" name="NAME_FIELD"
value="@NAME_FIELD@" /></tt> (optional)</td>
</tr>
<tr>
<td>Any additional WHERE SQL clause:</td>
<td><tt><input type="text" size="20" name="WHERE_CLAUSE"
value="@WHERE_CLAUSE@" /></tt> (optional)</td>
</tr>
<tr>
<td></td>
<td>
<input type="submit" value="Save" name="Save" /></td>
</tr>
</tbody>
</table>
</form>
<hr />
<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>
|