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 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
|
<dtml-var manage_page_header>
<dtml-var "manage_form_title(this(), _,
form_title='Add Active Directory Multi Plugin to the PluggabbleAuthService',
help_product='ActiveDirectoryMultiPlugin',
)">
<p class="form-help">
Add a new Active Directory Multi Plugin to the PluggableAuthService with this form.
</p>
<form action="manage_addActiveDirectoryMultiPlugin" method="POST">
<table cellspacing="0" cellpadding="3">
<tr>
<td align="left" valign="top"><div class="form-label">
ID
</div></td>
<td align="left" valign="top" colspan="3">
<input type="text" name="id" size="40" />
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-optional">
Title
</div></td>
<td align="left" valign="top" colspan="3">
<input type="text" name="title" size="40" />
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
LDAP Server[:port]
</div></td>
<td align="left" valign="top">
<input type="text" name="LDAP_server" size="40"
value="my.ldap.server" />
</td>
<td align="left" valign="top"><div class="form-label">
Use SSL <input type="checkbox" name="use_ssl" />
</div></td>
<td align="left" valign="top"><div class="form-label">
Read-only <input type="checkbox" name="read_only" />
</div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
Login Name Attribute
</div></td>
<td align="left" valign="top" colspan="3">
<select name="login_attr">
<option value="sAMAccountName">Windows Login Name (sAMAccountName)
</option>
<option value="cn">Canonical Name (cn)</option>
<option value="sn">Last Name (sn)</option>
<option value="givenName">First Name (givenName)</option>
<option value="dn">Distinguished Name (dn)</option>
<option value="objectGUID">Object GUID (objectGUID)</option>
</select>
</td>
</tr>
<tr>
<td align="LEFT" valign="TOP"><div class="form-label">
User ID Attribute
</div></td>
<td align="LEFT" valign="TOP" colspan="3">
<select name="uid_attr">
<option value="objectGUID">Object GUID (objectGUID)</option>
<option value="cn">Canonical Name (cn)</option>
<option value="givenName">First Name (givenName)</option>
<option value="sn">Last Name (sn)</option>
<option value="dn">Distinguished Name (dn)</option>
</select>
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
RDN Attribute
</div></td>
<td align="left" valign="top" colspan="3">
<select name="rdn_attr">
<option value="cn">Canonical Name (cn)</option>
</select>
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
Users Base DN
</div></td>
<td align="left" valign="top">
<input type="text" name="users_base" size="40"
value="ou=people,o=Organization,c=US" />
</td>
<td align="left" valign="top"><div class="form-label">
Scope
</div></td>
<td align="left" valign="top">
<select name="users_scope:int">
<option value="0"> BASE </option>
<option value="1"> ONELEVEL </option>
<option value="2" selected> SUBTREE </options>
</select>
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
Group storage
</div></td>
<td align="left" valign="top">
<select name="local_groups:int">
<option value="0" selected>
Groups stored on LDAP server
</option>
<option value="1">
Groups not stored on LDAP server
</option>
</select>
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
Groups Base DN
</div></td>
<td align="left" valign="top">
<input type="text" name="groups_base" size="40"
value="ou=groups,o=Organization,c=US" />
</td>
<td align="left" valign="top"><div class="form-label">
Scope
</div></td>
<td align="left" valign="top">
<select name="groups_scope:int">
<option value="0"> BASE </option>
<option value="1"> ONELEVEL </option>
<option value="2" selected> SUBTREE </option>
</select></td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-optional">
Manager DN
</div></td>
<td align="left" valign="top">
<input type="text" name="binduid:string" size="40" />
</td>
<td align="left" valign="top"><div class="form-optional">
Password
</div></td>
<td align="left" valign="top">
<input type="password" name="bindpwd:string" size="13" />
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
User password encryption
</div></td>
<td align="left" valign="top">
<select name="encryption">
<option selected> SHA </option>
<option> SSHA </option>
<option> crypt </option>
<option> clear </option>
</select>
</td>
</tr>
<tr>
<td align="left" valign="top"><div class="form-label">
Default User Roles
</div></td>
<td align="left" valign="top" colspan="3">
<input type="text" name="roles" size="40" value="Anonymous" />
</td>
</tr>
<tr>
<td> </td>
<td colspan="3">
<br>
<input type="submit" value=" Add ">
</td>
</tr>
</table>
</form>
<dtml-var manage_page_footer>
|