More work on displaying and editing an LDAP entry
This commit is contained in:
12
app/Classes/LDAP/Attribute/Internal/DN.php
Normal file
12
app/Classes/LDAP/Attribute/Internal/DN.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\LDAP\Attribute\Internal;
|
||||
|
||||
use App\Classes\LDAP\Attribute\Internal;
|
||||
|
||||
/**
|
||||
* Represents an DN Attribute
|
||||
*/
|
||||
final class DN extends Internal
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user