SmbLdapLdapAdmin

Scripting and Tweaks to Simplify LDAP Administration


bear with me til i figure out formatting please 8~) CharlesLiebow


html for a simple page to allow users to change their own password

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html> <head> <title>Password</title> </head>=

<body> <hr> <form method="post" action="cgi-bin/passwd.cgi">

<h2><center> Ldapadmin--Change your Password</h2>

<center>What is thy name: <input name="name"></center>

<center> What is old password:<input name="oldpw" value="" type="password"></center>

<center>The new Password<input name="newpw" type="password"></center>

<center><input type="submit" name="submit" value="submit">

</center>

/form>

</body>

passwd.cgi this html POSTs to

</html>

SmbLdapLdapAdmin (last edited 2008-08-06 16:37:49 by localhost)