# mprov_ldap_manager
This is an mPCC python module add-on that will allow the mPCC to manage an LDAP directory.
# Installation
Follow these easy steps to enable this module in the mPCC
1. Go into `/var/www/mprov_control_center` and run `source bin/activate` from a bash prompt.
2. `pip install mprov_ldap_manager` This will install the python module into your mPCC environment
3. Edit the `/var/www/mprov_control_center/mprov_control_center/settings.py` file and add `mprov_ldap_manager` to the bottom of the `INSTALLED_APPS` array.
4. In your `/var/www/mprov_control_center/.env` file, add the following:
```
LDAPMGR_URL=ldaps://ldapserver/
LDAPMGR_USER="cn=root,dc=cluster,dc=local"
LDAPMGR_PASS='password'
LDAPMGR_DN='dc=cluster,dc=local'
# if your LDAP uses a self signed cert, add this line.
LDAPMGR_TLS_SELFSIGNED=1
```
5. Run `touch /var/www/mprov_control_center/mprov_control_center/wsgi.py` to refresh the mPCC or restart your webserver.
Raw data
{
"_id": null,
"home_page": "https://github.com/mprov-ng/mprov_ldap_manager",
"name": "mprov-ldap-manager",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Jason Williams",
"author_email": "jasonw@jhu.edu",
"download_url": "https://files.pythonhosted.org/packages/b5/50/a5e08b91dc6864aa9f4c8296b36d4590834566363f0c5cc1f14798ed1fd1/mprov_ldap_manager-0.0.4.tar.gz",
"platform": null,
"description": "# mprov_ldap_manager\nThis is an mPCC python module add-on that will allow the mPCC to manage an LDAP directory.\n\n\n# Installation\nFollow these easy steps to enable this module in the mPCC\n\n1. Go into `/var/www/mprov_control_center` and run `source bin/activate` from a bash prompt.\n2. `pip install mprov_ldap_manager` This will install the python module into your mPCC environment\n3. Edit the `/var/www/mprov_control_center/mprov_control_center/settings.py` file and add `mprov_ldap_manager` to the bottom of the `INSTALLED_APPS` array.\n4. In your `/var/www/mprov_control_center/.env` file, add the following:\n```\nLDAPMGR_URL=ldaps://ldapserver/\nLDAPMGR_USER=\"cn=root,dc=cluster,dc=local\"\nLDAPMGR_PASS='password'\nLDAPMGR_DN='dc=cluster,dc=local'\n# if your LDAP uses a self signed cert, add this line.\nLDAPMGR_TLS_SELFSIGNED=1\n```\n\n\n5. Run `touch /var/www/mprov_control_center/mprov_control_center/wsgi.py` to refresh the mPCC or restart your webserver.\n",
"bugtrack_url": null,
"license": "",
"summary": "An add-on to the mPCC to enable it to manage an LDAP directory.",
"version": "0.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/mprov-ng/mprov_ldap_manager/issues",
"Homepage": "https://github.com/mprov-ng/mprov_ldap_manager"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "50d1a3beb293688ca1d5146c3c2091e25920e60a88b3941c4f40f0e7ce35b2c9",
"md5": "6a3dbc4c3a7837423fdb608f2d11afa3",
"sha256": "6d557bc68e4950f7c342a556bddcab524d9bc27189b443b47006730e30407c1a"
},
"downloads": -1,
"filename": "mprov_ldap_manager-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a3dbc4c3a7837423fdb608f2d11afa3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9955,
"upload_time": "2023-10-17T19:34:53",
"upload_time_iso_8601": "2023-10-17T19:34:53.207619Z",
"url": "https://files.pythonhosted.org/packages/50/d1/a3beb293688ca1d5146c3c2091e25920e60a88b3941c4f40f0e7ce35b2c9/mprov_ldap_manager-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b550a5e08b91dc6864aa9f4c8296b36d4590834566363f0c5cc1f14798ed1fd1",
"md5": "251d46fe99f5f7466172163936345df5",
"sha256": "5604f6c282eeef352da79cf68bc6f0b987e02d20cf8f67bffc920dd118c7b726"
},
"downloads": -1,
"filename": "mprov_ldap_manager-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "251d46fe99f5f7466172163936345df5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9288,
"upload_time": "2023-10-17T19:34:54",
"upload_time_iso_8601": "2023-10-17T19:34:54.332923Z",
"url": "https://files.pythonhosted.org/packages/b5/50/a5e08b91dc6864aa9f4c8296b36d4590834566363f0c5cc1f14798ed1fd1/mprov_ldap_manager-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-17 19:34:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mprov-ng",
"github_project": "mprov_ldap_manager",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mprov-ldap-manager"
}