mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
fixing default configuration for AD
This commit is contained in:
parent
383c68f8b8
commit
3ab5a2bd41
@ -58,7 +58,7 @@ uid:
|
|||||||
- $name
|
- $name
|
||||||
backends:
|
backends:
|
||||||
ldap: uid
|
ldap: uid
|
||||||
# ad: uid
|
# ad: sAMAccountName
|
||||||
uidNumber:
|
uidNumber:
|
||||||
description: "User ID Number of the user"
|
description: "User ID Number of the user"
|
||||||
display_name: "UID Number"
|
display_name: "UID Number"
|
||||||
@ -117,3 +117,12 @@ password:
|
|||||||
backends:
|
backends:
|
||||||
ldap: userPassword
|
ldap: userPassword
|
||||||
# ad: PASSWORD
|
# ad: PASSWORD
|
||||||
|
|
||||||
|
#logscript:
|
||||||
|
# description: "Windows login script"
|
||||||
|
# display_name: "Login script"
|
||||||
|
# weight: 100
|
||||||
|
# type: fix
|
||||||
|
# value: login1.bat
|
||||||
|
# backends:
|
||||||
|
# ad: scriptPath
|
||||||
|
Loading…
Reference in New Issue
Block a user