/etc/web2ldap/templates/inputform_sambaDomain.html is in web2ldap 1.1.43~dfsg-1.
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 | <div lang="en">
<h1>Samba 3 Domain</em></h1>
<table summary="sambaDomain: Basic attributes">
<tr>
<td>Domain name:</td>
<td>%(sambaDomainName)s</td>
</tr>
<tr>
<td>
Samba-SID:
</td>
<td>
%(sambaSID)s
</td>
</tr>
</table>
<h2>Password policy</em></h2>
<table summary="sambaDomain: Password policy">
<tr>
<td>Force user to logon for password change:</td>
<td>%(sambaLogonToChgPwd)s</td>
</tr>
<tr>
<td>Minimum time between password modifications:</td>
<td>%(sambaMinPwdAge)s seconds</td>
</tr>
<tr>
<td>Time after which a password is no longer valid (password expiry):</td>
<td>%(sambaMaxPwdAge)s seconds</td>
</tr>
<tr>
<td>Minimum password length:</td>
<td>%(sambaMinPwdLength)s</td>
</tr>
<tr>
<td>sambaRefuseMachinePwdChange:</td>
<td>%(sambaRefuseMachinePwdChange)s</td>
</tr>
<tr>
<td>Maximum number of passwords stored in history:</td>
<td>%(sambaPwdHistoryLength)s</td>
</tr>
</table>
<h3>Lockout parameters</h3>
<strong>You should think twice whether you really want to lock out users!</strong>
<table summary="sambaDomain: Lockout parameters">
<tr>
<td>Disconnect users outside logon hours:</td>
<td>%(sambaForceLogoff)s</td>
</tr>
<tr>
<td>Duration of password lockout:</td>
<td>%(sambaLockoutDuration)s seconds</td>
</tr>
<tr>
<td>Time after which failed logon attempts are purged:</td>
<td>%(sambaLockoutObservationWindow)s seconds</td>
</tr>
<tr>
<td>Number of failed logon attempts for lockout:</td>
<td>%(sambaLockoutThreshold)s</td>
</tr>
</table>
<h2>RID assignment</em></h2>
<table summary="sambaDomain: RID assignment">
<table>
<tr>
<td>RID base:</td>
<td>%(sambaAlgorithmicRidBase)s</td>
</tr>
<tr>
<td>Next RID:</td>
<td>%(sambaNextRid)s</td>
</tr>
<tr>
<td>Next user RID:</td>
<td>%(sambaNextUserRid)s</td>
</tr>
<tr>
<td>Next group RID:</td>
<td>%(sambaNextGroupRid)s</td>
</tr>
</table>
</div>
|