AlektroNik
Cadet
- Joined
- Aug 17, 2012
- Messages
- 4
Hi all!
The situation:
1) FreeNAS-8.3.0-RELEASE-x64
2) AD - Windows 2003
3) FQDN - "DOMAIN." (without ".local" and etc.)
4) Timezone - Europe \ Moscow
The problem:
After the expiry of the kerberos ticket cache is not it automatically update. How to make tickets updated automatically?
My actions:
Manual collection options in different ways is great, I will give specific examples below:
a) The first example
b) The second example:
If the Active Directory service restart or reboot the server entirely, the tickets are obtained normally.
The situation:
1) FreeNAS-8.3.0-RELEASE-x64
2) AD - Windows 2003
3) FQDN - "DOMAIN." (without ".local" and etc.)
4) Timezone - Europe \ Moscow
The problem:
After the expiry of the kerberos ticket cache is not it automatically update. How to make tickets updated automatically?
My actions:
Manual collection options in different ways is great, I will give specific examples below:
a) The first example
Code:
# kinit storage-adm@DOMAIN
storage-adm@DOMAIN's Password:
# klist -v
Credentials cache: FILE:/tmp/krb5cc_0
Principal: storage-adm@DOMAIN
Cache version: 4
Server: krbtgt/DOMAIN@DOMAIN
Client: storage-adm@DOMAIN
Ticket etype: arcfour-hmac-md5, kvno 2
Ticket length: 937
Auth time: Oct 29 12:55:25 2012
End time: Oct 29 22:55:25 2012
Ticket flags: forwardable, initial, pre-authenticated
Addresses: addresslessb) The second example:
If the Active Directory service restart or reboot the server entirely, the tickets are obtained normally.