Skip to content

Commit

Permalink
added ldap.controls.sss to py_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 7, 2016
1 parent b8fb551 commit 325db8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
See http://www.python-ldap.org/ for details.
$Id: setup.py,v 1.74 2016/02/16 18:01:35 stroeder Exp $
$Id: setup.py,v 1.75 2016/04/07 20:17:16 stroeder Exp $
"""

has_setuptools = False
Expand Down Expand Up @@ -159,6 +159,7 @@ class OpenLDAP2:
'ldap.controls.readentry',
'ldap.controls.sessiontrack',
'ldap.controls.simple',
'ldap.controls.sss',
'ldap.cidict',
'ldap.dn',
'ldap.extop',
Expand Down

0 comments on commit 325db8e

Please sign in to comment.