summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/html/eduser.html
blob: 64e4c3fb4c3de3a7f2014c40deedbd55a5c827c8 (plain)
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
<!-- --- BEGIN COPYRIGHT BLOCK ---
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HEAD><TITLE>User Management</TITLE></HEAD>
<HTML><BODY bgcolor="#C0C0C0" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<center><table border=2 width=100%%>
<tr><td align=center width=100%><hr size=0 width=0><FONT size=+2><b>Edit
User</b></FONT><hr size=0 width=0></th></tr></table></center>

<form method="POST" action=dosearch name=eduserform>
<input type=hidden name=mode value="smart">
<input type=hidden name=type value="people">
<input type=hidden name=editable value="true">
<!-- PCONTEXT -->

<b>Edit the user named: </b><INPUT type="text" name="searchstring" value="" size=20>
</pre>
<p>

<center><table border=2 width=100%>
<tr>
<td width=33% align=center><input type=submit value="Edit User"></td>
<td width=34% align=center><input type=reset value="Reset"></td>
<td width=33% align=center><input type=button value="  Help  " onclick="var hwin=window.open('', 'infowin_httpd',
'resizable=1,width=400,height=500');if(top.helpwin==1) hwin.frames[1].location='http://ggood:2001/httpd-ggood/bin/tutor?!usradd';else  { hwin.location='http://ggood:2001/httpd-ggood/bin/tutor?usradd'; hwin.rwin=top; hwin.rwin.helpwin=1; }"></td>
</tr></table></center>
</form>