Displaying 4 results from an estimated 4 matches for "activedirectoryserver".
2019 May 19
3
Samba as AD controller and local auth
...ce I installed and set up the AD DC, local user authentication for shares is not working anymore.
Before: Simple Samba shares with authentication against local samba users -> worked
After: Only domain user authentication works.
The global section of smb.conf:
[global]
include = /var/packages/ActiveDirectoryServer/conf/etc/smb.tls.conf
printcap name = cups
winbind enum groups = yes
include = /var/tmp/nginx/smb.netbios.aliases.conf
workgroup = <MYDOMAIN>
server services = rpc,nbt,wrepl,ldap,cldap,kdc,drepl,ntp_signd,kcc,dnsupdate
local master = no
realm = <FQDN_IF_MYDOMAIN>
netbios name =...
2019 May 19
2
Samba as AD controller and local auth
...ds-smbpasswd-authentication <https://serverfault.com/questions/365257/how-do-i-configure-samba-to-use-ads-smbpasswd-authentication>
is describing the behavior I would like to use.
>>
>> The global section of smb.conf:
>>
>> [global]
>> include = /var/packages/ActiveDirectoryServer/conf/etc/smb.tls.conf
>> printcap name = cups
>> winbind enum groups = yes
>> include = /var/tmp/nginx/smb.netbios.aliases.conf
>> workgroup = <MYDOMAIN>
>> server services = rpc,nbt,wrepl,ldap,cldap,kdc,drepl,ntp_signd,kcc,dnsupdate
>> local master =...
2019 May 19
0
Samba as AD controller and local auth
...sers -> worked
Sounds like it was a standalone server
> After: Only domain user authentication works.
Now here is the thing, it is now an AD DC, so any user that connects
will need to be a Domain user.
>
> The global section of smb.conf:
>
> [global]
> include = /var/packages/ActiveDirectoryServer/conf/etc/smb.tls.conf
> printcap name = cups
> winbind enum groups = yes
> include = /var/tmp/nginx/smb.netbios.aliases.conf
> workgroup = <MYDOMAIN>
> server services = rpc,nbt,wrepl,ldap,cldap,kdc,drepl,ntp_signd,kcc,dnsupdate
> local master = no
> realm = <FQ...
2005 Dec 09
1
Advanced Winbind questions
Hello everybody,
i'm using Samba 3.0.20 with Winbind to check logins against an
ActiveDirectoryServer. At the first login pam_mkhomedir creates a Folder
containing the Homedirectory.
I've some Problems with this installation.
1. Windows does not differentiate between Capitals and lower case letters.
The Problem is that users can login with different spelling of their
Username. And on every l...