Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Developer Documentation

Kawakami edited this page Dec 14, 2018 · 5 revisions

Note: this documentation is for maintainers, and is updated frequently; for official documentation please consult the libnss-aad README.

Compiling

  1. Fetch source code:
git clone https://github.com/CyberNinjas/libnss-aad

cd libnss-aad
  1. Compile:
cargo build # --release

See also: Compiling failure: unresolved import self::hyper::header::Authorization #7

Tools

Example:


    gentent passwd $(whoami)

Example:


    sudo strace nscd -d 2>&1

    sudo strace nscd -d 2>&1 | grep nss_aad

    strace -ttt getent passwd $(whoami)

Resources

Clone this wiki locally