diff options
Diffstat (limited to 'ipaserver/plugins/ldap2.py')
-rw-r--r-- | ipaserver/plugins/ldap2.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py index 86ea5d47..fa293517 100644 --- a/ipaserver/plugins/ldap2.py +++ b/ipaserver/plugins/ldap2.py @@ -29,14 +29,11 @@ Backend plugin for LDAP. import copy import os -import socket -import string import shutil import tempfile import time import re import pwd -import sys from decimal import Decimal import krbV |