Skip to content

Commit

Permalink
Update ldapauthenticator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorchintal authored Dec 6, 2016
1 parent bd6c50c commit 3272d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ldapauthenticator/ldapauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def _server_port_default(self):
help='Use SSL to encrypt connection to LDAP server'
)

bind_dn_template = List(
bind_dn_template = Union(
[List(),Unicode()],
config=True,
help="""
Template from which to construct the full dn
Expand Down

0 comments on commit 3272d8a

Please sign in to comment.