phpldapadmin/lib/SambaPasswordAttribute.php

18 lines
321 B
PHP
Raw Permalink Normal View History

2009-06-30 10:46:00 +00:00
<?php
/**
* 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 PasswordAttribute {
2009-06-30 10:46:00 +00:00
}
?>