mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Merge pull request #85 from altlinux/krb5_fix
gpoa: Fixed KRB5CCNAME usage
This commit is contained in:
commit
343ef0d9ff
@ -91,9 +91,8 @@ class gpoa_controller:
|
||||
'''
|
||||
GPOA controller entry point
|
||||
'''
|
||||
os.environ['KRB5CCNAME'] = 'FILE:{}'.format(self.cache_path)
|
||||
self.__kinit_successful = machine_kinit(self.cache_path)
|
||||
if self.__kinit_successful:
|
||||
os.environ['KRB5CCNAME'] = 'FILE:{}'.format(self.cache_path)
|
||||
self.start_plugins()
|
||||
self.start_backend()
|
||||
self.start_frontend()
|
||||
|
Loading…
x
Reference in New Issue
Block a user