is it possible to use samba with a different authentication service, not with winbind?
i have an application named CA UNAB (Unix Authentication Broker) which i have register the linux client to the Windows AD with it but as a result the samba shares are not working now.
this is my smb.conf:
[global]
workgroup = LOCAL
realm = LOCAL.COM
preferred master = no
server string = Samba
security = ads
encrypt passwords = yes
password server = DC1
#keytab = true
use kerberos keytab = true
# WINBIND STUFF
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind enum groups = yes
winbind enum users = yes
winbind separator = \\
winbind use default domain = no
template homedir = /home/%U
template shell = /bin/bash
log level = 3
[homes]
#valid users = %S
read only = No
#browseable = No
path = /tmp
this is my nsswich.conf:
passwd: compat winbind
group: compat winbind
shadow: compat
hosts: files dns wins
networks: files dns
protocols: db files
services: db files
ethers: db files
rpc: db files
i have to register the linux via UNAB to the DC
i have an application named CA UNAB (Unix Authentication Broker) which i have register the linux client to the Windows AD with it but as a result the samba shares are not working now.
this is my smb.conf:
[global]
workgroup = LOCAL
realm = LOCAL.COM
preferred master = no
server string = Samba
security = ads
encrypt passwords = yes
password server = DC1
#keytab = true
use kerberos keytab = true
# WINBIND STUFF
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind enum groups = yes
winbind enum users = yes
winbind separator = \\
winbind use default domain = no
template homedir = /home/%U
template shell = /bin/bash
log level = 3
[homes]
#valid users = %S
read only = No
#browseable = No
path = /tmp
this is my nsswich.conf:
passwd: compat winbind
group: compat winbind
shadow: compat
hosts: files dns wins
networks: files dns
protocols: db files
services: db files
ethers: db files
rpc: db files
i have to register the linux via UNAB to the DC