Fixed display of Windows AD binary attributes

This commit is contained in:
Deon George
2009-08-13 21:39:43 +10:00
parent 8a21bbee12
commit 9eca46d0cc
3 changed files with 4 additions and 2 deletions

View File

@@ -2112,6 +2112,7 @@ class ldap extends DS {
strcasecmp($attr_name,'networkaddress') == 0 ||
strcasecmp($attr_name,'objectGUID') == 0 ||
strcasecmp($attr_name,'objectSID') == 0 ||
strcasecmp($attr_name,'auditingPolicy') == 0 ||
strcasecmp($attr_name,'jpegPhoto') == 0 ||
$syntax == '1.3.6.1.4.1.1466.115.121.1.10' ||
$syntax == '1.3.6.1.4.1.1466.115.121.1.28' ||