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:

  1. while logged server domain account sa can connect via sqlcmd.

  2. sa can connect via odbc other workstations on domain (logged in domain user)

  3. the sql server authentication set sql server , windows authentication mode

  4. the sa user not have "enforce password policy" checked

  5. i have tried creating new sql admin user sysadmin role (same issue)

  6. 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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -