Страница 1 из 1

Проблемы SAMBA

Добавлено: 2011-03-28 0:03:41
Arhimed
Сеть, AD на WS2003. Необходимо настроить файловый сервер на FreeBSD.
Samba 3.5.6_2
heimdal 1.4_1
Делаю по статье http://www.lissyara.su/articles/freebsd ... ad+nt_acl/
Конфиги:
/etc/krb5.conf

Код: Выделить всё

[libdefaults]
        ticket_lifetime = 24000
        default_realm = BF.LOCAL
        dns_lookup_realm = false
        dns_lookup_kdc = false
        kdc_req_checksum_type = 2
        checksum_type = 2
        ccache_type = 1
        forwardable = true
        proxiable = true
[realms]
        BF.LOCAL = {
                kdc = 192.168.0.1:88
                default_domain = bf.local
        }
[domain_realm]
        .bf.local = BF.LOCAL
[pam]
        ticket_lifetime = 36000
        renew_lifetime = 36000
        forwardable = true
        krb4_convert = false
[login]
        krb4_convert = false
        krb4_get_tickets = false
[logging]
        default = FILE:/var/log/kerberos/krb5libs.log
        kdc = FILE:/var/log/kerberos/krb5kdc.log
/usr/local/etc/smb.conf

Код: Выделить всё

[global]
        log file = /var/log/samba/log.%m
        max log size = 500
        load printers = no
        show add printer wizard = no
        printing = bsd
        printcap name = /dev/null
        disable spoolss = yes
        display charset = koi8-r
        unix charset = koi8-r
        dos charset = cp866
        idmap gid = 10000-15000
        idmap uid = 10000-15000
        smb ports = 139
        socket options = TCP_NODELAY
        hosts allow = 192.168., 127.
        auth methods = winbind
        winbind trusted domains only = yes
        winbind use default domain = no
        inherit acls = yes
        map acl inherit = yes
        nt acl support = yes
        case sensitive = no
        security = ADS
        password server = 192.168.0.1
        client NTLMv2 auth = yes
        client signing = yes
        workgroup = BF
        realm = BF.LOCAL
        server string = MAIL_FreeBSD
        netbios name = mail
        encrypt passwords = yes
        os level = 10
        preferrede maste = no
        local master = no
        domain master = no
        dns proxy = no
        auto services = common

[common]
        writeable = yes
        path = /data/common
/etc/nsswitch.conf

Код: Выделить всё

group: files winbind
group_compat: nis
hosts: files dns
networks: files
passwd: files winbind
passwd_compat: nis
shells: files
в итоге:
билет есть

Код: Выделить всё

[0:57] mail:admin /home/admin# klist
Credentials cache: FILE:/tmp/krb5cc_0
        Principal: admin@BF.LOCAL

  Issued           Expires          Principal
Mar 28 00:22:58  Mar 28 07:01:27  krbtgt/BF.LOCAL@BF.LOCAL
Mar 28 00:24:30  Mar 28 07:01:27  pdc$@BF.LOCAL
Mar 28 00:24:30  Mar 28 07:01:27  pdc$@BF.LOCAL
Mar 28 00:24:30  Mar 28 07:01:27  pdc$@BF.LOCAL
А вот wbinfo ни юзеров ни группы не показывает

Код: Выделить всё

[0:59] mail:admin /home/admin# wbinfo -p
Ping to winbindd succeeded
[0:59] mail:admin /home/admin# wbinfo -t
checking the trust secret for domain BF via RPC calls succeeded
[0:59] mail:admin /home/admin# wbinfo -u
[0:59] mail:admin /home/admin# wbinfo -g
В домен ввелось нормально, к шарам доступ есть только у доменного админа, (логины на фре и в домене совпадают - admin)
Куда копать подскажите. Если чего еще надо - выложу. Во фре новичок. Заранее спасибо.

Re: Проблемы SAMBA

Добавлено: 2011-03-28 0:19:48
Arhimed
Самое главное забыл

Код: Выделить всё

[1:17] mail:admin /home/admin> uname -a
FreeBSD mail.bf.local 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Mar 11 22:24:00 MSK 2011     admin@mail.bf.local:/usr/obj/usr/src/sys/mykernel  i386

Re: Проблемы SAMBA

Добавлено: 2011-03-28 8:56:35
bagas

Код: Выделить всё

idmap gid = 10000-30000
idmap uid = 10000-30000
попробуйте увеличить.
попробуйте мой конфиг, он рабочий, регулирование асл тоже работает...
для кодировки как у меня в конфиге...нужно добавить поддержку у себя в системе..на кодировку cp1251/
У меня этот сервер полностью переведен на локаль cp1251.Так что подумайте нужно вам это или нет?

Код: Выделить всё

[global]
        dos charset = cp866
        unix charset = cp1251
        display charset = cp1251
        workgroup = M
        allow trusted domains = no
        encrypt passwords = yes
        realm = EXAMPLE.RU
        server string = Samba_Server
        interfaces = re0
        bind interfaces only = Yes
        security = ads
        password server = 10.7.0.3
        log level = 3
        log file = /var/log/samba/log.%m
        max log size = 3000
        smb ports = 139
        name resolve order = lmhosts host wins bcast
#       name resolve order = wins host lmhost bcast
        deadtime = 5
        socket options = SO_RCVBUF=8192 SO_SNDBUF=8192 TCP_NODELAY
        load printers = No
        local master = No
        domain master = No
        dns proxy = No
        wins server = 10.7.0.2, 10.7.0.3
        socket address = 10.7.20.210
        winbind uid = 10000-300000
        winbind gid = 10000-300000
        winbind enum groups = yes
        winbind enum users = yes
        winbind separator = \\
        winbind cache time = 604800
        winbind use default domain = Yes
        winbind refresh tickets = yes
        hosts allow = 10.7.20.0/24 10.7.0.0/24 127.0.0.1
        netbios name = pav-210
        template shell=/bin/tcsh
        template homedir = /home/%D/%U
#       client use spnego = yes
        auth methods = winbind
        nt acl support = yes

[Share]
     read list = "@M\Domain Users"
     write list = "@M\Domain Users"
     read only = no
     browseable = yes
     path = /mnt/share
     comment = Backup
     create mask = 0777
     map acl inherit = yes
     map archive = no
     map read only = no
Покажи те логи самбы /var/log/samba/log.smbd
И покажите с чем собрана самба?

Код: Выделить всё

cd /usr/ports/net/samba??/ && make showconfig

Re: Проблемы SAMBA

Добавлено: 2011-03-28 14:34:36
Arhimed
Лог самбы

Код: Выделить всё

[2011/03/28 15:25:52.623100,  3] param/loadparm.c:7842(do_section)
  Processing section "[global]"
  doing parameter workgroup = BF
  doing parameter server string = Mail and File server
  doing parameter security = ads
  doing parameter hosts allow = 192.168.0., 127.
  doing parameter log file = /var/log/samba/samba.log
  doing parameter log level = 3
  doing parameter max log size = 500
  doing parameter smb ports = 139
  doing parameter password server = 192.168.0.1
  doing parameter realm = bf.local
  doing parameter passdb backend = tdbsam
  doing parameter socket options = SO_RCVBUF=8192 SO_SNDBUF=8192 TCP_NODELAY
  doing parameter local master = no
  doing parameter domain master = no
  doing parameter domain logons = no
  doing parameter os level = 0
  doing parameter display charset = koi8-r
  doing parameter unix charset = koi8-r
  doing parameter dos charset = cp866
  doing parameter encrypt passwords = yes
  doing parameter winbind use default domain = yes
  doing parameter winbind uid = 10000-300000
  doing parameter winbind gid = 10000-300000
  doing parameter winbind enum users = yes
  doing parameter winbind enum groups = yes
  doing parameter winbind separator =   winbind cache time = 604800
  doing parameter winbind refresh tickets = yes
  doing parameter auth methods = winbind
  doing parameter nt acl support = yes
[2011/03/28 15:25:52.624025,  2] param/loadparm.c:7859(do_section)
  Processing section "[common]"
  doing parameter writeable = yes
  doing parameter path = /data/common
[2011/03/28 15:25:52.624146,  2] param/loadparm.c:7859(do_section)
  Processing section "[zakupki]"
  doing parameter writeable = yes
  doing parameter path = /data/zakupki
[2011/03/28 15:25:52.624249,  2] param/loadparm.c:7859(do_section)
  Processing section "[Buh]"
  doing parameter path = /data/buh
  doing parameter writeable = yes
[2011/03/28 15:25:52.624336,  2] param/loadparm.c:7859(do_section)
  Processing section "[Custom]"
  doing parameter path = /data/custom
  doing parameter writeable = yes
[2011/03/28 15:25:52.624418,  2] param/loadparm.c:7859(do_section)
  Processing section "[User]"
  doing parameter path = /data/user
  doing parameter writeable = yes
[2011/03/28 15:25:52.624500,  2] param/loadparm.c:7859(do_section)
  Processing section "[Lawyer]"
  doing parameter path = /data/lawyer
  doing parameter writeable = yes
[2011/03/28 15:25:52.624603,  2] param/loadparm.c:7859(do_section)
  Processing section "[Druzba]"
  doing parameter path = /data/druzba
  doing parameter writeable = yes
[2011/03/28 15:25:52.624688,  4] param/loadparm.c:9193(lp_load_ex)
  pm_process() returned Yes
[2011/03/28 15:25:52.624731,  7] param/loadparm.c:9399(lp_servicenumber)
  lp_servicenumber: couldn't find homes
[2011/03/28 15:25:52.624816,  3] param/loadparm.c:6313(lp_add_ipc)
  adding IPC service
[2011/03/28 15:25:52.625011,  2] lib/interface.c:340(add_interface)
  added interface em0 ip=192.168.0.5 bcast=192.168.0.255 netmask=255.255.255.0
[2011/03/28 15:25:52.625100,  5] lib/util.c:276(init_names)
  Netbios name list:-
  my_netbios_names[0]="MAIL"
[2011/03/28 15:25:52.625182,  2] lib/interface.c:340(add_interface)
  added interface em0 ip=192.168.0.5 bcast=192.168.0.255 netmask=255.255.255.0
[2011/03/28 15:25:52.625311,  5] libsmb/namecache.c:51(namecache_enable)
  namecache_enable: enabling netbios namecache, timeout 660 seconds
[2011/03/28 15:25:52.627642,  4] lib/time.c:572(TimeInit)
  TimeInit: Serverzone is -14400
[2011/03/28 15:25:52.628674,  0] winbindd/winbindd_cache.c:3076(initialize_winbi                                                          ndd_cache)
  initialize_winbindd_cache: clearing cache and re-creating with version number                                                           1
[2011/03/28 15:25:52.631607,  5] smbd/connection.c:142(claim_connection)
  claiming []
[2011/03/28 15:25:52.631802,  5] lib/messages.c:297(messaging_register)
  Overriding messaging pointer for type 1 - private_data=0x0
[2011/03/28 15:25:52.634069,  3] libads/ldap.c:634(ads_connect)
[2011/03/28 15:25:52.634079,  2] winbindd/winbindd_util.c:221(add_trusted_domain                                                          )
  Successfully contacted LDAP server 192.168.0.1
  Added domain BUILTIN  S-1-5-32
[2011/03/28 15:25:52.634290,  2] winbindd/winbindd_util.c:221(add_trusted_domain                                                          )
  Added domain MAIL  S-1-5-21-3237549300-1769055927-3173265033
[2011/03/28 15:25:52.634452,  2] winbindd/winbindd_util.c:221(add_trusted_domain                                                          )
  Added domain BF BF.LOCAL S-1-5-21-2956280836-2384897320-3759318407
[2011/03/28 15:25:52.635427,  3] libads/ldap.c:688(ads_connect)
  Connected to LDAP server PDC.BF.local
[2011/03/28 15:25:52.636592,  3] libads/sasl.c:782(ads_sasl_spnego_bind)
  ads_sasl_spnego_bind: got OID=1.2.840.48018.1.2.2
[2011/03/28 15:25:52.636636,  3] libads/sasl.c:782(ads_sasl_spnego_bind)
  ads_sasl_spnego_bind: got OID=1.2.840.113554.1.2.2
[2011/03/28 15:25:52.636662,  3] libads/sasl.c:782(ads_sasl_spnego_bind)
  ads_sasl_spnego_bind: got OID=1.2.840.113554.1.2.2.3
[2011/03/28 15:25:52.636686,  3] libads/sasl.c:782(ads_sasl_spnego_bind)
  ads_sasl_spnego_bind: got OID=1.3.6.1.4.1.311.2.2.10
[2011/03/28 15:25:52.636711,  3] libads/sasl.c:791(ads_sasl_spnego_bind)
  ads_sasl_spnego_bind: got server principal name = pdc$@BF.LOCAL
[2011/03/28 15:25:52.639441,  3] libsmb/clikrb5.c:622(ads_cleanup_expired_creds)
  ads_cleanup_expired_creds: Ticket in ccache[FILE:/tmp/krb5cc_0] expiration Mon                                                          , 28 Mar 2011 18:53:48 MSD
[2011/03/28 15:25:52.641487,  3] smbd/sec_ctx.c:210(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.641534,  3] smbd/uid.c:429(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/03/28 15:25:52.641559,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.641752,  3] smbd/sec_ctx.c:418(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/03/28 15:25:52.642288,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 19
[2011/03/28 15:25:52.642522,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37459]: request interface version
[2011/03/28 15:25:52.642642,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37459]: request location of privileged pipe
[2011/03/28 15:25:52.642817,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 20
[2011/03/28 15:25:52.642890,  3] winbindd/winbindd_gid_to_sid.c:46(winbindd_gid_                                                          to_sid_send)
  gid_to_sid 65534
[2011/03/28 15:25:52.642941,  5] lib/gencache.c:65(gencache_init)
  Opening cache file at /var/db/samba/gencache.tdb
[2011/03/28 15:25:52.643139,  5] lib/gencache.c:108(gencache_init)
  Opening cache file at /var/db/samba/gencache_notrans.tdb
[2011/03/28 15:25:52.644417,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 19, client exited
[2011/03/28 15:25:52.646181,  5] winbindd/winbindd_gid_to_sid.c:82(winbindd_gid_                                                          to_sid_recv)
  Could not convert sid S-0-0: NT_STATUS_NONE_MAPPED
[2011/03/28 15:25:52.646267,  3] smbd/sec_ctx.c:210(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.646328,  3] smbd/uid.c:429(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/03/28 15:25:52.646372,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.646500,  3] smbd/sec_ctx.c:418(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/03/28 15:25:52.646714,  3] winbindd/winbindd_sid_to_gid.c:47(winbindd_sid_                                                          to_gid_send)
  sid to gid S-1-5-32-544
[2011/03/28 15:25:52.654901,  3] winbindd/winbindd_sid_to_gid.c:47(winbindd_sid_                                                          to_gid_send)
  sid to gid S-1-5-32-545
[2011/03/28 15:25:52.660382,  3] smbd/sec_ctx.c:210(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.660441,  3] smbd/uid.c:429(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/03/28 15:25:52.660471,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.660881,  3] smbd/sec_ctx.c:418(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/03/28 15:25:52.660928,  3] lib/privileges.c:63(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-21-3237549300-1769055927-                                                          3173265033-501]
[2011/03/28 15:25:52.660970,  3] lib/privileges.c:63(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-22-2-65534]
[2011/03/28 15:25:52.661021,  3] lib/privileges.c:63(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2011/03/28 15:25:52.661058,  3] lib/privileges.c:63(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2011/03/28 15:25:52.661203,  3] winbindd/winbindd_sid_to_gid.c:47(winbindd_sid_                                                          to_gid_send)
  sid to gid S-1-1-0
[2011/03/28 15:25:52.688795,  1] ../librpc/ndr/ndr.c:395(ndr_pull_error)
  ndr_pull_error(1): String terminator not present or outside string boundaries
[2011/03/28 15:25:52.688847,  5] winbindd/winbindd_sid_to_gid.c:90(winbindd_sid_                                                          to_gid_recv)
  Could not convert sid S-1-1-0: NT_STATUS_ARRAY_BOUNDS_EXCEEDED
[2011/03/28 15:25:52.688939,  3] smbd/sec_ctx.c:210(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.688977,  3] smbd/uid.c:429(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/03/28 15:25:52.689005,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/03/28 15:25:52.689119,  3] smbd/sec_ctx.c:418(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/03/28 15:25:52.689241,  3] winbindd/winbindd_sid_to_gid.c:47(winbindd_sid_                                                          to_gid_send)
  sid to gid S-1-5-2
[2011/03/28 15:25:52.692080,  3] winbindd/winbindd_sid_to_gid.c:47(winbindd_sid_                                                          to_gid_send)
  sid to gid S-1-5-32-546
[2011/03/28 15:25:52.697241,  3] printing/printing.c:1412(start_background_queue                                                          )
  start_background_queue: Starting background LPQ thread
[2011/03/28 15:25:52.699314,  2] smbd/server.c:721(smbd_parent_loop)
  waiting for connections
[2011/03/28 15:25:57.641775,  5] winbindd/winbindd_cm.c:141(msg_try_to_go_online                                                          )
  msg_try_to_go_online: received for domain BF.
[2011/03/28 15:25:57.641873,  3] winbindd/winbindd_cm.c:1633(connection_ok)
  connection_ok: Connection to  for domain BF is not connected
[2011/03/28 15:25:57.641937,  5] libsmb/namequery.c:188(saf_fetch)
  saf_fetch: Returning "PDC.BF.local" for "BF" domain
[2011/03/28 15:25:57.642062,  5] libads/dns.c:807(sitename_fetch)
  sitename_fetch: No stored sitename for BF.LOCAL
[2011/03/28 15:25:57.642112,  5] libsmb/namecache.c:192(namecache_fetch)
  name PDC.BF.local#20 found.
[2011/03/28 15:25:57.643458,  5] winbindd/winbindd_cm.c:880(cm_prepare_connectio                                                          n)
  connecting to PDC.BF.local from MAIL with kerberos principal [MAIL$@BF.LOCAL]                                                           and realm [BF.local]
[2011/03/28 15:25:57.643508,  3] libsmb/cliconnect.c:991(cli_session_setup_spneg                                                          o)
  Doing spnego session setup (blob length=101)
[2011/03/28 15:25:57.643624,  3] libsmb/cliconnect.c:1020(cli_session_setup_spne                                                          go)
  got OID=1.2.840.48018.1.2.2
  got OID=1.2.840.113554.1.2.2
  got OID=1.2.840.113554.1.2.2.3
  got OID=1.3.6.1.4.1.311.2.2.10
[2011/03/28 15:25:57.643675,  3] libsmb/cliconnect.c:1030(cli_session_setup_spne                                                          go)
  got principal=pdc$@BF.LOCAL
[2011/03/28 15:25:57.656224,  2] libsmb/cliconnect.c:795(cli_session_setup_kerbe                                                          ros)
  Doing kerberos session setup
[2011/03/28 15:25:57.657736,  3] libsmb/clikrb5.c:622(ads_cleanup_expired_creds)
  ads_cleanup_expired_creds: Ticket in ccache[MEMORY:cliconnect] expiration Tue,                                                           29 Mar 2011 01:25:57 MSD
[2011/03/28 15:25:57.657919,  6] libsmb/clientgen.c:323(write_socket)
  write_socket(19,1198)
[2011/03/28 15:25:57.657971,  6] libsmb/clientgen.c:326(write_socket)
  write_socket(19,1198) wrote 1198
[2011/03/28 15:25:57.658490,  5] lib/util.c:617(show_msg)
[2011/03/28 15:25:57.658509,  5] lib/util.c:627(show_msg)
  size=209
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51205
  smb_tid=0
  smb_pid=37463
  smb_uid=2051
  smb_mid=2
  smt_wct=4
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=  209 (0xD1)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   26 (0x1A)
  smb_bcc=166
[2011/03/28 15:25:57.658670,  5] lib/util.c:617(show_msg)
[2011/03/28 15:25:57.658685,  5] lib/util.c:627(show_msg)
  size=209
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51205
  smb_tid=0
  smb_pid=37463
  smb_uid=2051
  smb_mid=2
  smt_wct=4
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=  209 (0xD1)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   26 (0x1A)
  smb_bcc=166
[2011/03/28 15:25:57.659317,  5] lib/messages.c:329(messaging_deregister)
  Deregistering messaging pointer for type 1030 - private_data=0x0
[2011/03/28 15:25:57.659382,  5] lib/messages.c:329(messaging_deregister)
  Deregistering messaging pointer for type 1031 - private_data=0x0
[2011/03/28 15:25:57.659517,  5] winbindd/winbindd_cm.c:1842(set_dc_type_and_fla                                                          gs_connect)
  set_dc_type_and_flags_connect: domain BF
[2011/03/28 15:25:57.659899,  5] rpc_client/cli_pipe.c:2637(rpc_pipe_bind_send)
  Bind RPC Pipe: host PDC.BF.local auth_type 0, auth_level 1
[2011/03/28 15:25:57.659952,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0b
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0048
      000a auth_len  : 0000
      000c call_id   : 00000001
[2011/03/28 15:25:57.660088,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_rb
[2011/03/28 15:25:57.660126,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000010 smb_io_rpc_hdr_bba
          0010 max_tsize: 10b8
          0012 max_rsize: 10b8
          0014 assoc_gid: 00000000
      0018 num_contexts: 01
      001c context_id  : 0000
      001e num_transfer_syntaxes: 01
[2011/03/28 15:25:57.660262,  6] rpc_parse/parse_prs.c:89(prs_debug)
      00001f smb_io_rpc_iface
[2011/03/28 15:25:57.660307,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000020 smb_io_uuid uuid
              0020 data   : 3919286a
              0024 data   : b10c
              0026 data   : 11d0
              0028 data   : 9b a8
              002a data   : 00 c0 4f d9 2e f5
          0030 version: 00000000
[2011/03/28 15:25:57.660445,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000034 smb_io_rpc_iface
[2011/03/28 15:25:57.660482,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000034 smb_io_uuid uuid
              0034 data   : 8a885d04
              0038 data   : 1ceb
              003a data   : 11c9
              003c data   : 9f e8
              003e data   : 08 00 2b 10 48 60
          0044 version: 00000002
[2011/03/28 15:25:57.660616,  5] rpc_client/cli_pipe.c:1372(rpc_api_pipe_send)
  rpc_api_pipe: host PDC.BF.local
[2011/03/28 15:25:57.660894,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr rpc_hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0c
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0044
      000a auth_len  : 0000
      000c call_id   : 00000001
[2011/03/28 15:25:57.661112,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0c
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0044
      000a auth_len  : 0000
      000c call_id   : 00000001
[2011/03/28 15:25:57.661329,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_ba
[2011/03/28 15:25:57.661373,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000010 smb_io_rpc_hdr_bba
          0010 max_tsize: 10b8
          0012 max_rsize: 10b8
          0014 assoc_gid: 0001fa52
[2011/03/28 15:25:57.661467,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000018 smb_io_rpc_addr_str
          0018 len: 000c
          001a str: \PIPE\lsass.
[2011/03/28 15:25:57.661543,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000026 smb_io_rpc_results
          0028 num_results: 01
          002c result     : 0000
          002e reason     : 0000
[2011/03/28 15:25:57.661634,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000030 smb_io_rpc_iface
[2011/03/28 15:25:57.661673,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000030 smb_io_uuid uuid
              0030 data   : 8a885d04
              0034 data   : 1ceb
              0036 data   : 11c9
              0038 data   : 9f e8
              003a data   : 08 00 2b 10 48 60
          0040 version: 00000002
[2011/03/28 15:25:57.661909,  5] rpc_client/cli_pipe.c:2484(check_bind_response)
  check_bind_response: accepted!
[2011/03/28 15:25:57.661969,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 00
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 001a
      000a auth_len  : 0000
      000c call_id   : 00000002
[2011/03/28 15:25:57.662158,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_req hdr_req
      0010 alloc_hint: 00000002
      0014 context_id: 0000
      0016 opnum     : 0000
[2011/03/28 15:25:57.662237,  5] rpc_client/cli_pipe.c:1372(rpc_api_pipe_send)
  rpc_api_pipe: host PDC.BF.local
[2011/03/28 15:25:57.662643,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr rpc_hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 02
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 009c
      000a auth_len  : 0000
      000c call_id   : 00000002
[2011/03/28 15:25:57.662856,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_resp rpc_hdr_resp
      0010 alloc_hint: 00000084
      0014 context_id: 0000
      0016 cancel_ct : 00
      0017 reserved  : 00
[2011/03/28 15:25:57.663500,  5] rpc_client/cli_pipe.c:2637(rpc_pipe_bind_send)
  Bind RPC Pipe: host PDC.BF.local auth_type 0, auth_level 1
[2011/03/28 15:25:57.663538,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0b
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0048
      000a auth_len  : 0000
      000c call_id   : 00000003
[2011/03/28 15:25:57.663674,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_rb
[2011/03/28 15:25:57.663699,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000010 smb_io_rpc_hdr_bba
          0010 max_tsize: 10b8
          0012 max_rsize: 10b8
          0014 assoc_gid: 00000000
      0018 num_contexts: 01
      001c context_id  : 0000
      001e num_transfer_syntaxes: 01
[2011/03/28 15:25:57.663784,  6] rpc_parse/parse_prs.c:89(prs_debug)
      00001f smb_io_rpc_iface
[2011/03/28 15:25:57.663811,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000020 smb_io_uuid uuid
              0020 data   : 12345778
              0024 data   : 1234
              0026 data   : abcd
              0028 data   : ef 00
              002a data   : 01 23 45 67 89 ab
          0030 version: 00000000
[2011/03/28 15:25:57.663903,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000034 smb_io_rpc_iface
[2011/03/28 15:25:57.663929,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000034 smb_io_uuid uuid
              0034 data   : 8a885d04
              0038 data   : 1ceb
              003a data   : 11c9
              003c data   : 9f e8
              003e data   : 08 00 2b 10 48 60
          0044 version: 00000002
[2011/03/28 15:25:57.664019,  5] rpc_client/cli_pipe.c:1372(rpc_api_pipe_send)
  rpc_api_pipe: host PDC.BF.local
[2011/03/28 15:25:57.664250,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr rpc_hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0c
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0044
      000a auth_len  : 0000
      000c call_id   : 00000003
[2011/03/28 15:25:57.664400,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 0c
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0044
      000a auth_len  : 0000
      000c call_id   : 00000003
[2011/03/28 15:25:57.664527,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_ba
[2011/03/28 15:25:57.664552,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000010 smb_io_rpc_hdr_bba
          0010 max_tsize: 10b8
          0012 max_rsize: 10b8
          0014 assoc_gid: 0001fa53
[2011/03/28 15:25:57.664606,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000018 smb_io_rpc_addr_str
          0018 len: 000c
          001a str: \PIPE\lsass.
[2011/03/28 15:25:57.664655,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000026 smb_io_rpc_results
          0028 num_results: 01
          002c result     : 0000
          002e reason     : 0000
[2011/03/28 15:25:57.664709,  6] rpc_parse/parse_prs.c:89(prs_debug)
      000030 smb_io_rpc_iface
[2011/03/28 15:25:57.664735,  7] rpc_parse/parse_prs.c:89(prs_debug)
          000030 smb_io_uuid uuid
              0030 data   : 8a885d04
              0034 data   : 1ceb
              0036 data   : 11c9
              0038 data   : 9f e8
              003a data   : 08 00 2b 10 48 60
          0040 version: 00000002
[2011/03/28 15:25:57.664825,  5] rpc_client/cli_pipe.c:2484(check_bind_response)
  check_bind_response: accepted!
[2011/03/28 15:25:57.664868,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 00
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 006c
      000a auth_len  : 0000
      000c call_id   : 00000004
[2011/03/28 15:25:57.664999,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_req hdr_req
      0010 alloc_hint: 00000054
      0014 context_id: 0000
      0016 opnum     : 002c
[2011/03/28 15:25:57.665055,  5] rpc_client/cli_pipe.c:1372(rpc_api_pipe_send)
  rpc_api_pipe: host PDC.BF.local
[2011/03/28 15:25:57.665374,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr rpc_hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 02
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 0030
      000a auth_len  : 0000
      000c call_id   : 00000004
[2011/03/28 15:25:57.665528,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_resp rpc_hdr_resp
      0010 alloc_hint: 00000018
      0014 context_id: 0000
      0016 cancel_ct : 00
      0017 reserved  : 00
[2011/03/28 15:25:57.665609,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 00
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 002e
      000a auth_len  : 0000
      000c call_id   : 00000005
[2011/03/28 15:25:57.665741,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_req hdr_req
      0010 alloc_hint: 00000016
      0014 context_id: 0000
      0016 opnum     : 002e
[2011/03/28 15:25:57.665798,  5] rpc_client/cli_pipe.c:1372(rpc_api_pipe_send)
  rpc_api_pipe: host PDC.BF.local
[2011/03/28 15:25:57.666124,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000000 smb_io_rpc_hdr rpc_hdr
      0000 major     : 05
      0001 minor     : 00
      0002 pkt_type  : 02
      0003 flags     : 03
      0004 pack_type0: 10
      0005 pack_type1: 00
      0006 pack_type2: 00
      0007 pack_type3: 00
      0008 frag_len  : 00b4
      000a auth_len  : 0000
      000c call_id   : 00000005
[2011/03/28 15:25:57.666273,  5] rpc_parse/parse_prs.c:89(prs_debug)
  000010 smb_io_rpc_hdr_resp rpc_hdr_resp
      0010 alloc_hint: 0000009c
      0014 context_id: 0000
      0016 cancel_ct : 00
      0017 reserved  : 00
[2011/03/28 15:25:57.666381,  5] winbindd/winbindd_cm.c:1974(set_dc_type_and_fla                                                          gs_connect)
  set_dc_type_and_flags_connect: domain BF is NOT in native mode.
[2011/03/28 15:25:57.666406,  5] winbindd/winbindd_cm.c:1977(set_dc_type_and_fla                                                          gs_connect)
  set_dc_type_and_flags_connect: domain BF is running active directory.
[2011/03/28 15:25:57.666694,  5] winbindd/winbindd_dual.c:526(winbind_child_died                                                          )
  Already reaped child 37468 died
[2011/03/28 15:25:58.759776,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:25:58.759935,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37470]: request interface version
[2011/03/28 15:25:58.760065,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37470]: request location of privileged pipe
[2011/03/28 15:25:58.760237,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 26
[2011/03/28 15:25:58.760310,  3] winbindd/winbindd_list_users.c:58(winbindd_list                                                          _users_send)
  list_users
[2011/03/28 15:25:58.761802,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:25:58.788939,  1] ../librpc/ndr/ndr.c:395(ndr_pull_error)
  ndr_pull_error(1): String terminator not present or outside string boundaries
[2011/03/28 15:25:58.789190,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 26, client exited
[2011/03/28 15:26:28.850140,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:26:28.850283,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37475]: request interface version
[2011/03/28 15:26:28.850407,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37475]: request location of privileged pipe
[2011/03/28 15:26:28.850577,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 26
[2011/03/28 15:26:28.850718,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:26:28.852107,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 26, client exited
[2011/03/28 15:29:09.858502,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:09.858648,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37512]: request interface version
[2011/03/28 15:29:09.858775,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37512]: request location of privileged pipe
[2011/03/28 15:29:09.858953,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 26
[2011/03/28 15:29:09.859091,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:21.373815,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:21.373967,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37517]: request interface version
[2011/03/28 15:29:21.374100,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          [2011/03/28 15:29:21.374100,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe
[2011/03/28 15:29:21.374100,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe
_dir)
  [37517]: request location of privileged pipe
[2011/03/28 15:29:21.374292,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 27
[2011/03/28 15:29:21.374429,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:21.374513,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgre                                                          nt_send)
  [37517]: getgrent
[2011/03/28 15:29:21.374546,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgr                                                          ent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:29:21.379722,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:21.379831,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37518]: request interface version
[2011/03/28 15:29:21.379945,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37518]: request location of privileged pipe
[2011/03/28 15:29:21.380107,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:21.380245,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 29, client exited
[2011/03/28 15:29:21.380309,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:27.642382,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:27.642512,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37521]: request interface version
[2011/03/28 15:29:27.642638,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37521]: request location of privileged pipe
[2011/03/28 15:29:27.642811,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:27.642954,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:27.643040,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgre                                                          nt_send)
  [37521]: getgrent
[2011/03/28 15:29:27.643072,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgr                                                          ent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:30:00.624254,  6] winbindd/winbindd.c:768(new_connection)
 ESCOD
[2011/03/28 15:29:21.374100,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe
_dir)
  [37517]: request location of privileged pipe
[2011/03/28 15:29:21.374292,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 27
[2011/03/28 15:29:21.374429,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:21.374513,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgre                                                          nt_send)
  [37517]: getgrent
[2011/03/28 15:29:21.374546,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgr                                                          ent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:29:21.379722,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:21.379831,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37518]: request interface version
[2011/03/28 15:29:21.379945,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37518]: request location of privileged pipe
[2011/03/28 15:29:21.380107,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:21.380245,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 29, client exited
[2011/03/28 15:29:21.380309,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:27.642382,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:27.642512,  3] winbindd/winbindd_misc.c:352(winbindd_interface                                                          _version)
  [37521]: request interface version
[2011/03/28 15:29:27.642638,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe                                                          _dir)
  [37521]: request location of privileged pipe
[2011/03/28 15:29:27.642811,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:27.642954,  6] winbindd/winbindd.c:816(winbind_client_request_                                                          read)
  closing socket 25, client exited
[2011/03/28 15:29:27.643040,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgre                                                          nt_send)
  [37521]: getgrent
[2011/03/28 15:29:27.643072,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgr                                                          ent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:30:00.624254,  6] winbindd/winbindd.c:768(new_connection)
:
[2011/03/28 15:26:28.850283,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
[2011/03/28 15:26:28.850283,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
  [37475]: request interface version
[2011/03/28 15:26:28.850407,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe_dir)
  [37475]: request location of privileged pipe
[2011/03/28 15:26:28.850577,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 26
[2011/03/28 15:26:28.850718,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 25, client exited
[2011/03/28 15:26:28.852107,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 26, client exited
[2011/03/28 15:29:09.858502,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:09.858648,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
  [37512]: request interface version
[2011/03/28 15:29:09.858775,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe_dir)
  [37512]: request location of privileged pipe
[2011/03/28 15:29:09.858953,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 26
[2011/03/28 15:29:09.859091,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 25, client exited
[2011/03/28 15:29:21.373815,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:21.373967,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
  [37517]: request interface version
[2011/03/28 15:29:21.374100,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe
_dir)
  [37517]: request location of privileged pipe
[2011/03/28 15:29:21.374292,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 27
[2011/03/28 15:29:21.374429,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 25, client exited
[2011/03/28 15:29:21.374513,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgrent_send)
  [37517]: getgrent
[2011/03/28 15:29:21.374546,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgrent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:29:21.379722,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:21.379831,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
  [37518]: request interface version
[2011/03/28 15:29:21.379945,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe_dir)
  [37518]: request location of privileged pipe
[2011/03/28 15:29:21.380107,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:21.380245,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 29, client exited
[2011/03/28 15:29:21.380309,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 25, client exited
[2011/03/28 15:29:27.642382,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 25
[2011/03/28 15:29:27.642512,  3] winbindd/winbindd_misc.c:352(winbindd_interface_version)
  [37521]: request interface version
[2011/03/28 15:29:27.642638,  3] winbindd/winbindd_misc.c:385(winbindd_priv_pipe_dir)
  [37521]: request location of privileged pipe
[2011/03/28 15:29:27.642811,  6] winbindd/winbindd.c:768(new_connection)
  accepted socket 29
[2011/03/28 15:29:27.642954,  6] winbindd/winbindd.c:816(winbind_client_request_read)
  closing socket 25, client exited
[2011/03/28 15:29:27.643040,  3] winbindd/winbindd_getgrent.c:51(winbindd_getgrent_send)
  [37521]: getgrent
[2011/03/28 15:29:27.643072,  5] winbindd/winbindd_getgrent.c:149(winbindd_getgrent_recv)
  getgrent failed: NT_STATUS_NO_MORE_ENTRIES
[2011/03/28 15:30:00.624254,  6] winbindd/winbindd.c:768(new_connection)
Опции самбы

Код: Выделить всё

[15:32] mail:admin /usr/ports/net/samba35# && make showconfig
===> The following configuration options are available for samba35-3.5.6_2:
     LDAP=on "With LDAP support"
     ADS=on "With Active Directory support"
     CUPS=off "With CUPS printing support"
     WINBIND=on "With WinBIND support"
     SWAT=off "With SWAT WebGUI"
     ACL_SUPPORT=on "With ACL support"
     AIO_SUPPORT=off "With Asyncronous IO support"
     FAM_SUPPORT=off "With File Alteration Monitor"
     SYSLOG=on "With Syslog support"
     QUOTAS=off "With Disk quota support"
     UTMP=off "With UTMP accounting support"
     PAM_SMBPASS=on "With PAM authentication vs passdb backends"
     DNSUPDATE=off "With dynamic DNS update(require ADS)"
     AVAHI=off "With Bonjour service discovery support"
     EXP_MODULES=off "With experimental modules"
     POPT=on "With system-wide POPT library"
     IPV6=off "With IPv6 support"
     MAX_DEBUG=off "With maximum debugging"
     SMBTORTURE=off "With smbtorture"
===> Use 'make config' to modify these settings

Re: Проблемы SAMBA

Добавлено: 2011-03-28 15:59:58
bagas
Я как понял поддержка принтеров вам не нужна (CUPS=off "With CUPS printing support"), так у берите вообще ее из конфига.
LDAP можно убрать, он нужен для хранения информации.

Код: Выделить всё

show add printer wizard = no
        printing = bsd
        printcap name = /dev/null
testparm покажите?

Глюк самбы 35

Код: Выделить всё

[2011/03/28 15:25:52.688795,  1] ../librpc/ndr/ndr.c:395(ndr_pull_error)
  ndr_pull_error(1): String terminator not present or outside string boundaries
обновите порты и установите samba36

Re: Проблемы SAMBA

Добавлено: 2011-03-28 18:59:05
Arhimed
Снес и самбу и heimdal, обновил порты - самбы 3.6 нету
Да и на samba.org только 3.5.8 релиз

Re: Проблемы SAMBA

Добавлено: 2011-03-28 19:43:32
bagas
да извеняюсь за диз.информацию..ошибся..ну так после переустанвоки самбы что-нибудь изменилось?

Re: Проблемы SAMBA

Добавлено: 2011-03-28 20:21:25
Arhimed
В портах только самба 3.5.6. скачал архив samba-3.5.8.tar.gz теперь туплю, чего с ним делать, как ставить.
Голова пухнет.

Re: Проблемы SAMBA

Добавлено: 2011-03-28 20:33:54
bagas
По хорошему лучьше из портов ставить, а так распоковываете архив, переходи в него,
дальше $ .configure , дальше собираем $ make , # make install
$ от пользваотеля
# от рута
хмм попробуйте просо пересобрать самбу, которая в портах находиться.

Re: Проблемы SAMBA

Добавлено: 2011-03-28 21:40:52
Arhimed
Собрал порт из самбы 3.5.8. Ставлю без LDAP и CUPS. Надо ли ставить Heimdal или в 8.1 керберос нативно поддерживается

Re: Проблемы SAMBA

Добавлено: 2011-03-28 21:46:19
bagas
керберос нужно ставить отдельно в твоем случае.
он обычно по зависимостям подтягиваеться.

Re: Проблемы SAMBA

Добавлено: 2011-03-28 22:04:28
snorlov
bagas писал(а):керберос нужно ставить отдельно в твоем случае.
он обычно по зависимостям подтягиваеться.
Почему? ведь он в системе уже есть, надо только путь к его либам указать, как мне кажется...

Re: Проблемы SAMBA

Добавлено: 2011-03-28 22:13:24
Arhimed
Указать путь к либам где? По зависимостям не поставился.

Re: Проблемы SAMBA

Добавлено: 2011-03-29 10:11:16
Arhimed
Итак, самба 3.5.8 (из самодельного порта) встала, вроде все ок. Heimdal не ставил. Все работает. Шары видятся и работают нормально. Но столкнулся с проблемой: изменил в домене имя одного из компов (на самом компе под виндой с правами админа изменил имя). Теперь самба не пускает. В каком из логов можно поискать причину.

Re: Проблемы SAMBA

Добавлено: 2011-03-29 13:39:13
snorlov
Наверное кеш winbind'а надо обновить, или перезапустить самбу...

Re: Проблемы SAMBA

Добавлено: 2011-04-06 11:42:31
Arhimed
Встал еще один вопрос. Доменные пользователи ходят нормально.
По впн подключаются юзеры из дома. Вот их как раз не пускает.
Как разрешить или сделать окошко для ввода пароля и логина.
(впн 192.198.20..., в разрешенные хосты добавлен).