mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Code cleanup: remove unused stuff, take 1.
This commit is contained in:
committed by
Rob Crittenden
parent
9873ec1ca3
commit
41312ca166
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user