Difference between revisions of "OPS535 NIS and LDAP"

From CDOT Wiki
Jump to: navigation, search
(Created page with "= NIS = * Reading: Course Text Book: Linux Administration (7th Edition) Chapter 26 * Key Terms: ** NIS Domain Name (use the command domainname to set/view/modify or set at boo...")
 
(OpenLDAP)
 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
** Name service switch configuration file /etc/nsswitch.conf
 
** Name service switch configuration file /etc/nsswitch.conf
 
** View NIS Map - ypcat
 
** View NIS Map - ypcat
 +
* [https://scs.senecac.on.ca/~raymond.chan/ops535/1503/notes/NIS-Server.pdf NIS Server Summary]
 +
* [https://scs.senecac.on.ca/~raymond.chan/ops535/1503/notes/NIS-Client.pdf NIS Client and Slave server Summary]
 +
 +
= OpenLDAP =
 +
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/ldap/9781847191021/firstchapter#X2ludGVybmFsX0h0bWxWaWV3P3htbGlkPTk3ODE4NDcxOTEwMjElMkZjaDAxbHZsMXNlYzA2JnF1ZXJ5PQ== LDAP Basics from Mastering OpenLDAP via Seneca Library]
 +
* [https://scs.senecac.on.ca/~raymond.chan/ops535/1503/notes/LDAP.pdf Some LDAP concepts]
 +
* [http://zenit.senecac.on.ca/wiki/index.php/OpenLDAP_Installation_and_Test General Procedure for installing and testing OpenLDAP]

Latest revision as of 13:51, 23 November 2016

NIS

  • Reading: Course Text Book: Linux Administration (7th Edition) Chapter 26
  • Key Terms:
    • NIS Domain Name (use the command domainname to set/view/modify or set at boot time by adding "NISDOMAIN=xxxx" to /etc/sysconfig/network)
    • NIS Map files (can be found in /var/yp/$(domainname) )
    • NIS Server configuration file /var/yp/Makefile
    • NOPUSH - no: has NIS slave server, yes: no slave server
    • MINUID, MINGID - for network user accounts
    • ypinit - initialize NIS maps
    • make -C /var/yp - update NIS maps
    • NIS Client configuration file /etc/yp.conf
    • Name service switch configuration file /etc/nsswitch.conf
    • View NIS Map - ypcat
  • NIS Server Summary
  • NIS Client and Slave server Summary

OpenLDAP