[Samba] Member Server with problems
Miguel Medalha
miguelmedalha at sapo.pt
Mon Jul 13 23:21:47 UTC 2015
Your krb5.conf does not seem right. After the [libdefaults] section should
come the [realms] section, which is not there. Other aspects of it don'
look right.
Look at the Samba WiKi:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server
Also this page:
Joining a Debian Client to Active Directory
https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectory
It contains a typical krb5.conf template.
----- Original Message -----
From: Marcio Demetrio Bacci <marciobacci at gmail.com>
To: samba at lists.samba.org
Date: Mon, 13 Jul 2015 19:08:43 -0300
Subject: [Samba] Member Server with problems
> I'm a issue with my File Server as a Member Server. I followed many
> tutorials, but my authentication in Member Server doesn't work. I think
> the issue is in my krb5.conf or nssswitch.conf
>
> Follow is my /etc/krb5.conf in a Member Server:
>
> [libdefaults]
> default_realm = MEUDOMINIO.COM
>
> MEUDOMINIO.COM = {
> kdc = 10.133.84.25
> admin_server = 10.133.84.25
> default_domain = MEUDOMINIO.COM
> }
>
> MEUDOMINIO.COM = {
> kdc = 10.133.84.25
> admin_server = 10.133.84.25:88
> }
>
> [domain_realm]
> .meudominio.com = .MEUDOMINIO.COM
> meudominio.com = MEUDOMINIO.COM
>
> [login]
> krb4_convert = true
> krb4_get_tickets = true
>
> The below is my /etc/nsswitch.conf in a Member Server:
>
> passwd: compat winbind
> group: compat winbind
> shadow: compat
>
> hosts: files dns
> networks: files
>
> protocols: db files
> services: db files
> ethers: db files
> rpc: db files
>
> netgroup: nis
>
> I'm using debian 7.2 - 64 bits and Samba 4.2.1
>
> Are settings corrects?
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
More information about the samba
mailing list