S
S
semexion2018-06-26 18:42:26
Windows
semexion, 2018-06-26 18:42:26

How does Kerberos domain authorization work at the application level?

How does a desktop client-server application (server side) or Java container Tomcat (Servlet) get user data at the application level?
For example, the steps described for setting up a 1C server on Linux include:
1) generating keytab
C:\>ktpass -princ usr1cv81/[email protected] -mapuser usr1cv8 -pass pass1cv8 -out usr1cv81.keytab
2) setting /etc/ krb5.conf
...
Then the server, having received the token, sends it to the KDC for verification using the kerberos client.
As a result, we get just a value of type String?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question