WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core and Windows Active Directory  (Read 1598 times)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Core and Windows Active Directory
« on: July 14, 2015, 06:18:57 AM »
Hello!

Is there some way to make Core login in Windows Active Directory?

Using Core 6.3.

Thanks

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Core and Windows Active Directory
« Reply #1 on: July 14, 2015, 07:23:41 AM »
Hi Zendrael
According to this:
https://wiki.archlinux.org/index.php/Active_Directory_Integration#Installation
you need:
Quote
samba, see also Samba
pam-krb5AUR from the AUR
ntp or openntpd, see also NTPd or OpenNTPD
So it sounds like you probably want:
Code: [Select]
samba3.tcz
Linux-PAM.tcz
krb5.tcz
ntpclient.tcz

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Re: Core and Windows Active Directory
« Reply #2 on: July 14, 2015, 07:38:41 AM »
Hi Rich!

Thanks! I will search about how to put all together to work and post back my results!