Re: [CentOS] How to configure user accounts without NIS

2014-06-10 Thread Eero Volotinen
2014-06-11 4:01 GMT+03:00 Alfred von Campe : > On Jun 10, 2014, at 18:39, Andrew Holway wrote: > > > Integrated linux domain controller -> http://www.freeipa.org/ > > I’ll look into this, but I was hoping for a solution that can be configured > via kickstart (similar to what I am doing now with N

Re: [CentOS] How to configure user accounts without NIS

2014-06-10 Thread Alfred von Campe
On Jun 10, 2014, at 18:39, Andrew Holway wrote: > Integrated linux domain controller -> http://www.freeipa.org/ I’ll look into this, but I was hoping for a solution that can be configured via kickstart (similar to what I am doing now with NIS/Kerberos) without the need for external software and/

Re: [CentOS] How to configure user accounts without NIS

2014-06-10 Thread Eero Volotinen
2014-06-11 1:28 GMT+03:00 Alfred von Campe : > The company where I work is mostly a Windows shop, but I run a few CentOS > servers and desktops. I have configured my systems as follows with > Kickstart: > > authconfig --enablemd5 --passalgo=sha512 --enablenis --nisdomain=XXX \ > --nisserver=n

Re: [CentOS] How to configure user accounts without NIS

2014-06-10 Thread Andrew Holway
Integrated linux domain controller -> http://www.freeipa.org/ Its brilliant! ta, Andrew On 11 June 2014 00:28, Alfred von Campe wrote: > The company where I work is mostly a Windows shop, but I run a few CentOS > servers and desktops. I have configured my systems as follows with > Kickstart

[CentOS] How to configure user accounts without NIS

2014-06-10 Thread Alfred von Campe
The company where I work is mostly a Windows shop, but I run a few CentOS servers and desktops. I have configured my systems as follows with Kickstart: authconfig --enablemd5 --passalgo=sha512 --enablenis --nisdomain=XXX \ --nisserver=nis1.XXX.com,nis2.XXX.com --useshadow --enablekrb5 \ --