Author: gd
Date: 2007-08-06 14:03:11 +0000 (Mon, 06 Aug 2007)
New Revision: 24252

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24252

Log:
Dump guid of msExchMailboxGuid when returned.

Guenther

Modified:
   branches/SAMBA_3_2/source/libads/ldap.c
   branches/SAMBA_3_2_0/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_2/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_2/source/libads/ldap.c     2007-08-06 13:48:57 UTC (rev 
24251)
+++ branches/SAMBA_3_2/source/libads/ldap.c     2007-08-06 14:03:11 UTC (rev 
24252)
@@ -1902,6 +1902,7 @@
                {"tokenGroupsNoGCAcceptable", False, dump_sid},
                {"tokengroupsGlobalandUniversal", False, dump_sid},
                {"mS-DS-CreatorSID", False, dump_sid},
+               {"msExchMailboxGuid", False, dump_guid},
                {NULL, True, NULL}
        };
        int i;

Modified: branches/SAMBA_3_2_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_2_0/source/libads/ldap.c   2007-08-06 13:48:57 UTC (rev 
24251)
+++ branches/SAMBA_3_2_0/source/libads/ldap.c   2007-08-06 14:03:11 UTC (rev 
24252)
@@ -1902,6 +1902,7 @@
                {"tokenGroupsNoGCAcceptable", False, dump_sid},
                {"tokengroupsGlobalandUniversal", False, dump_sid},
                {"mS-DS-CreatorSID", False, dump_sid},
+               {"msExchMailboxGuid", False, dump_guid},
                {NULL, True, NULL}
        };
        int i;

Reply via email to