Skip to main content
lubyou
New Member
November 3, 2014
Solved

Windows AD LDAP nested groups

  • November 3, 2014
  • 1 reply
  • 8410 views

Hi,

 

is it possible to redefine the LDAP filter in a way that would enable the Fortigate to be aware of nested groups?

 

Thank you

Best answer by Jeff_FTNT

Change ldap setting :

config user ldap

edit xxx

 set search-type nested --Nested group search in LDAP authentication

end

 

 

1 reply

Jeff_FTNT
Staff
Jeff_FTNTAnswer
Staff
November 3, 2014

Change ldap setting :

config user ldap

edit xxx

 set search-type nested --Nested group search in LDAP authentication

end

 

 

lubyou
lubyouAuthor
New Member
November 4, 2014

Jeff_FTNT wrote:

Change ldap setting :

config user ldap

edit xxx

 set search-type nested --Nested group search in LDAP authentication

end

5.2 only, but good to know nonetheless.

 

Thank you!