Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ppipa

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppipa

PP's FreeIPA Module

  • 1.0.6
  • PyPI
  • Socket score

Maintainers
1

ppipa

PP's FreeIPA Module

PyPI package: ppipa <https://pypi.python.org/pypi/ppipa>__

If you spot any problems or have any improvement ideas then feel free to open an issue and I will be glad to look into it for you.

Installation

A recommended way of installing the tool is pip install.

pip install


The tool is available in PyPI and can be installed using pip:

::

   $ pip install --user ppipa

Usage
-----

::

   from ppipa import FreeIPAServer

   ipa = FreeIPAServer(host='ipa01.example.com', bindpw='password')

   users = ipa.find_users_by_email(email='first.last@example.com')
   n = len(users)

   user = ipa.users().get('first.last')
   cn = user.cn
   is_ldap_group_member = user.is_member_of('ldap_group')


Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc