diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-12-19 14:45:26 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-12-19 14:45:26 +0100 |
commit | 2633cccdd1dfd02205e9d81858d5fcdf571a3179 (patch) | |
tree | 4fdf61e72c266356fac4044f014f7bd184e09b82 /bin | |
parent | 05e22e2a6a219462164e919aa26541e3a59a177c (diff) | |
download | pykolab-2633cccdd1dfd02205e9d81858d5fcdf571a3179.tar.gz |
Adjust utils.parse_ldap_uri()
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/kolab_smtp_access_policy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py index 52ce566..151cc4c 100755 --- a/bin/kolab_smtp_access_policy.py +++ b/bin/kolab_smtp_access_policy.py @@ -269,7 +269,7 @@ class PolicyRequest(object): if parsed_uri == None: return None - (_protocol, _server, _base_dn, _attrs, _scope, _filter) = \ + (_protocol, _server, _port, _base_dn, _attrs, _scope, _filter) = \ parsed_uri if len(_attrs) == 0: |