1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r24252: Dump guid of msExchMailboxGuid when returned.

Guenther
(This used to be commit 1142f3df54)
This commit is contained in:
Günther Deschner 2007-08-06 14:03:11 +00:00 committed by Gerald (Jerry) Carter
parent bed0ea0693
commit 6ba2d944a0

View File

@ -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;