SQL Server 2012 Management Studio and samba 4 -
i experiencing weird situation. when logged database server domain account (which member of local administrators group) sa user unable connect sql server management studio. however, logging in local admin account sa user logs in successfully.
to make things more confusing... when logged windows server domain account (which member of local administrators group) sql server management studio connect using windows authentication.
a few notes:
while logged server domain account
sacan connect viasqlcmd.sacan connect via odbc other workstations on domain (logged in domain user)the sql server authentication set sql server , windows authentication mode
the
sauser not have "enforce password policy" checkedi have tried creating new sql admin user sysadmin role (same issue)
the sql server machine member of samba4 domain
my environment:
database server
sql server 2012 x64 standard edition service pack 3
windows server 2012 r2 standard x64
directory server
centos 6.7 x64
samba 4.3
smb.conf
[global] workgroup = xyz realm = xyz.com netbios name = ds01 server role = active directory domain controller dns forwarder = 8.8.8.8 tls enabled = yes tls keyfile = tls/key.pem tls certfile = tls/cert.pem tls cafile = tls/ca.pem [netlogon] path = /usr/local/samba/var/locks/sysvol/xyz.com/scripts read = no [sysvol] path = /usr/local/samba/var/locks/sysvol read = no [home] path = /home/ comment = home directories # read = no browseable = no writable = yes create mask = 0600 directory mask = 0700
as mentioned in comment. although there seems no answer @ point other wait fix. workaround login local user , run sql server management studio
Comments
Post a Comment