Code cleanup: remove unused stuff, take 1.

This commit is contained in:
Pavel Zuna
2010-02-25 14:19:56 +01:00
committed by Rob Crittenden
parent 9873ec1ca3
commit 41312ca166
13 changed files with 12 additions and 245 deletions

View File

@@ -40,10 +40,6 @@ class krbtpolicy(LDAPObject):
container_dn = 'cn=%s,cn=kerberos' % api.env.realm
object_name = 'kerberos ticket policy settings'
default_attributes = ['krbmaxticketlife', 'krbmaxrenewableage']
attribute_names = {
'krbmaxticketlife': 'maximum life',
'krbmaxrenewableage': 'maximum renewable age',
}
takes_params = (
Str('uid?',