# Configuration

The Active Directory plugin configuration file is divided into blocks:  
  
**User**

```
# User
user = all
```

*user*   
Set “all” if you want to retrieve the full list of enabled users in Active Directory. If you just want to look for a single user, enter the name of the user instead of "all". Comment the line if you don’t want to extract any user data.  
 **Unused**

```
# Unused
unused = 1
```

*unused*   
It will allow you to see the list of users that have not been used for at least two months. Set 1 to enable it and 0 to disable it.  
 **SPN**

```
# SPN
spnm = 0
```

*SPN*

It will allow you to see the SPN suffixes. Set 1 to enable it and 0 to disable it.  
 **UPN**

```
# UPN
upnm = 0
```

*UPN*

It will allow you to see the UPN suffixes. Set 1 to enable it and 0 to disable it.  
 **tests**

```
# tests
tests = 0
```

*tests*   
It will allow to extract the information from the AD diagnostic tests that the dcdiag tool returns. Set 1 to enable it and 0 to disable it.