dipankar / goGetent

Wrapper on top of getent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goGetent

Wrapper on top of getent in Go. You can use it to reliably access system databases/text files independent of the name service being used.

getent is a unix command that helps a user get entries in a number of important text files called databases. This includes the passwd and group databases which store user information – hence getent is a common way to look up user details on Unix. Since getent uses the same name service as the system, getent will show all information, including that gained from network information sources such as LDAP.

The databases it searches in are: ahosts, ahostsv4, ahostsv6, aliases, ethers (Ethernet addresses), group, gshadow, hosts, netgroup, networks, passwd, protocols, rpc, services, and shadow.

About

Wrapper on top of getent

License:MIT License


Languages

Language:Go 70.9%Language:Makefile 29.1%