Displaying 2 results from an estimated 2 matches for "svc_dictations".
2019 Feb 18
1
Authenticating AD users and Local users
Thank you for replying!
I can login with my Active Directory credentials, but I can’t login using the local CentOS “svc_dictations” account.
I created the local account usingusing “adduser”, “smbpasswd”, and then updating my smb.conf file (below).
Thank you,
Brian
[global]
workgroup = YALE
password server = ad1.yu.yale.edu<http://ad1.yu.yale.edu> ad2.yu.yale.edu<http://ad2.yu.yale.edu>
realm = YU.YALE.E...
2019 Feb 15
2
Authenticating AD users and Local users
With a lot of help, I just got AD authentication working (Samba 4.8.3, CentOS 7.6, using Winbind).
I then added a local account to a share, but I can’t login.
My smb.conf has “security = ads”, but I can’t figure out how to use that AND authenticate local users.
How can I authenticate Active Directory AND local users?
Brian