projects
/
mutt-ldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d11a9
)
Add a __version__ (for easier compatibility tracking)
author
W. Trevor King
<wking@tremily.us>
Sun, 20 Jan 2013 16:47:38 +0000
(11:47 -0500)
committer
W. Trevor King
<wking@tremily.us>
Sun, 20 Jan 2013 18:05:19 +0000
(13:05 -0500)
mutt-ldap.py
patch
|
blob
|
history
diff --git
a/mutt-ldap.py
b/mutt-ldap.py
index ed8efcbdd5d05fa1f66ae04d5cc6e1d509acb00a..84c59eea3a9c4d59a7aee2efa7ec5b5b056e233e 100755
(executable)
--- a/
mutt-ldap.py
+++ b/
mutt-ldap.py
@@
-45,6
+45,9
@@
import ldap as _ldap
import ldap.sasl as _ldap_sasl
+__version__ = '0.1'
+
+
CONFIG = _configparser.SafeConfigParser()
CONFIG.add_section('connection')
CONFIG.set('connection', 'server', 'domaincontroller.yourdomain.com')