mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
implementing ppolicy handling and a simple ppolicy module
This commit is contained in:
parent
e964c5151e
commit
0d045576b2
3 changed files with 16 additions and 10 deletions
2
setup.py
2
setup.py
|
@ -90,7 +90,7 @@ setup(
|
|||
version = '0.0.1',
|
||||
author = 'Pierre-Francois Carpentier',
|
||||
author_email = 'carpentier.pf@gmail.com',
|
||||
packages = ['ldapcherry', 'ldapcherry.backend'],
|
||||
packages = ['ldapcherry', 'ldapcherry.backend', 'ldapcherry.ppolicy'],
|
||||
data_files = resources_files,
|
||||
scripts = ['scripts/ldapcherryd'],
|
||||
url = 'https://github.com/kakwa/ldapcherry',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue