Displaying 7 results from an estimated 7 matches for "engr_dom".
2016 Aug 25
2
No logon servers avaialbe
...the latest Samba, version 4.4.5 which is supposed to
be patched for the BADLOCK, but it is still unable to authenticate with
AD. Error on windows is "no logon servers found".
So just checking if anyone else has run into this and found a solution?
smb.conf:
[global]
workgroup = ENGR_DOM
server string = Web Server
security = DOMAIN
passdb backend = smbpasswd
map untrusted to domain = Yes
log level = 1
log file = /var/log/samba/logs/log.%m
name resolve order = host bcast
unix extensions = No
keepalive = 0
max open files = 10000...
2010 Oct 04
1
More strangeness with ZFS and Samba
...But files over 500K does it all the
time. Time doesn't matter either, user can close the file and then come
back to open it an hour later and it will still say read-only.
Here is my conf file. issue is with all shares, I'm including just one
atmos share below:
[global]
workgroup = ENGR_DOM
server string = Samba Server
interfaces = e1000g0, lo0
bind interfaces only = Yes
security = DOMAIN
passdb backend = smbpasswd
client NTLMv2 auth = Yes
map untrusted to domain = Yes
log level = 1
log file = /var/log/samba/logs/log.%m
name resolve or...
2010 Oct 01
1
File permissions getting destroyed with M$ software on ZFS
...oked like a fix to my
problem:
http://lists.samba.org/archive/samba/2008-November/145094.html
https://bugzilla.samba.org/show_bug.cgi?id=6050
I have implemented those settings, but I still see the problem of the
file permissions getting whacked.
Here is my conf file:
[global]
workgroup = ENGR_DOM
server string = Samba Server
interfaces = e1000g0, lo0
bind interfaces only = Yes
security = DOMAIN
passdb backend = smbpasswd
client NTLMv2 auth = Yes
map untrusted to domain = Yes
log level = 1
log file = /var/log/samba/logs/log.%m
name resolve or...
2016 Aug 25
0
No logon servers avaialbe
...ed
> to be patched for the BADLOCK, but it is still unable to authenticate
> with AD. Error on windows is "no logon servers found".
>
> So just checking if anyone else has run into this and found a
> solution?
>
> smb.conf:
>
> [global]
> workgroup = ENGR_DOM
> server string = Web Server
> security = DOMAIN
> passdb backend = smbpasswd
> map untrusted to domain = Yes
> log level = 1
> log file = /var/log/samba/logs/log.%m
> name resolve order = host bcast
> unix extensions = No
> ke...
2010 Jan 28
2
vfs objects - zfsacl
...the share. They can mount the share fine but
permissions are not being followed for Mac clients. "The folder "Name"
could not be opened because you do not have sufficient access
privileges". Without the zfsacl Mac clients are fine.
smb.conf:
[global]
workgroup = ENGR_DOM
server string = Samba Server
security = DOMAIN
lanman auth = No
client NTLMv2 auth = Yes
client lanman auth = No
client plaintext auth = No
log level = 2
log file = /XKA2/var/log/samba/logs/log.%m
deadtime = 10...
2010 Jan 20
2
Samba shares freezing
...the /var/adm/messages or /var/log/syslog
files. Totally stumped here. This freezing also happened with 3.4.0.
Compile of samba
./configure --with-quotas --disable-shared-libs
Config:
# Samba config file created using SWAT
# from UNKNOWN (???)
# Date: 2010/01/20 14:18:59
[global]
workgroup = ENGR_DOM
server string = Samba Server
security = DOMAIN
password level = 8
lanman auth = Yes
client NTLMv2 auth = Yes
map untrusted to domain = Yes
log level = 1
syslog = 2
log file = /var/log/samba/logs/log.%m
max open files = 10000
socket options = TCP_NODELAY IPTOS_LOWDELAY
load printers = No...
2010 Feb 17
0
Why Samba is stating files in /net??
...ows my mapped shares, the truss
shows that the smbd process is trying to stat everything under /net.
What is it doing that when I have no paths to /net specified in my
smb.conf file?
And is there anyway to stop smbd from trying to stat anything in /net?
smb.conf:
[global]
workgroup = ENGR_DOM
server string = Samba Server
interfaces = e1000g0, lo0
bind interfaces only = Yes
security = DOMAIN
password server = xxx.xx.xx.xxx.xx
passdb backend = smbpasswd
client NTLMv2 auth = Yes
map untrusted to domain = Yes
log level...