Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
czerwo
New Contributor

Captive Portal + LDAP Groups

I have Fortigate 500D. On wi-fi I have captive portal + LDAP all works fine. I'm try use LDAP + Groups to authorized users to wi-fi whith Captive Portal but don't work :( In User Groups I add New group, Remote Server LDAP my_ldap, in table I have one group, I selected this but don't work. I can't login in captive portal. My LDAP scheme: ---dc=awf,dc=katowice,dc=pl |-ou=people (15000 users) |-ou=groups (1 group) Must I have MemberOf in LDAP??

3 REPLIES 3
Jeff_FTNT
Staff
Staff

If you did not set up "match" in group, it would not need MemberOf in LDAP.

xsilver_FTNT

Hi czerwo,

also pay attention to the fact that OU is 'Organizational Unit', sort of container. And it is NOT a group from LDAP point of view. See LDIF or details and note that true groups has objectClass=group and also contain list of members which pair to mentioned memberOf LDAP attribute, which is used in LDAP based group match. Group name/path starts with CN.

Here is a bit older but still valid KB article on how to set LDAP based auth on FortiOS for just specific groups on LDAP server.

http://kb.fortinet.com/kb/microsites/search.do?cmd=displayKC&docType=kc&externalId=FD32359

Best regards,Tomas

Tomas Stribrny - NASDAQ:FTNT - Fortinet Inc. - TAC Staff Engineer
AAA, MFA, VoIP and other Fortinet stuff

czerwo

I add

config user ldap
edit "LDAP"
set group-member-check group-object
set group-object-filter
set group-object-filter (&(objectClass=groupOfNames)(member=*))
next
end

all works fine, thx

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors