added todo for ABC

This commit is contained in:
Vishvananda Ishaya
2010-07-21 21:54:50 -05:00
parent 4e68c44770
commit d329fb487c

View File

@@ -57,6 +57,10 @@ flags.DEFINE_string('ldap_developer',
'cn=developers,ou=Groups,dc=example,dc=com', 'cn for Developers')
# TODO(vish): make an abstract base class with the same public methods
# to define a set interface for AuthDrivers. I'm delaying
# creating this now because I'm expecting an auth refactor
# in which we may want to change the interface a bit more.
class AuthDriver(object):
"""Ldap Auth driver