Dear All ;
We are trying to find a way for active directory authentication thru web. ( we can do it directly from console )
The problem is we should run kinit command and it's asking us a password that we should response.
However although we have developped a Python code , and we used an expect-like module in order to talk with kinit command but a kinit command did not accept our sent password.
Any advises ?...