summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-05 06:48:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:23 -0500
commit07cb71ba502cc1403de74f4f02e5479772b6a249 (patch)
treeed5c99e6bd9bff2469cbf1661d6a297cc8360099 /source4
parent0f6c285fa80a4bcbf700a107f8103ce299f18ae9 (diff)
downloadsamba-07cb71ba502cc1403de74f4f02e5479772b6a249.tar.gz
samba-07cb71ba502cc1403de74f4f02e5479772b6a249.tar.bz2
samba-07cb71ba502cc1403de74f4f02e5479772b6a249.zip
r17416: display the attributeSecurityGUID nicely.
this attriute is used to group multiple attribute to a propertySet for access control. metze (This used to be commit 96e9d46091c9fb4fd92782a42fcd9f2c510e9b56)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/samba/ldif_handlers.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/lib/ldb/samba/ldif_handlers.c b/source4/lib/ldb/samba/ldif_handlers.c
index 69b3c2ae2a..4ee1cb641e 100644
--- a/source4/lib/ldb/samba/ldif_handlers.c
+++ b/source4/lib/ldb/samba/ldif_handlers.c
@@ -406,6 +406,14 @@ static const struct ldb_attrib_handler samba_handlers[] = {
.comparison_fn = ldb_comparison_objectGUID
},
{
+ .attr = "attributeSecurityGUID",
+ .flags = 0,
+ .ldif_read_fn = ldif_read_objectGUID,
+ .ldif_write_fn = ldif_write_objectGUID,
+ .canonicalise_fn = ldb_canonicalise_objectGUID,
+ .comparison_fn = ldb_comparison_objectGUID
+ },
+ {
.attr = "objectCategory",
.flags = 0,
.ldif_read_fn = ldb_handler_copy,