phpldapadmin/lib/SambaPasswordAttribute.php

20 lines
326 B
PHP
Raw Normal View History

2009-06-30 10:46:00 +00:00
<?php
// $Header$
2009-06-30 10:46:00 +00:00
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
2009-06-30 10:46:00 +00:00
* @package phpLDAPadmin
*/
/**
* Represents an attribute whose values are SAMBA passwords
2009-06-30 10:46:00 +00:00
*
* @package phpLDAPadmin
* @subpackage Templates
2009-06-30 10:46:00 +00:00
*/
class SambaPasswordAttribute extends Attribute {
}
?>