From 6ba2d944a0b5314564f077c6e896312b03cdd236 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 6 Aug 2007 14:03:11 +0000 Subject: r24252: Dump guid of msExchMailboxGuid when returned. Guenther (This used to be commit 1142f3df546cbf4780c6f54667f7ed31b1a7621b) --- source3/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index f8c47ca5be..b1a86ad3d3 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -1902,6 +1902,7 @@ static BOOL ads_dump_field(ADS_STRUCT *ads, char *field, void **values, void *da {"tokenGroupsNoGCAcceptable", False, dump_sid}, {"tokengroupsGlobalandUniversal", False, dump_sid}, {"mS-DS-CreatorSID", False, dump_sid}, + {"msExchMailboxGuid", False, dump_guid}, {NULL, True, NULL} }; int i; -- cgit