errors with the acl_read module

Matthieu Patou mat at samba.org
Sat Mar 5 11:23:41 MST 2011


Hello Nadya,

I gave a try to the acl_module today and I get very strange results,


mat at ares:/usr/local/src/samba4$ ./bin/ldbsearch -H ldap://172.16.100.1 
-U administrator%totoTATA123 '(name=administrators)'
Failed to connect to ldap URL 'ldap://172.16.100.1' - LDAP client 
internal error: NT_STATUS_CONNECTION_REFUSED
Failed to connect to 'ldap://172.16.100.1' with backend 'ldap'
Failed to connect to ldap://172.16.100.1 - (null)
mat at ares:/usr/local/src/samba4$
mat at ares:/usr/local/src/samba4$ ./bin/ldbsearch -H ldap://172.16.100.1 
-U administrator%totoTATA123 '(name=administrators)'
# record 1
dn: CN=Administrators,CN=Builtin,DC=home,DC=matws,DC=net
objectClass: top
objectClass: group
cn: Administrators
description: Administrators have complete and unrestricted access to the 
compu
ter/domain
member: CN=Domain Admins,CN=Users,DC=home,DC=matws,DC=net
member: CN=Enterprise Admins,CN=Users,DC=home,DC=matws,DC=net
member: CN=Administrator,CN=Users,DC=home,DC=matws,DC=net
�: 4
whenCreated: 20110305095426.0Z
whenChanged: 20110305095426.0Z
uSNCreated: 3330
uSNChanged: 3330
name: Administrators
objectGUID: 7c3e37ad-e1f2-4080-a5ef-50a1a851c3b6
objectSid: S-1-5-32-544
adminCount: 1
8: Administrators
Y: 536870912
systemFl@: -1946157056
groupTyp�: -2147483643
�: CN=Group,CN=Schema,CN=Configuration,DC=home,DC=matws,DC=net
isCriticalSystemObject: TRUE
 >: CN=Administrators,CN=Builtin,DC=home,DC=matws,DC=net

# Referral
ref: ldap://home.matws.net/CN=Configuration,DC=home,DC=matws,DC=net

# returned 2 records
# 1 entries
# 1 referrals

So I fired valgrind, it didn't seems to say that the acl_module is 
guilty (see the output below), but if I run the same without the 
acl:search = true, then valgrind didn't cry and I have also no "strange" 
attributes.

Do you have an idea of the problem do you have unit tests for acl_search 
module ?


==11835== Invalid read of size 1
==11835== at 0x4026CBC: strlen (mc_replace_strmem.c:282)
==11835== by 0x488B729: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd08 is 48 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x4026CC4: strlen (mc_replace_strmem.c:282)
==11835== by 0x488B729: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd09 is 49 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x40274B9: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd08 is 48 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x40274C0: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd09 is 49 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x40274C9: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd0a is 50 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x40274D2: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd0b is 51 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x40274FD: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x742fd10 is 56 bytes inside a block of size 58 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x4027509: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x73c216a is 58 bytes inside a block of size 60 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x4027411: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x50c6ecb is 59 bytes inside a block of size 61 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x402741B: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x50c6eca is 58 bytes inside a block of size 61 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x4027424: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x50c6ec9 is 57 bytes inside a block of size 61 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x402742D: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x50c6ec8 is 56 bytes inside a block of size 61 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x4027469: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x51e4031 is 49 bytes inside a block of size 59 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==
==11835== Invalid read of size 1
==11835== at 0x402747B: memcpy (mc_replace_strmem.c:497)
==11835== by 0x467805A: asn1_write (asn1.c:54)
==11835== by 0x4678CD4: asn1_write_OctetString (asn1.c:326)
==11835== by 0x488B742: ldap_encode (ldap_message.c:478)
==11835== by 0x582E40A: ldapsrv_call_process_done (ldap_server.c:565)
==11835== by 0x4105E45: _tevent_req_notify_callback (tevent_req.c:95)
==11835== by 0x4105E74: tevent_req_finish (tevent_req.c:104)
==11835== by 0x4105E9A: _tevent_req_done (tevent_req.c:110)
==11835== by 0x582E9B1: ldapsrv_process_call_trigger (ldap_server.c:733)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835== Address 0x70a72b0 is 48 bytes inside a block of size 60 free'd
==11835== at 0x40257ED: free (vg_replace_malloc.c:366)
==11835== by 0x411020A: _talloc_free_internal (talloc.c:714)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x41100B8: _talloc_free_internal (talloc.c:667)
==11835== by 0x4110E73: _talloc_free (talloc.c:1186)
==11835== by 0x5830EFE: ldapsrv_SearchRequest (ldap_backend.c:710)
==11835== by 0x5832C21: ldapsrv_do_call (ldap_backend.c:1178)
==11835== by 0x582E96C: ldapsrv_process_call_trigger (ldap_server.c:727)
==11835== by 0x4105929: tevent_queue_immediate_trigger (tevent_queue.c:144)
==11835== by 0x4105608: tevent_common_loop_immediate 
(tevent_immediate.c:135)
==11835== by 0x41085A4: std_event_loop_once (tevent_standard.c:532)
==11835== by 0x4104A5A: _tevent_loop_once (tevent.c:493)
==11835== by 0x4104C79: tevent_common_loop_wait (tevent.c:594)
==11835== by 0x4104D2B: _tevent_loop_wait (tevent.c:613)
==11835== by 0x8050D06: binary_smbd_main (server.c:481)
==11835== by 0x8050D5C: main (server.c:492)
==11835==



mat at ares:/usr/local/src/samba4$ ./bin/ldbsearch -H ldap://172.16.100.1 
-U administrator%totoTATA123 '(name=administrators)'
# record 1
dn: CN=Administrators,CN=Builtin,DC=home,DC=matws,DC=net
objectClass: top
objectClass: group
cn: Administrators
description: Administrators have complete and unrestricted access to the 
compu
ter/domain
member: CN=Domain Admins,CN=Users,DC=home,DC=matws,DC=net
member: CN=Enterprise Admins,CN=Users,DC=home,DC=matws,DC=net
member: CN=Administrator,CN=Users,DC=home,DC=matws,DC=net
instanceType: 4
whenCreated: 20110305095426.0Z
whenChanged: 20110305095426.0Z
uSNCreated: 3330
uSNChanged: 3330
name: Administrators
objectGUID: 7c3e37ad-e1f2-4080-a5ef-50a1a851c3b6
objectSid: S-1-5-32-544
adminCount: 1
sAMAccountName: Administrators
sAMAccountType: 536870912
systemFlags: -1946157056
groupType: -2147483643
objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=home,DC=matws,DC=net
isCriticalSystemObject: TRUE
distinguishedName: CN=Administrators,CN=Builtin,DC=home,DC=matws,DC=net

# Referral
ref: ldap://home.matws.net/CN=Configuration,DC=home,DC=matws,DC=net

# returned 2 records
# 1 entries
# 1 referrals


-- 
Matthieu Patou
Samba Team        http://samba.org
Private repo      http://git.samba.org/?p=mat/samba.git;a=summary




More information about the samba-technical mailing list