# 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>              |   |
