phpldapadmin/lib/SambaPasswordAttribute.php
2009-08-14 11:47:45 +10:00

20 lines
334 B
PHP

<?php
// $Header$
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents an attribute whose values are SAMBA passwords
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class SambaPasswordAttribute extends PasswordAttribute {
}
?>