master
root@zabbix.znil.net 2020-04-14 20:58:25 +02:00
parent 6a29be60a0
commit e8c3efd9d7
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ This is a pure bash-script for syncing a Actice-Directory Group via LDAP with a
- Create a special User for the LDAP Access. User need no special rights but should be Domain-User
- Avoid special chars in username and password like `äöü!?>$%` and spaces
- After creating get the ***distinguished name*** of this user. You can query the name on a doamin controller with<br>
```
dsquery user -samid <username>
```