phpldapadmin/app/Classes/LDAP/Attribute/Internal/PwdPolicySubentry.php

12 lines
200 B
PHP

<?php
namespace App\Classes\LDAP\Attribute\Internal;
use App\Classes\LDAP\Attribute\Internal;
/**
* Represents an PwdPolicySubentry Attribute
*/
final class PwdPolicySubentry extends Internal
{
}