search for: enablenis

Displaying 6 results from an estimated 6 matches for "enablenis".

Did you mean: enable_if
2014 Jun 10
2
How to configure user accounts without NIS
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 \ --krb5realm=XXX.COM --krb5kdc=ldap.XXX.com --krb5adminserver=ldap.XXX.com The /etc/nsswitch.conf file looks like this: passwd: files nis shadow: files nis group: files nis The NIS services...
2011 Aug 25
1
Help integrating CentOS 6 with existing network login infrastructure
I've updated my kickstart configuration files to work with CentOS 6 and am most of the way there integrating a CentOS 6 system into our LDAP/NIS environment. My authconfig line in the kickstart file is as follows: authconfig --enablemd5 --passalgo=sha512 --enablenis --nisdomain=XXX --nisserver=nis.XXX.com --useshadow --enablekrb5 --krb5realm=XXX.COM --krb5kdc=ldap.XXX.com --krb5adminserver=ldap.XXX.com This is virtually identical to the authconfig line I was using in CentOS 5. My issue is that users cannot log in with their network (NIS) usernames and passwo...
2015 May 07
2
Best way to integrate CentOS in Windows AD environment
...for home directories as shown by this excerpt from our /etc/nsswitch.conf file: passwd: files nis shadow: files nis group: files nis Our systems are configured using something similar to the following in our Kickstart config file: authconfig --enablemd5 --passalgo=sha512 --enablenis ?nisdomain=XXX \ --nisserver=nis.XXX.com,nis2.XXX.com --useshadow --enablekrb5 \ --krb5realm=XXX.COM --krb5kdc=ldap.XXX.com --krb5adminserver=ldap.XXX.com <http://ldap.xxx.com/> where nis1 and nis2 are the local AD domain controllers. With this configuration, any user can log into any...
2011 Sep 27
3
Odd issue with C6 and NIS
...tials just fine. However, it looks like on C6 if you use a package selection like this, you also need to specify the yp-tools package as part of the kickstart *even though* you specify an authentication method of NIS in the kickstart. Seems like a bug to me?!? auth --useshadow --enablemd5 --enablenis --nisdomain test --nisserver yp.example.com %packages @core augeas autofs dstat nfs-utils ntp openssh openssh-clients openssh-server portreserve puppet redhat-lsb rsh-server sendmail sendmail-cf sudo sysstat tcp_wrappers wget xinetd yum-utils %end -- James A. Peltier IT Services - Research Comp...
2009 Apr 03
2
Kickstart regression
...t of the kickstart file, leaving out %packages and %post. | install | url --url http://www/centos/i386 | lang en_US.UTF-8 | keyboard us | network --device eth0 --bootproto dhcp | rootpw --iscrypted $1$iMuKLiWQA$kljIOj097NBAD8SDlkjnmk | firewall --disabled | authconfig --enableshadow --enablemd5 --enablenis --nisdomain=localdomain | selinux --disabled | timezone --utc Eire | bootloader --location=mbr --driveorder=xvda | # Clear all partitions and create a single partition for / | # Note that no swap partition is created! VMs should *never* swap. | clearpart --all --initlabel | part / --fstype ext3 --s...
2007 Mar 29
1
pxelinux.0...error: not a valid image; unable to load file
...C6 ftp --server 172.50.10.122 --dir /tftpboot/FC6 #Clear the Master Boot Record zerombr yes #Clear all the linux partions clearpart --all --initlabel #Disk partitioning information "ks.cfg" 163L, 2563C------------------- #System authorization information auth --useshadow --enablemd5 --enablenis #SELinux configuration selinux --disabled #XWindows configuration information #Probe for video card #Probe for monitor xconfig --depth 16 --resolution 1024x768 --defaultdesktop=icewm %packages --resolvedeps @base @core @Editors @System Tools @GNOME Desktop Environment @X Window System @Graphic...