[Samba] ads_connect: Interrupted system call

CityCat citycat at pisem.net
Sat Mar 5 10:05:30 GMT 2005


Hello All!
First of all i would like to exuse my english
then.
While trying to join samba 3.0.10 to domain get the following error

#net join TEST -U Administrator
Administrator's password:
[2005/03/05 15:56:41, 0] utils/net_ads.c:ads_startup(186)
  ads_connect: Interrupted system call
Joined domain TEST.


Problem is that samba did not auth users. And they need to enter password. It's look like it out side of domain. BUT

#net rpc testjoin
Join to 'TEST' is OK

wbinfo -t 
checking the trust secret via RPC calls succeeded

smb.conf
[global]
        log file = /var/log/samba/log.%m
        guest account = nobody
        load printers = yes
        socket options = TCP_NODELAY
        interfaces = 192.168.0.0/24
        encrypt passwords = yes
        hosts allow = 192.168.0., 127.0.0.
        dns proxy = no
        server string = Print Server
        printing = cups
        cups server = 192.168.0.6
        password server = serv1 serv2
        workgroup = test
        os level = 12
        auto services = printers
        printcap name = cups
        print command = /usr/local/bin/lp -d '%p' %s; rm %s
        lpq command = /usr/local/bin/lpstat -o '%p'
        lprm command = /usr/local/bin/cancel '%p-%j'
        lppause command = lp -i '%p-%j' -H hold
        lpresume command = lp -i '%p-%j' -H resume
        queuepause command = /usr/local/bin/disable '%p'
        queueresume command = /usr/local/bin/enable '%p'
        security = domain
        max log size = 50
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        idmap uid=10000-20000
        idmap gid=10000-20000
        realm = TEST


[printers]
   comment = All Printers
   path = /var/spool/samba
   use client driver = yes
   browseable = no
   load printers = yes
   guest ok = yes
   writable = no
   printable = yes

[print$]
        comment = Printer Drivers
        path = /usr/local/share/samba/drivers
        browseable = yes
        guest ok = no
        read only = no




More information about the samba mailing list