# active-directory

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`active-directory`</mark> komutuyla Active Directory ile ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-ad)#`</mark> bölümüne geçiş yapılır. Bu bölümde web arayüzde [**Configuration -> AAA -> Active Directory**](https://parta.gitbook.io/configuration/aaa/active-directory) sekmesinde gerçekleştirilebilen konfigürasyonların karşılığı olan CLI komutları bulunur.

```
parta_Document(config)# active-directory 
parta_Document(config-ad)# ?
enable-update            Enable Active Directory Update Periodically
frequency                Active Directory Frequency to get users
nfv-mode                 Mode of NFV
nfv-profile              NFV Profile
profile                  Active Directory Profile


```

| <mark style="color:blue;">`enable-update`</mark>          |   |
| --------------------------------------------------------- | - |
| <mark style="color:blue;">`frequency [Number]`</mark>     |   |
| <mark style="color:blue;">`nfv-mode [edge/master]`</mark> |   |
| <mark style="color:blue;">`nfv-profile [Name]`</mark>     |   |
| <mark style="color:red;">`profile [Name]`</mark>          |   |

```
parta_Document(config-ad)# profile test
parta_Document(config-ad-test)# ?
description              Active Directory Profile Description
disable                  Active Directory Profile Disable
domain                   Active Directory Profile Domain
netbios                  Set Netbios Name
profile                  Active Directory Profile
realm                    Active Directory Realm
server                   Active Directory Server Configuration
username                 Active Directory Profile Username
winrm-port               Active Directory Windows Remote Management Port
workgroup                Active Directory Workgroup
```

| <mark style="color:blue;">`description [Text]`</mark>                      |   |
| -------------------------------------------------------------------------- | - |
| <mark style="color:blue;">`disable`</mark>                                 |   |
| <mark style="color:blue;">`domain [Domain_Name]`</mark>                    |   |
| <mark style="color:blue;">`netbios [Netbios_Name]`</mark>                  |   |
| <mark style="color:red;">`profile [Name]`</mark>                           |   |
| <mark style="color:blue;">`realm [Workgroup_Name]`</mark>                  |   |
| <mark style="color:blue;">`server [IP/Domain] port [Port_Number]`</mark>   |   |
| <mark style="color:blue;">`username [Username] password [Password]`</mark> |   |
| <mark style="color:blue;">`winrm-port [Port_Number]`</mark>                |   |
| <mark style="color:blue;">`workgroup [Workgroup_Name]`</mark>              |   |


---

# 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.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/active-directory.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.
