search for: nisserv

Displaying 5 results from an estimated 5 matches for "nisserv".

Did you mean: insserv
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 are provided by the Windows Do...
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 passwords. If I log in as root,...
2015 May 07
2
Best way to integrate CentOS in Windows AD environment
...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 CentOS system, and their home...
2011 Sep 27
3
Odd issue with C6 and NIS
...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 Computing Group Simon Fraser Un...
2009 Nov 20
4
running dhcp-server on dom0 over a vnic.
...this vnic. root@lm2-dom0:~# dhtadm -P Name Type Value ================================================== 172.0.94.0 Macro :Subnet = 255.255.255.0 :Router = 172.0.94.111 :Broadcst =172.0.94.255:NISdmain="celab.sfbay.sun.com":NISservs=129.146.17.35: lm2-dom0 Macro :Include = Locale:Timeserv = 10.5.184.94 :LeaseTim=86400:LeaseNeg:DNSdmain="network.com":DNSserv=129.147.9.5: Locale Macro :UTCoffst=-28800: Partial output of pntadm root@lm2-dom0:~# pntadm -P 1...