1
0
Fork 0
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:
kakwa 2015-07-02 07:42:38 +02:00
parent e964c5151e
commit 0d045576b2
3 changed files with 16 additions and 10 deletions

View file

@ -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',