mark krbPrincipalKey and krbExtraData as binary
This commit is contained in:
parent
1e9f4cafb3
commit
ec2a842f6b
|
@ -2210,6 +2210,8 @@ class myldap extends DS {
|
||||||
strcasecmp($attr_name,'objectSID') == 0 ||
|
strcasecmp($attr_name,'objectSID') == 0 ||
|
||||||
strcasecmp($attr_name,'auditingPolicy') == 0 ||
|
strcasecmp($attr_name,'auditingPolicy') == 0 ||
|
||||||
strcasecmp($attr_name,'jpegPhoto') == 0 ||
|
strcasecmp($attr_name,'jpegPhoto') == 0 ||
|
||||||
|
strcasecmp($attr_name,'krbExtraData') == 0 ||
|
||||||
|
strcasecmp($attr_name,'krbPrincipalKey') == 0 ||
|
||||||
$syntax == '1.3.6.1.4.1.1466.115.121.1.10' ||
|
$syntax == '1.3.6.1.4.1.1466.115.121.1.10' ||
|
||||||
$syntax == '1.3.6.1.4.1.1466.115.121.1.28' ||
|
$syntax == '1.3.6.1.4.1.1466.115.121.1.28' ||
|
||||||
$syntax == '1.3.6.1.4.1.1466.115.121.1.5' ||
|
$syntax == '1.3.6.1.4.1.1466.115.121.1.5' ||
|
||||||
|
|
Loading…
Reference in New Issue