Displaying 2 results from an estimated 2 matches for "dentaloffice".
2016 Jul 04
3
samba4 stopped working
...profile and
couldn't connect to any of the shares or printers.
When I test my implementation of Samba, it fails the basic test:
# smbclient -L localhost -U%
Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
The globals section of smb.conf is:
[global]
workgroup = DENTALOFFICE
realm = DENTALOFFICE.ROSSLAND.DENTAL
netbios name = MOLAR
server role = active directory domain controller
dns forwarder = 8.8.8.8
idmap_ldb:use rfc2307 = yes
allow dns updates = nonsecure
which explains why I can't get to the Debian server...
2016 Jul 04
0
samba4 stopped working
...he shares or printers.
>
> When I test my implementation of Samba, it fails the basic test:
>
> # smbclient -L localhost -U%
> Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
>
> The globals section of smb.conf is:
>
> [global]
> workgroup = DENTALOFFICE
> realm = DENTALOFFICE.ROSSLAND.DENTAL
> netbios name = MOLAR
> server role = active directory domain controller
> dns forwarder = 8.8.8.8
> idmap_ldb:use rfc2307 = yes
> allow dns updates = nonsecure
>
> which explains why I c...