phpldapadmin/lib/DnAttribute.php

13 lines
264 B
PHP
Raw Normal View History

2009-06-30 10:46:00 +00:00
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/lib/DnAttribute.php,v 1.2 2007/12/15 07:50:32 wurley Exp $
/**
* @package phpLDAPadmin
* @author Xavier Bruyet
*
* Represents an attribute whose values are dn
*/
class DnAttribute extends Attribute {
}
?>