ok, this is now solved.
We're not using identity management. because if you unplugg the network cable, then all kerberos packets will be encrypted. so you will be unable to get authenticated again because of the ttl on the kerberos handshake.
To solve this we instead used netlogin with dot1x, relaying all info to a Microsoft NPS server via radius.
The NPS server has all DHCP ranges and checks the AD for the username. if authenticated. the NPS server will then reply this along with a vlan tag for the host to be placed in.
after tweaking some timers n such everything works kinda well.
the auth process usually takes abut 1-2 seconds. i set the timeout to 5 seconds with max 3 attempts befor the user is placed in a guest vlan.
the main problem was the dot1x host and NPS server. the switch was configured within 30minutes or so.
And tweaking the timers was mainly done because the defualt timeout value was set to 2 minutes for user s missing dot1x, no valid cert or just not being able to reach the NPS server.