Compare commits
No commits in common. "5e0b865270ce53a6b09064a440b694a605135176" and "460e4762d813da77d64aac02d9071f3b9902c430" have entirely different histories.
5e0b865270
...
460e4762d8
@ -54,7 +54,6 @@
|
|||||||
1.3.6.1.4.1.42.2.27.8.5.1:passwordPolicyRequest
|
1.3.6.1.4.1.42.2.27.8.5.1:passwordPolicyRequest
|
||||||
1.3.6.1.4.1.42.2.27.9.5.2:GetEffectiveRights control::May be used to determine what operations a given user may perform on a specified entry.
|
1.3.6.1.4.1.42.2.27.9.5.2:GetEffectiveRights control::May be used to determine what operations a given user may perform on a specified entry.
|
||||||
1.3.6.1.4.1.1466.101.119.1:Dynamic Directory Services Refresh Request:RFC 2589
|
1.3.6.1.4.1.1466.101.119.1:Dynamic Directory Services Refresh Request:RFC 2589
|
||||||
1.3.6.1.4.1.1466.115.121.1.25:"guide" syntax-name:RFC 4517
|
|
||||||
1.3.6.1.4.1.1466.20036:LDAP_NOTICE_OF_DISCONNECTION
|
1.3.6.1.4.1.1466.20036:LDAP_NOTICE_OF_DISCONNECTION
|
||||||
1.3.6.1.4.1.1466.20037:Transport Layer Security Extension:RFC 2830:This operation provides for TLS establishment in an LDAP association and is defined in terms of an LDAP extended request.
|
1.3.6.1.4.1.1466.20037:Transport Layer Security Extension:RFC 2830:This operation provides for TLS establishment in an LDAP association and is defined in terms of an LDAP extended request.
|
||||||
1.3.6.1.4.1.1466.29539.1:LDAP_CONTROL_ATTR_SIZELIMIT
|
1.3.6.1.4.1.1466.29539.1:LDAP_CONTROL_ATTR_SIZELIMIT
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('main-content')
|
@section('main-content')
|
||||||
|
<x-error/>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="offset-1 col-10">
|
<div class="offset-1 col-10">
|
||||||
<div class="main-card mb-3 card">
|
<div class="main-card mb-3 card">
|
||||||
@ -32,7 +34,6 @@
|
|||||||
<x-form.select
|
<x-form.select
|
||||||
id="objectclass"
|
id="objectclass"
|
||||||
name="objectclass[{{ Entry::TAG_NOTAG }}][]"
|
name="objectclass[{{ Entry::TAG_NOTAG }}][]"
|
||||||
old="objectclass.{{ Entry::TAG_NOTAG }}"
|
|
||||||
:label="__('Select a Structural ObjectClass...')"
|
:label="__('Select a Structural ObjectClass...')"
|
||||||
:options="($oc=$server->schema('objectclasses'))
|
:options="($oc=$server->schema('objectclasses'))
|
||||||
->filter(fn($item)=>$item->isStructural())
|
->filter(fn($item)=>$item->isStructural())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user