
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
aadbook -- access your Azure AD contacts from the command line.
AADBook is a fork of GooBook <https://pypi.org/project/goobook/>
_ focusing on
making it possible to use your Azure AD contacts from the command-line and from
MUAs such as Mutt.
There is a number of ways to install Python software.
This is the recommended way to install aadbook for most users that don't have it available in their distribution. When installing this way you will not need to download anything manually.
Install like this::
pip install aadbook
Download the source tarball, uncompress it, then run the install command::
tar -xzvf aadbook-*.tar.gz
cd aadbook-*
sudo python ./setup.py install
For most users it will be enough to to run::
aadbook authenticate
and follow the instructions.
To get access too more settings you can create a configuration file::
aadbook config-template > ~/.aadbookkrc
It will look like this::
[DEFAULT]
;auth_db_filename: ~/.aadbook_auth.json
;cache_filename: ~/.aadbook_cache ;cache_expiry_hours: 24
If you use a proxy you need to set the https_proxy
environment variable.
If you want to use aadbook from mutt.
Set in your .muttrc file::
set query_command="aadbook query '%s'"
to query address book.
To query your contacts::
aadbook query QUERY
The cache is updated automatically according to the configuration but you can also force an update::
aadbook reload
For more commands see::
aadbook -h
and::
aadbook COMMAND -h
0.2.0 (2019-09-22)
0.1.3 (2019-05-01)
0.1.2 (2018-11-01)
requests==2.20.0
0.1.1 (2018-10-21)
authenticate
command fail, leaving
the user with no option other than wiping out aadbook
caches0.1.0 (2018-10-09)
in the search query
string with .*
0.0.3 (2018-10-01):
aadbook query ...
invocation0.0.2 (2018-09-16):
authenticate
command now always initiates a full authentication
workflow, irrespective of any cached token0.0.1 (2018-09-08):
FAQs
AADBook -- Access your Azure AD contacts from the command line
We found that aadbook demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.