Displaying 4 results from an estimated 4 matches for "pathology_its".
2019 Mar 01
3
Can't authenticate to AD using Samba with SSSD
...s attributes = yes
doing parameter vfs objects = acl_xattr
[2019/03/01 15:53:46.545450, 2] ../source3/param/loadparm.c:2799(lp_do_section)
Processing section "[testshare]"
doing parameter comment = testshare
doing parameter path = /testshare
doing parameter valid users = @pathology_its
doing parameter writable = yes
doing parameter read only = No
[2019/03/01 15:53:46.545573, 4] ../source3/param/loadparm.c:3910(lp_load_ex)
pm_process() returned Yes
[2019/03/01 15:53:46.545604, 3] ../source3/param/loadparm.c:1617(lp_add_ipc)
adding IPC service
[2019/03/01 15:53:46....
2019 Feb 18
1
Authenticating AD users and Local users
...ers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775
[testshare]
comment = testshare
path = /testshare
valid users = @pathology_its svc_dictations
writable = yes
read only = No
On Feb 16, 2019, at 3:33 AM, Rowland Penny via samba <samba at lists.samba.org<mailto:samba at lists.samba.org>> wrote:
On Fri, 15 Feb 2019 22:12:21 +0000
"Paquin, Brian via samba" <samba at lists.samba.org<mailto:samba at...
2019 Mar 04
0
Can't authenticate to AD using Samba with SSSD
...0,
> > 2] ../source3/param/loadparm.c:2799(lp_do_section)
> >
> > Processing section "[testshare]"
> >
> > doing parameter comment = testshare
> >
> > doing parameter path = /testshare
> >
> > doing parameter valid users = @pathology_its
> >
> > doing parameter writable = yes
> >
> > doing parameter read only = No
> >
> > [2019/03/01 15:53:46.545573,
> > 4] ../source3/param/loadparm.c:3910(lp_load_ex)
> >
> > pm_process() returned Yes
> >
> > [2019/03/01 1...
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