8000 GitHub - sciencebox/nscd: The NSCD (Name Server Caching Daemon) for ScienceBox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sciencebox/nscd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

nscd

Docker image to provide the NSCD service.

Usage

  • The image only comes with the software and the default configuration file;
  • It should be used in combination with Helm charts (or similar tools for container configuration) to create the custom configuration;
  • The default command is /usr/sbin/nscd --foreground

Exposing NSCD to other containers

  • It is possible to export the nscd socket once the process is running;
  • To do so, mount /run/nscd as volume;
  • Other containers can mount it with the option --volumes-from <nscd_server_name>.

Providing access to LDAP to other containers

  • Typically, nscd and nslcd are used to access LDAP in order to retrieve information on user accounts;
  • In a traditional environment, the two services run on the host machine as system daemons. In the world of containers, nscd and nslcd run in two dedicated containers;
  • To allow LDAP access to a third container, proceed as follows:
    1. nslcd: Export the nslcd socket to a volume;
    2. nscd: Mount the volume with the nslcd socket into the nscd container;
    3. nscd: Export the nscd socket to a volume;
    4. other containers: Mount the volume with the nscd socket.

About

The NSCD (Name Server Caching Daemon) for ScienceBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0