mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
fixing default configuration for AD
This commit is contained in:
parent
383c68f8b8
commit
3ab5a2bd41
1 changed files with 10 additions and 1 deletions
|
@ -58,7 +58,7 @@ uid:
|
|||
- $name
|
||||
backends:
|
||||
ldap: uid
|
||||
# ad: uid
|
||||
# ad: sAMAccountName
|
||||
uidNumber:
|
||||
description: "User ID Number of the user"
|
||||
display_name: "UID Number"
|
||||
|
@ -117,3 +117,12 @@ password:
|
|||
backends:
|
||||
ldap: userPassword
|
||||
# ad: PASSWORD
|
||||
|
||||
#logscript:
|
||||
# description: "Windows login script"
|
||||
# display_name: "Login script"
|
||||
# weight: 100
|
||||
# type: fix
|
||||
# value: login1.bat
|
||||
# backends:
|
||||
# ad: scriptPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue