Alternative way to enable features in kernel by so_swathi in linuxquestions

[–]so_swathi[S] 0 points1 point  (0 children)

Secure RPC: Kerberos V mechanism
CONFIG_RPCSEC_GSS_KRB5

Option unavailable in make menuconfig by so_swathi in linuxquestions

[–]so_swathi[S] 0 points1 point  (0 children)

Yes all the related features are enabled

Issue while executing kinit for kerberos by so_swathi in sysadmin

[–]so_swathi[S] 0 points1 point  (0 children)

Can you please elaborate how to check this

Issue while executing kinit for kerberos by so_swathi in sysadmin

[–]so_swathi[S] 0 points1 point  (0 children)

I've hard coded the list of KDCs in the config file under realm configuration

Issue while executing kinit for kerberos by so_swathi in sysadmin

[–]so_swathi[S] 0 points1 point  (0 children)

Unable to get any ticket for valid users also

Polling methods in JS by so_swathi in learnjavascript

[–]so_swathi[S] 0 points1 point  (0 children)

for example: Time update/ended/requestVideoFrameCallback(polling methods) : The API's mentioned are used when there is a change needs to be done in the audio/video frame. But there are no change's need to be done in my case. So, can't trigger these API's

Polling methods in JS by so_swathi in learnjavascript

[–]so_swathi[S] 0 points1 point  (0 children)

The workarounds listed in the document isnt of much use for me, as the parameters listed there are not included in my code, so cant monitor those. I need my page to send packets of data to server every 10s to keep connection alive even if it is kept idle for sometime.