master
nanu2 2014-11-21 17:19:49 +01:00
parent f19ca67500
commit e16f177bc6
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from ldapprobject import LdapprObject
class Connection(object):
"""Initiates connection with handy methods"""
def __init__(self, server, protocol='ldap', port='', verify=True,
search_base=''):
self.search_base = search_base