# Tayfa Sorun Giderme

## 1- Desteklenmeyen Kerberos

Windows 2012 R2 versiyonunda ssl kerberos ile girişi desteklememektedir. Bu nedenle politika çekilirken kimlik doğrulama işlemi yapılamamaktadır.

**Hata tespiti;**

* Tayfa sağlık durumunda aşağıdaki şekilde bir hata gözüküyor ise;

  ```jsx
  # sudo tayfa -a
  ...
  Ldap kerberos bind error: Unknown authentication method -6
  ...
  ```
* Politika çekilirken aşağıdaki hatalar geliyorsa;

  ```jsx
  # gpupdate
  3: tayfa - Unable to get user credentials
  3: tayfa - ldap_sasl_bind_s: Unknown API error -100
  ```

**Çözüm:**

* Not 1’deki işlem uygulanmalıdır.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.liman.dev/liman-poc/tayfa-ajani/tayfa-sorun-giderme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
