diff options
author | Günther Deschner <gd@samba.org> | 2007-08-06 14:03:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:21 -0500 |
commit | 6ba2d944a0b5314564f077c6e896312b03cdd236 (patch) | |
tree | fa232745f2807c1ed20e48fd5c8bc8582363fe34 /source3/libads | |
parent | bed0ea06936ba76deafd839c25a6abf438d63189 (diff) | |
download | samba-6ba2d944a0b5314564f077c6e896312b03cdd236.tar.gz samba-6ba2d944a0b5314564f077c6e896312b03cdd236.tar.bz2 samba-6ba2d944a0b5314564f077c6e896312b03cdd236.zip |
r24252: Dump guid of msExchMailboxGuid when returned.
Guenther
(This used to be commit 1142f3df546cbf4780c6f54667f7ed31b1a7621b)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |